hledger/site/docs.md
2016-04-09 14:23:55 -07:00

125 lines
2.5 KiB
Markdown

<!-- * toc -->
# Documentation
<style>
h4 {
margin-bottom:0.2em;
}
/*div.col-sm-5 { border:thin solid gray; }*/
</style>
<div class="container">
<div class="row">
<div class="col-sm-3">
**Getting started**
#### [Home](index.html)
What is hledger, and what can it do for you ?
#### [Download](download.html)
How to get it.
#### [Step by Step Tutorial](step-by-step.html)
Small, guided exercises introducing data entry, reporting, and accounting.
#### [Release Notes](release-notes.html)
#### [FAQ](faq.html)
</div>
<div class="col-sm-4">
**Reference**
Take your pick:
#### 1. [Old manual](manual.html)
#### 2. New man pages
<div style="margin-left:1em;">
Tools:
<!-- **[hledger](manual2.html#hledger)** -->
<!-- **[hledger-ui](manual2.html#hledger-ui)** -->
<!-- **[hledger-web](manual2.html#hledger-web)** -->
<!-- **[hledger-api](manual2.html#hledger-api)** -->
#### [hledger](hledger.html)
<!-- The main reporting tool and command-line interface. -->
#### [hledger-ui](hledger-ui.html)
<!-- A curses-style UI for quick exploration. -->
#### [hledger-web](hledger-web.html)
<!-- A web UI for browsing and data entry, personal or shared. -->
#### [hledger-api](hledger-api.html)
<!-- A REST-y JSON and file server, good for building client-side UIs. -->
File formats:
<!-- **[Journal](manual2.html#journal-format)** -->
<!-- **[CSV](manual2.html#csv-format)** -->
<!-- **[Timeclock](manual2.html#timelog-format)** -->
<!-- **[Timedot](manual2.html#timedot-format)** -->
#### [Journal](journal.html)
<!-- hledger's primary data format, representing a general journal. -->
#### [CSV](csv.html)
<!-- How hledger reads Comma Separated Value data. -->
#### [Timeclock](timelog.html)
<!-- Timeclock format, a sequence of clock-in/clock-out records. -->
#### [Timedot](timedot.html)
<!-- Timedot format, an alternative time logging format. -->
</div>
#### 3. [New man pages, combined](manual2.html)
</div>
<div class="col-sm-3">
**More**
#### [How to read CSV files](how-to-read-csv-files.html)
#### [How to use account aliases](how-to-use-account-aliases.html)
#### [How to use another account separator character](how-to-use-another-account-separator-character.html)
#### [More docs](more-docs.html)
Some useful links not yet moved to..
#### [plaintextaccounting.org](http://plaintextaccounting.org)
More tips and tools from the plain text accounting community
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
</div>
<div class="col-sm-4">
**&nbsp;**
</div>
</div>
</div>