mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
docs: more useful ledger links, updates
This commit is contained in:
parent
3dd28f7d81
commit
6d050d09fc
4
FAQ.md
4
FAQ.md
@ -33,9 +33,9 @@ to give back by providing infrastructure
|
|||||||
([ledger-cli.org](http://ledger-cli.org)) and IRC support.
|
([ledger-cli.org](http://ledger-cli.org)) and IRC support.
|
||||||
hledger stays compatible with ledger wherever possible, so that you
|
hledger stays compatible with ledger wherever possible, so that you
|
||||||
can often use both tools on the same data file. Here is
|
can often use both tools on the same data file. Here is
|
||||||
[more about compatibility](#compatibility-with-c-ledger).
|
[more about compatibility](MANUAL.html#compatibility-with-c-ledger).
|
||||||
|
|
||||||
Summary: hledger is a friendly, co-evolving, compatible rewrite of ledger
|
Summary: hledger is a friendly, co-evolving, compatible rewrite of ledger
|
||||||
in Haskell, lacking some of ledger's power features and raw performance,
|
in Haskell, lacking some of ledger's power features and raw performance,
|
||||||
and focussing on robustness, usability, ease of development, and
|
and focussing on robustness, usability, ease of development, and
|
||||||
experimental add-ons such as the [web interface](#web).
|
experimental add-ons such as the [web interface](MANUAL.html#web).
|
||||||
|
10
MANUAL.md
10
MANUAL.md
@ -8,7 +8,7 @@ title: hledger user manual
|
|||||||
|
|
||||||
hledger is a program for tracking money, time, or any other commodity,
|
hledger is a program for tracking money, time, or any other commodity,
|
||||||
using a simple, editable file format and the powerful principles of
|
using a simple, editable file format and the powerful principles of
|
||||||
double-entry accounting. It was inspired by [ledger](FAQ.html).
|
double-entry accounting. It was inspired by [ledger](http://ledger-cli.org).
|
||||||
|
|
||||||
hledger's basic function is to read a plain text file describing (eg)
|
hledger's basic function is to read a plain text file describing (eg)
|
||||||
financial transactions, and quickly generate useful reports via the
|
financial transactions, and quickly generate useful reports via the
|
||||||
@ -793,11 +793,11 @@ Examples:
|
|||||||
|
|
||||||
#### web
|
#### web
|
||||||
|
|
||||||
The web command starts a web server providing a web-based user interface.
|
The web command runs a HTTP server providing a web-based user interface
|
||||||
|
([release demo](http://demo.hledger.org),
|
||||||
|
[latest demo](http://demo.hledger.org:5001)).
|
||||||
The web UI provides reporting, including a more useful account register
|
The web UI provides reporting, including a more useful account register
|
||||||
view, and also data entry and modification. You can see it in action
|
view, and also data entry and modification.
|
||||||
here: [current release demo](http://demo.hledger.org),
|
|
||||||
[latest development demo](http://demo.hledger.org:5001).
|
|
||||||
|
|
||||||
web-specific options:
|
web-specific options:
|
||||||
|
|
||||||
|
17
README.md
17
README.md
@ -5,10 +5,10 @@ title: hledger
|
|||||||
# hledger
|
# hledger
|
||||||
|
|
||||||
hledger is a computer program for easily tracking money, time, or other
|
hledger is a computer program for easily tracking money, time, or other
|
||||||
commodities, inspired by [ledger](MANUAL.html#faq). It is quite limited in
|
commodities, inspired by [ledger](http://ledger-cli.org). It is quite
|
||||||
features, but lightweight and reliable. For some, it is a bare-bones,
|
limited in features, but lightweight and reliable. For some, it is a
|
||||||
simpler, less expensive alternative to Quicken or GnuCash.
|
bare-bones, simpler, less expensive alternative to Quicken or GnuCash. It
|
||||||
It is available for free under the GNU General Public License.
|
is available for free under the GNU General Public License.
|
||||||
|
|
||||||
hledger aims to help both computer experts and every-day users gain
|
hledger aims to help both computer experts and every-day users gain
|
||||||
clarity in their finances and time management. I use it every day
|
clarity in their finances and time management. I use it every day
|
||||||
@ -19,10 +19,11 @@ to:
|
|||||||
- get accurate numbers for client billing and tax filing
|
- get accurate numbers for client billing and tax filing
|
||||||
- track invoices
|
- track invoices
|
||||||
|
|
||||||
The [manual](MANUAL.html) and [screenshots](SCREENSHOTS.html) will
|
The [manual](MANUAL.html) and [screenshots](SCREENSHOTS.html) will explain
|
||||||
explain more. There's also a [demo](http://demo.hledger.org) of
|
more, including
|
||||||
hledger's web interface. To get started tracking your own numbers,
|
[differences from ledger](FAQ.html#how-does-hledger-relate-to-ledger). There's
|
||||||
[download](DOWNLOAD.html) a copy.
|
also a [demo](http://demo.hledger.org) of hledger's web interface. To get
|
||||||
|
started tracking your own numbers, [download](DOWNLOAD.html) a copy.
|
||||||
|
|
||||||
For support and more technical info, see
|
For support and more technical info, see
|
||||||
[development](DEVELOPMENT.html) or
|
[development](DEVELOPMENT.html) or
|
||||||
|
Loading…
Reference in New Issue
Block a user