update README

This commit is contained in:
Simon Michael 2008-11-23 21:49:57 +00:00
parent 18366e2d99
commit cefc315900
2 changed files with 15 additions and 20 deletions

28
README
View File

@ -1,22 +1,16 @@
hledger - a ledger-compatible text-based accounting tool. hledger - a ledger-compatible text-based accounting tool
========================================================= ========================================================
Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>.
Released under GPL version 3 or later.
Welcome to hledger! Welcome to hledger!
This is a minimal haskell clone of John Wiegley's ledger hledger is a minimal haskell clone of John Wiegley's ledger
(http://newartisans.com/software/ledger.html). hledger does basic (http://newartisans.com/software/ledger.html). hledger generates
register & balance reports, and demonstrates a functional implementation ledger-compatible register & balance reports from a plain text ledger
of ledger. file, and demonstrates a functional implementation of ledger. For more
information, see the hledger home page: http://joyful.com/hledger
For more information, see the hledger home page Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
(http://joyful.com/hledger) and ledger manual Released under GPL version 3 or later.
(http://joyful.com/repos/ledger/doc/ledger.html).
NEWS
----
INSTALLATION INSTALLATION
@ -42,7 +36,7 @@ Here are some commands to try::
hledger -s balance hledger -s balance
hledger register hledger register
hledger reg cash hledger reg cash
hledger r -- shop hledger reg -- shop
FEATURES FEATURES
@ -165,4 +159,4 @@ Some other differences:
- hledger talks about the entry and transaction "description", which ledger calls "note" - hledger talks about the entry and transaction "description", which ledger calls "note"
- hledger always shows timelog balances in hours - hledger always shows timelog balances in hours
- hledger doesn't require a space after flags like -f - hledger doesn't require a space after flags like -f
- hledger keeps differently-priced amounts of the same commodity separate, at the moment - hledger keeps differently-priced amounts of the same commodity separate, at the moment

View File

@ -6,9 +6,10 @@ Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
Released under GPL version 3 or later. Released under GPL version 3 or later.
This is a minimal haskell clone of John Wiegley's ledger This is a minimal haskell clone of John Wiegley's ledger
<http://newartisans.com/software/ledger.html>. hledger generates (http://newartisans.com/software/ledger.html). hledger generates
simple ledger-compatible register & balance reports from a plain text ledger-compatible register & balance reports from a plain text ledger
ledger file, and demonstrates a functional implementation of ledger. file, and demonstrates a functional implementation of ledger. For more
information, see the hledger home page: http://joyful.com/hledger
You can use the command line: You can use the command line: