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.
=========================================================
Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>.
Released under GPL version 3 or later.
hledger - a ledger-compatible text-based accounting tool
========================================================
Welcome to hledger!
This is a minimal haskell clone of John Wiegley's ledger
(http://newartisans.com/software/ledger.html). hledger does basic
register & balance reports, and demonstrates a functional implementation
of ledger.
hledger is a minimal haskell clone of John Wiegley's ledger
(http://newartisans.com/software/ledger.html). hledger generates
ledger-compatible register & balance reports from a plain text 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
(http://joyful.com/hledger) and ledger manual
(http://joyful.com/repos/ledger/doc/ledger.html).
NEWS
----
Copyright (c) 2007-2008 Simon Michael <simon@joyful.com>
Released under GPL version 3 or later.
INSTALLATION
@ -42,7 +36,7 @@ Here are some commands to try::
hledger -s balance
hledger register
hledger reg cash
hledger r -- shop
hledger reg -- shop
FEATURES
@ -165,4 +159,4 @@ Some other differences:
- hledger talks about the entry and transaction "description", which ledger calls "note"
- hledger always shows timelog balances in hours
- 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.
This is a minimal haskell clone of John Wiegley's ledger
<http://newartisans.com/software/ledger.html>. hledger generates
simple ledger-compatible register & balance reports from a plain text
ledger file, and demonstrates a functional implementation of ledger.
(http://newartisans.com/software/ledger.html). hledger generates
ledger-compatible register & balance reports from a plain text 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: