From 9929723b0dc42586974b2ae837a399532fe04cb0 Mon Sep 17 00:00:00 2001 From: Robert Gieseke Date: Tue, 16 Feb 2016 21:01:08 +0100 Subject: [PATCH 1/2] Remove whitespace at EOL --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index b98c6c8..f1882dc 100644 --- a/index.md +++ b/index.md @@ -111,7 +111,7 @@ Fill out and submit tax forms with another tool, or by hand. |-----------------------------------------------|----------------------------------------------------- | cl-ledger | [Common Lisp](https://github.com/ledger/cl-ledger) | ledger.pl | [Perl](https://github.com/dimonf/ledger.pl) -| [Penny](http://massysett.github.io/penny/) | [Haskell](https://github.com/massysett/penny) +| [Penny](http://massysett.github.io/penny/) | [Haskell](https://github.com/massysett/penny) | [UMM](http://hackage.haskell.org/package/UMM) | Haskell @@ -160,7 +160,7 @@ Fill out and submit tax forms with another tool, or by hand. - [ledger-dashboard](https://github.com/Ikke/ledger-dashboard) web UI for browsing, data entry - [ledger-web](https://github.com/slashdotdash/node-ledger-web) web UI for browsing - sandstorm.io web app hosting, eg for [hledger-web](https://apps.sandstorm.io/app/8x12h6p0x0nrzk73hfq6zh2jxtgyzzcty7qsatkg7jfg2mzw5n90) - +
@@ -196,7 +196,7 @@ Fill out and submit tax forms with another tool, or by hand. ##### import and export -##### +#####
From f1b77810fbaa6040d7445246a1eb62e11f65042b Mon Sep 17 00:00:00 2001 From: Robert Gieseke Date: Tue, 16 Feb 2016 21:01:52 +0100 Subject: [PATCH 2/2] Use three dots in header --- index.html | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 413c1d7..ad91b61 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@ Plain Text Accounting

Transactions consist of debits (increases to asset or expense accounts, or decreases to liability or equity accounts) or credits (decreases to asset or expense accounts, or increases to liability or equity accounts).

-

..with text

+

… with text

Ledger and the other Ledger-likes inspired by it are minimalist software tools for efficient double-entry accounting. This site introduces them and their way of doing things.

Accounting data is valuable; we want to know that it will be accessible for ever - even without software. We want to know when it changes, and revision-control it. We want to search and manipulate it efficiently. So, we store it as human-readable plain text.

We simplify debits and credits by using signed numbers instead - positive for inflows to an account, negative for outflows from an account.

diff --git a/index.md b/index.md index f1882dc..6b9cf46 100644 --- a/index.md +++ b/index.md @@ -29,7 +29,7 @@ equity accounts).
-### ..with text +### … with text **Ledger** and the other **Ledger-likes** inspired by it are minimalist software tools for efficient double-entry accounting. This site introduces them and their way of doing things.