doc: update references to the faq

Update references to the FAQ in the documentation and on the web site.
This commit is contained in:
Martin Michlmayr 2018-03-31 15:55:20 +02:00 committed by Simon Michael
parent 1c26a5b8b5
commit 633ad4455f
7 changed files with 15 additions and 17 deletions

View File

@ -23,11 +23,12 @@ The journal file contains a number of transaction entries,
each describing a transfer of money (or any commodity) between two or more named accounts, each describing a transfer of money (or any commodity) between two or more named accounts,
in a simple format readable by both hledger and humans. in a simple format readable by both hledger and humans.
hledger's journal format is a compatible subset, [mostly](faq.html#file-format-differences), hledger's journal format is a compatible subset, mostly, of [ledger's
of [ledger's journal format](http://ledger-cli.org/3.0/doc/ledger3.html#Journal-Format), journal format](http://ledger-cli.org/3.0/doc/ledger3.html#Journal-Format),
so hledger can work with [compatible](faq.html#file-format-differences) ledger journal files as well. so hledger can work with [compatible](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats)
It's safe, and encouraged, to run both hledger and ledger on the same journal file, ledger journal files as well. It's safe, and encouraged, to run both
eg to validate the results you're getting. hledger and ledger on the same journal file, eg to validate the results
you're getting.
You can use hledger without learning any more about this file; You can use hledger without learning any more about this file;
just use the [add](#add) or [web](#web) commands to create and update it. just use the [add](#add) or [web](#web) commands to create and update it.

View File

@ -100,7 +100,7 @@ In a Microsoft Windows CMD window, non-ascii characters and colours are not supp
In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger add. In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger add.
Not all of Ledger's journal file syntax is supported. See [file format differences](faq#file-format-differences). Not all of Ledger's journal file syntax is supported. See [file format differences](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats).
On large data files, hledger is slower and uses more memory than Ledger. On large data files, hledger is slower and uses more memory than Ledger.

View File

@ -307,7 +307,6 @@ Marketing and market understanding is vital.
- site/contributing.md - site/contributing.md
- site/step-by-step.md - site/step-by-step.md
- site/how-to-* - site/how-to-*
- site/faq.md (ledger compatibility)
- site/download.md - site/download.md
- site/contributors.md - site/contributors.md
- doc/ANNOUNCE - doc/ANNOUNCE

View File

@ -2258,7 +2258,7 @@ In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger
add. add.
Not all of Ledger's journal file syntax is supported. See [file format Not all of Ledger's journal file syntax is supported. See [file format
differences](faq#file-format-differences). differences](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats).
On large data files, hledger is slower and uses more memory than Ledger. On large data files, hledger is slower and uses more memory than Ledger.

View File

@ -19,10 +19,9 @@ a number of transaction entries, each describing a transfer of money (or
any commodity) between two or more named accounts, in a simple format any commodity) between two or more named accounts, in a simple format
readable by both hledger and humans. readable by both hledger and humans.
hledger's journal format is a compatible subset, hledger's journal format is a compatible subset, mostly of [ledger's journal
[mostly](faq.html#file-format-differences), of [ledger's journal
format](http://ledger-cli.org/3.0/doc/ledger3.html#Journal-Format), so format](http://ledger-cli.org/3.0/doc/ledger3.html#Journal-Format), so
hledger can work with [compatible](faq.html#file-format-differences) hledger can work with [compatible](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats)
ledger journal files as well. It's safe, and encouraged, to run both ledger journal files as well. It's safe, and encouraged, to run both
hledger and ledger on the same journal file, eg to validate the results hledger and ledger on the same journal file, eg to validate the results
you're getting. you're getting.

View File

@ -2263,7 +2263,7 @@ In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger
add. add.
Not all of Ledger's journal file syntax is supported. See [file format Not all of Ledger's journal file syntax is supported. See [file format
differences](faq#file-format-differences). differences](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats).
On large data files, hledger is slower and uses more memory than Ledger. On large data files, hledger is slower and uses more memory than Ledger.
@ -3093,10 +3093,9 @@ a number of transaction entries, each describing a transfer of money (or
any commodity) between two or more named accounts, in a simple format any commodity) between two or more named accounts, in a simple format
readable by both hledger and humans. readable by both hledger and humans.
hledger's journal format is a compatible subset, hledger's journal format is a compatible subset, mostly of [ledger's journal
[mostly](faq.html#file-format-differences), of [ledger's journal
format](http://ledger-cli.org/3.0/doc/ledger3.html#Journal-Format), so format](http://ledger-cli.org/3.0/doc/ledger3.html#Journal-Format), so
hledger can work with [compatible](faq.html#file-format-differences) hledger can work with [compatible](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats)
ledger journal files as well. It's safe, and encouraged, to run both ledger journal files as well. It's safe, and encouraged, to run both
hledger and ledger on the same journal file, eg to validate the results hledger and ledger on the same journal file, eg to validate the results
you're getting. you're getting.

View File

@ -89,9 +89,9 @@ together with 30+ other committers, and an unknown number of usually happy-sound
<div class="indent2"> <div class="indent2">
### inspired by Ledger ### inspired by Ledger
hledger is a Haskell reimplementation of the excellent [Ledger](faq.html#hledger-and-ledger). hledger is a Haskell reimplementation of the excellent [Ledger](https://github.com/simonmichael/hledger/wiki/FAQ#hledger--ledger).
It remains substantially compatible with Ledger, and if you wish you can keep your data compatible with both. It remains substantially compatible with Ledger, and if you wish you can keep your data compatible with both.
Read more about the differences in the [FAQ](faq.html#hledger-and-ledger). Read more about the differences in the [FAQ](https://github.com/simonmichael/hledger/wiki/FAQ#hledger--ledger).