site: docs: put all-in-one at top, more descriptions, styling

This commit is contained in:
Simon Michael 2016-05-28 08:52:23 -07:00
parent ebd5ec600b
commit a8f80e1bd6

View File

@ -1,9 +1,9 @@
# Documentation # Documentation
<style> <style>
h4 { h2 { font-size:larger; margin-top:0.5em; }
margin-bottom:0.2em; h3 { font-size:large; }
} h4 { margin-bottom:0.2em; }
/*div.col-sm-5 { border:thin solid gray; }*/ /*div.col-sm-5 { border:thin solid gray; }*/
</style> </style>
@ -11,7 +11,7 @@ margin-bottom:0.2em;
<div class="row"> <div class="row">
<div class="col-sm-3"> <div class="col-sm-3">
**Getting started** ## Getting started
#### [Home](index.html) #### [Home](index.html)
What is hledger, and what can it do for you ? What is hledger, and what can it do for you ?
@ -29,47 +29,49 @@ Small, guided exercises introducing data entry, reporting, and accounting.
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
**Reference** ## Reference
#### [hledger](hledger.html) #### [All-in-one manual](manual.html)
The command-line interface. All the below on one page.
<!-- , with detailed reports. -->
#### [hledger-ui](hledger-ui.html)
The curses-style interface.
<!-- , for quick exploration. -->
#### [hledger-web](hledger-web.html) ### User Interfaces
The web interface.
<!-- , for personal/shared browsing & data entry. -->
#### [hledger-api](hledger-api.html) #### [`hledger`](hledger.html)
A JSON API server. The main command-line UI.
<!-- , for building client-side apps. --> Good for data entry, control and scriptability.
#### [`hledger-ui`](hledger-ui.html)
A curses-style UI
, for quick review.
#### [`hledger-web`](hledger-web.html)
A web UI
, for browsing, data entry and sharing.
#### [`hledger-api`](hledger-api.html)
A basic web API
, for building client-side apps.
### File formats
#### [Journal](journal.html) #### [Journal](journal.html)
<!-- hledger's primary data format, representing a general journal. --> hledger's native data format, representing an accounting journal.
#### [CSV](csv.html) #### [CSV](csv.html)
<!-- How hledger reads Comma Separated Value data. --> Comma Separated Values, used for import/export.
#### [Timeclock](timeclock.html) #### [Timeclock](timeclock.html)
<!-- Timeclock format, a sequence of clock-in/clock-out records. --> For time logging, with clock-in/clock-out records.
#### [Timedot](timedot.html) #### [Timedot](timedot.html)
<!-- Timedot format, an alternative time logging format. --> A more human-editable time logging format.
File formats.
\
#### [Combined manual](manual.html)
All on one page.
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
**More** ## More
#### [How to read CSV files](how-to-read-csv-files.html) #### [How to read CSV files](how-to-read-csv-files.html)