From bd023134f2a1ef088af13cb4cb2ea858f3545262 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 9 Jan 2016 15:54:22 -0800 Subject: [PATCH] api: first app! lists account names --- hledger-api/examples/01-accounts.html | 29 +++++++++++++++++++++++++++ hledger-api/examples/01-hello.html | 6 ------ hledger-api/hledger-api.cabal | 2 +- 3 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 hledger-api/examples/01-accounts.html delete mode 100644 hledger-api/examples/01-hello.html diff --git a/hledger-api/examples/01-accounts.html b/hledger-api/examples/01-accounts.html new file mode 100644 index 000000000..00d16a60c --- /dev/null +++ b/hledger-api/examples/01-accounts.html @@ -0,0 +1,29 @@ + + + + hledger-api example 01 + + + +

+Account names: + +


+
+
+
+
+
diff --git a/hledger-api/examples/01-hello.html b/hledger-api/examples/01-hello.html
deleted file mode 100644
index 08686f9a9..000000000
--- a/hledger-api/examples/01-hello.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-

-Hello world. Just a static file, nothing going on here. - - diff --git a/hledger-api/hledger-api.cabal b/hledger-api/hledger-api.cabal index 28a55e296..3b429a22d 100644 --- a/hledger-api/hledger-api.cabal +++ b/hledger-api/hledger-api.cabal @@ -27,7 +27,7 @@ cabal-version: >= 1.10 extra-source-files: CHANGES - examples/01-hello.html + examples/01-accounts.html source-repository head type: git