From 47ebc216f36c0f7745295c7731f1ed25d65f843d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Jun 2013 17:06:09 -0700 Subject: [PATCH 1/7] docs: note fix lot price ordering issue in ledger compatibility notes --- FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) 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 From e87f492bfb9d5b4fa44bcccb4f1f5645ed1cabd1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Jun 2013 17:34:41 -0700 Subject: [PATCH 2/7] docs: test site update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84a1ad444..f3f8d0124 100644 --- a/README.md +++ b/README.md @@ -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)) From 27cef2850fa5acfb3463df55bb52e8bbabe569e4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Jun 2013 17:52:18 -0700 Subject: [PATCH 3/7] docs: another commit for testing site updating. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3f8d0124..c38dcd18b 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,4 @@ 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. --> + From f055631b35a8e5411c8aa6144af4018f991874b4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Jun 2013 18:08:48 -0700 Subject: [PATCH 4/7] docs: commit to test site updating --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c38dcd18b..1d1146a94 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,4 @@ or [email me](mailto:simon@joyful.com?subject=hledger:). I appreciate feedback and help with all aspects of hledger. --> + From f87e6175b1ec6efbaddc2a525862ab8d42207e6c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 7 Jun 2013 18:00:04 -0600 Subject: [PATCH 5/7] docs: test site updating --- site/site.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/site/site.hs b/site/site.hs index ac7228e2e..9495f2b30 100755 --- a/site/site.hs +++ b/site/site.hs @@ -45,3 +45,4 @@ symlinkIndexHtml = ensureSiteDir >> system "ln -sf README.html _site/index.html" symlinkProfsDir = ensureSiteDir >> system "ln -sf ../../profs _site/profs" ensureSiteDir = system "mkdir -p _site" + From 399f74046ab208a4dc932f545c4f696047df1634 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 7 Jun 2013 18:02:03 -0600 Subject: [PATCH 6/7] docs: test site updating --- site/site.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/site/site.hs b/site/site.hs index 9495f2b30..b10e8c01d 100755 --- a/site/site.hs +++ b/site/site.hs @@ -46,3 +46,4 @@ symlinkProfsDir = ensureSiteDir >> system "ln -sf ../../profs _site/profs" ensureSiteDir = system "mkdir -p _site" + From 2528e03d1d82000b565e08c9afb64b2d68211d11 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 7 Jun 2013 18:14:54 -0600 Subject: [PATCH 7/7] docs: test site updating --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d1146a94..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.