docs: tweaks

This commit is contained in:
Simon Michael 2011-10-01 17:14:11 +00:00
parent 0066393c45
commit 0710ce9b0e
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ code {
<a href="https://www.wepay.com/donate/74643?ref=widget&utm_medium=widget&utm_campaign=donation" <a href="https://www.wepay.com/donate/74643?ref=widget&utm_medium=widget&utm_campaign=donation"
target="_blank" style="float:right;margin:0 1em;" target="_blank" style="float:right;margin:0 1em;"
><img src="https://www.wepay.com/img/widgets/donate_with_wepay.png" alt="Donate with WePay" /></a> ><img src="https://www.wepay.com/img/widgets/donate_with_wepay.png" alt="Donate with WePay" /></a>
**2011/9/1 hledger 0.15 binaries**: **2011/9/1**:
Ready-to-run binaries are time-consuming to make and support. From Ready-to-run binaries are time-consuming to make and support. From
release 0.15, I will build them on request for financial donors. This is a release 0.15, I will build them on request for financial donors. This is a
great way to give back and help the hledger project! Of course, you can great way to give back and help the hledger project! Of course, you can

View File

@ -121,7 +121,8 @@ format readable by both hledger and humans.
You can use hledger without learning any more about this file; just use You can use hledger without learning any more about this file; just use
the [add](#add) or [web](#web) commands. Many users, though, also edit the the [add](#add) or [web](#web) commands. Many users, though, also edit the
journal file directly with a text editor, perhaps assisted by the helper journal file directly with a text editor, perhaps assisted by the helper
modes for emacs or vi. modes for emacs or vi. Note the file uses unix line endings on all
platforms.
hledger's file format aims to be [compatible](#file-format-compatibility) hledger's file format aims to be [compatible](#file-format-compatibility)
with c++ ledger, so you can use both tools on your journal. with c++ ledger, so you can use both tools on your journal.