diff --git a/FAQ.md b/FAQ.md index 74222dbae..7a935d934 100644 --- a/FAQ.md +++ b/FAQ.md @@ -200,6 +200,11 @@ comments may be permissible in different places. postings with the same date) by parse order. ledger goes strictly by parse order. +- ledger allows amounts to have a + [fixed lot price](MANUAL.html#prices) and a regular price in any + order (and uses whichever appears first). hledger requires the fixed + lot price to come last (and ignores it). + ### How are the implementations different ? ledger is written in C++, whereas hledger is written in the diff --git a/README.md b/README.md index 84a1ad444..6952c16a8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ title: hledger # hledger hledger is a computer program for easily tracking money, time, or other -commodities, inspired by [ledger](http://ledger-cli.org). It is quite +commodities, inspired by and compatible with [ledger](http://ledger-cli.org). It is quite limited in features, but lightweight and reliable. For some, it is a bare-bones, simpler, less expensive alternative to Quicken or GnuCash. It is available for free under the GNU General Public License. @@ -25,7 +25,7 @@ learn more, including [how we are different from ledger](FAQ.html#how-does-hledger-relate-to-ledger), and get started tracking your numbers! -**Community & support:** +**Community & support** **IRC (chat):** [irc.freenode.net/#ledger](irc://irc.freenode.net/#ledger) (shared with ledger) **Mail list:** [hledger.org/list](http://hledger.org/list) (for broader topics, you can also use [ledger's list](http://list.ledger-cli.org)) @@ -38,3 +38,5 @@ and get started tracking your numbers! or [email me](mailto:simon@joyful.com?subject=hledger:). I appreciate feedback and help with all aspects of hledger. --> + + diff --git a/site/site.hs b/site/site.hs index ac7228e2e..b10e8c01d 100755 --- a/site/site.hs +++ b/site/site.hs @@ -45,3 +45,5 @@ symlinkIndexHtml = ensureSiteDir >> system "ln -sf README.html _site/index.html" symlinkProfsDir = ensureSiteDir >> system "ln -sf ../../profs _site/profs" ensureSiteDir = system "mkdir -p _site" + +