diff --git a/doc/site/images/balance-q-inc.png b/doc/site/images/balance-q-inc.png new file mode 100644 index 000000000..3e5a5bf36 Binary files /dev/null and b/doc/site/images/balance-q-inc.png differ diff --git a/doc/site/images/hledger-lib-api.png b/doc/site/images/hledger-lib-api.png new file mode 100644 index 000000000..86c120f81 Binary files /dev/null and b/doc/site/images/hledger-lib-api.png differ diff --git a/doc/site/images/manual.png b/doc/site/images/manual.png new file mode 100644 index 000000000..c175c327c Binary files /dev/null and b/doc/site/images/manual.png differ diff --git a/doc/site/index.md b/doc/site/index.md index 0d20daf25..ffd410455 100644 --- a/doc/site/index.md +++ b/doc/site/index.md @@ -1,5 +1,10 @@ % home + +
@@ -77,6 +82,8 @@ and is part of the enthusiastic and supportive "*ledger" community.
### a command-line tool, that respects your data + + hledger is first a command-line tool. It follows Ledger's philosophy: your data lives in a simple, safe, plain text file which you can edit any way you wish; hledger reads that file and produces reports of @@ -87,6 +94,8 @@ transactions, but does not change existing ones.)
### ...with a web UI + + hledger comes with a built-in web server providing an alternate [browser-based interface](manual.html#web) ([demo](http://demo.hledger.org)), for assisted data entry and point @@ -96,6 +105,8 @@ simultaneously.
### a Haskell application and library + + hledger is written in Haskell, a modern and highly-regarded programming language which contributes to hledger's robustness, performance and long-term maintainability. Most functionality is @@ -109,6 +120,7 @@ applications.
### documented + Complete, accurate documentation is always a top priority.