mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
site: updates
This commit is contained in:
parent
c4ca7638f9
commit
cab6c65f49
11
README.md
11
README.md
@ -23,18 +23,13 @@ suited to techies. I use it every day to:
|
||||
- get accurate numbers for client billing and tax filing
|
||||
- track invoices
|
||||
|
||||
Read on to learn more, including
|
||||
Read the docs to learn more, including
|
||||
[how we are different from ledger](FAQ.html#how-does-hledger-relate-to-ledger),
|
||||
and get started tracking your numbers!
|
||||
|
||||
<!-- --------------- ------------------------------------------------------------------------------------ -->
|
||||
**Docs:** [all docs](DOCS.html),
|
||||
[installing](INSTALL.html),
|
||||
[using](MANUAL.html),
|
||||
[developing](DEVELOP.html),
|
||||
[release notes](NEWS.html),
|
||||
[blog](http://joyful.com/blog)
|
||||
<!-- [blog](http://joyful.com/blog) -->
|
||||
|
||||
\
|
||||
**Mail list:** [hledger.org/list](http://hledger.org/list). For general *ledger topics,
|
||||
there's also [ledger's list](http://list.ledger-cli.org)
|
||||
|
||||
|
42
doc/DOCS.md
42
doc/DOCS.md
@ -2,33 +2,11 @@
|
||||
title: hledger docs
|
||||
---
|
||||
|
||||
# Docs
|
||||
# More Docs
|
||||
|
||||
**Official hledger docs:**
|
||||
See also:
|
||||
|
||||
[Release Notes](NEWS.html)\
|
||||
[Installation Guide](INSTALL.html)\
|
||||
**[User Manual](MANUAL.html)** (and past versions:
|
||||
[0.22](0.22/MANUAL.html),
|
||||
[0.21](0.21/MANUAL.html),
|
||||
[0.20](0.20/MANUAL.html),
|
||||
[0.19](0.19/MANUAL.html),
|
||||
[0.18](0.18/MANUAL.html))\
|
||||
[Developer Guide](DEVELOP.html)\
|
||||
[FAQ](FAQ.html)\
|
||||
|
||||
|
||||
**Tutorials:**
|
||||
|
||||
[How to read CSV files](CSV.html)\
|
||||
[How to use account aliases](ALIASES.html)\
|
||||
|
||||
|
||||
**More docs:**
|
||||
|
||||
hledger's wiki: [hledger.org/wiki](http://hledger.org/wiki)
|
||||
|
||||
ledger's informative [manual](http://ledger-cli.org/3.0/doc/ledger3.html)
|
||||
Ledger's informative [manual](http://ledger-cli.org/3.0/doc/ledger3.html)
|
||||
|
||||
[Non-Profit Accounting With Ledger CLI, A Tutorial](https://gitorious.org/ledger/npo-ledger-cli/source/npo-ledger-cli-tutorial.md)
|
||||
|
||||
@ -43,11 +21,9 @@ Wikipedia:\
|
||||
WikiWikiWeb:\
|
||||
[Double Entry Bookkeeping](http://c2.com/cgi/wiki?DoubleEntryBookkeeping) - software developers discuss it
|
||||
|
||||
**Related:**
|
||||
|
||||
Similar software:
|
||||
[ledger](http://ledger-cli.org),
|
||||
[UMM](http://hackage.haskell.org/package/UMM),
|
||||
[penny](http://hackage.haskell.org/package/penny),
|
||||
[beancount](http://furius.ca/beancount/),
|
||||
and [more](https://github.com/ledger/ledger/wiki/Ports)
|
||||
Similar software:\
|
||||
[ledger](http://ledger-cli.org),
|
||||
[UMM](http://hackage.haskell.org/package/UMM),
|
||||
[penny](http://hackage.haskell.org/package/penny),
|
||||
[beancount](http://furius.ca/beancount/),
|
||||
and [more](https://github.com/ledger/ledger/wiki/Ports)
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
- Manual:
|
||||
|
||||
- title : Latest Manual
|
||||
- title : Latest
|
||||
url : MANUAL.html
|
||||
source : MANUAL.md
|
||||
|
||||
@ -48,14 +48,14 @@
|
||||
url : DOCS.html
|
||||
source : DOCS.md
|
||||
|
||||
- title : Wiki
|
||||
url : wiki
|
||||
template : null.st
|
||||
|
||||
- title : Developer Guide
|
||||
url : DEVELOP.html
|
||||
source : DEVELOP.md
|
||||
|
||||
# - title : Wiki
|
||||
# url : wiki
|
||||
# template : null.st
|
||||
|
||||
- title : hledger-web demo
|
||||
url : demo
|
||||
template : null.st
|
||||
|
@ -5,7 +5,10 @@
|
||||
/* div#nav { margin-top: 2em; } */
|
||||
/* div#nav ul { margin-top: 0; margin-left: 1em; margin-bottom: 0; } */
|
||||
/* div#nav ul li { list-style: none; padding-bottom: 0.1em; } */
|
||||
div#nav ul li.current { list-style: square; }
|
||||
div#nav ul li.current {
|
||||
/* list-style: square; */
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
div#nav a:active {
|
||||
position:relative;
|
||||
|
Loading…
Reference in New Issue
Block a user