home page tweaks

This commit is contained in:
Simon Michael 2009-06-02 07:24:44 +00:00
parent 746c47ad1a
commit 8f9326340a

18
HOME
View File

@ -9,23 +9,21 @@ hledger
`balance <http://hledger.org:5000/balance>`_ and
`register <http://hledger.org:5000/register?a=checking>`_ reports.
- a remix, in `haskell <http://haskell.org>`_, of John Wiegley's excellent
c++ `ledger <http://wiki.github.com/jwiegley/ledger>`_ (because I
did not want to hack on c++ and because haskell seemed a good fit).
c++ `ledger <http://wiki.github.com/jwiegley/ledger>`_
- a Free Software project developed since 2008 by
`Simon Michael <http://joyful.com>`_ and contributors.
**hledger aims to be...**
- a practical, accessible tool for end users. I use it every day to track money and time, and as the basis for client invoices and tax returns.
- a practical, accessible tool for end users. I use it every day to track money and time.
- a useful library for finance-minded haskell programmers
- a successful, time-and-money-solvent project within a thriving ecosystem of financial software projects.
**To get help...**
chat me (sm) on the `#ledger irc channel
<irc://irc.freenode.net/#ledger>`_ which we share with ledger, or join
the `hledger google group <http://groups.google.com/group/hledger>`_.
Or for something private, `email me <mailto:simon@joyful.com>`_.
- chat me (sm) on the `#ledger irc channel <irc://irc.freenode.net/#ledger>`_ which we share with ledger
- join the `hledger google group <http://groups.google.com/group/hledger>`_
- for something private, `email me <mailto:simon@joyful.com>`_.
Download
--------
@ -43,8 +41,8 @@ Documentation
`Developer API docs <http://joyful.com/repos/hledger/api-doc>`_ |
`Developer Notes <http://joyful.com/darcsweb/darcsweb.cgi?r=hledger;a=plainblob;f=/NOTES>`_ |
`Contributor List <CONTRIBUTORS.html>`_ |
See also ledger's `home page <http://wiki.github.com/jwiegley/ledger>`_
and `manual <http://joyful.com/repos/ledger/doc/ledger.html>`_.
c++ ledger's `home page <http://wiki.github.com/jwiegley/ledger>`_
and `manual <http://joyful.com/repos/ledger/doc/ledger.html>`_
Screenshots
-----------
@ -61,7 +59,7 @@ Code repository
Related projects
----------------
- `ledger <http://wiki.github.com/jwiegley/ledger>`_ inspired hledger, and the two projects are coevolving. If you liked hledger, try ledger too. It has more reporting options and is faster.
- `ledger <http://wiki.github.com/jwiegley/ledger>`_ inspired hledger, and the two projects are coevolving. If you like hledger, try ledger too.
- Tim Docker's `ledger-reports <http://dockerz.net/repos/ledger-reports>`_ uses hledger as a library to generate `html reports <http://dockerz.net/software/hledger_report_sample/report.html>`_.
- I have a few older bits and pieces at http://joyful.com/Ledger .