From 516c02d2c00c9e24afe57c291fa87d8a5b857eb3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 1 Apr 2013 22:03:20 +0000 Subject: [PATCH] docs: move more manual bits to docs page & wiki --- MANUAL.md | 26 +------------------------- site/DOCS.md | 25 ++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 26 deletions(-) diff --git a/MANUAL.md b/MANUAL.md index 88063297c..8c7ca47b5 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -1018,9 +1018,7 @@ Or, if you'd like to export the balance sheet: The default output format is `%20(total) %2(depth_spacer)%-(account)` -## Appendices - -### Troubleshooting +## Troubleshooting Here are some issues you might encounter when you run hledger: Please also seek @@ -1076,25 +1074,3 @@ Please also seek Note some platforms allow variant locale spellings, but not all (ubuntu accepts `fr_FR.UTF8`, mac osx requires exactly `fr_FR.UTF-8`). -### Examples and recipes - -- Here's a bash function that will run hledger chart and display - the image in your (graphical) emacs: - - function chart () { - hledger chart $* && emacsclient -n hledger.png - } - - Example: - - $ chart food --depth 2 -p jan - -See also the [extra](http://hub.darcs.net/simon//hledger/extra) directory. - -### Other resources - -- The rest of the [hledger.org](http://hledger.org) site. - -- The [c++ ledger site](http://ledger-cli.org) and highly informative [manual](http://ledger-cli.org/3.0/doc/ledger3.html). - -- [Why you need accounting](http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons) diff --git a/site/DOCS.md b/site/DOCS.md index fdaa096be..f245456bf 100644 --- a/site/DOCS.md +++ b/site/DOCS.md @@ -4,15 +4,19 @@ title: hledger docs # Docs -[Installation Guide](INSTALL.html) +**Official hledger docs:** +[Installation Guide](INSTALL.html) +and [Release Notes](NEWS.html) [User Manual](MANUAL.html) (past releases: [0.19.x User Manual](0.19/MANUAL.html), [0.18.x User Manual](0.18/MANUAL.html)) [Contributor Guide](DEVELOPMENT.html) +*, support, community and developer resources* [FAQ](FAQ.html) +*, in progress* [Compatibility with ledger](LEDGER.html) @@ -20,3 +24,22 @@ title: hledger docs [How to use account aliases](ALIASES.html) +**More hledger docs:** + +[wiki.hledger.org](http://wiki.hledger.org) +*, links, examples...* + +**Related:** + +[Accounting For Dragons](http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons) +*, why you need accounting* + +[ledger's site](http://ledger-cli.org) and [manual](http://ledger-cli.org/3.0/doc/ledger3.html) +*, informative* + +[beancount](http://furius.ca/beancount/), +[penny](https://github.com/massysett/penny), +[UMM](http://hackage.haskell.org/package/UMM) +*, more "ledger-likes"* + +