hledger/site/docs.md

124 lines
2.4 KiB
Markdown
Raw Normal View History

<!-- * 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.
2016-04-06 02:39:58 +03:00
#### [Step by Step Tutorial](step-by-step.html)
Small, guided exercises introducing data entry, reporting, and accounting.
#### [Release Notes](release-notes.html)
2016-04-06 02:39:58 +03:00
#### [FAQ](faq.html)
</div>
<div class="col-sm-3">
**Reference**
<!-- #### [Combined manual](manual2.html) -->
<!-- or: -->
<!-- **[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 command-line interface.
<!-- , with detailed reports. -->
#### [hledger-ui](hledger-ui.html)
The curses-style interface.
<!-- , for quick exploration. -->
#### [hledger-web](hledger-web.html)
The web interface.
<!-- , for personal/shared browsing & data entry. -->
#### [hledger-api](hledger-api.html)
A JSON API server.
<!-- , for building client-side apps. -->
<!-- **[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. -->
File formats.
\
#### [Combined manual](manual2.html)
All on one page.
</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
2016-04-06 02:39:58 +03:00
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
</div>
<div class="col-sm-4">
**&nbsp;**
</div>
</div>
</div>