From cab6c65f491e814b0c747631be84df5d5c82f710 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 12 Jan 2014 15:55:01 -0800 Subject: [PATCH] site: updates --- README.md | 11 +++-------- doc/DOCS.md | 42 +++++++++------------------------------- site/content.yaml | 10 +++++----- site/files/css/style.css | 5 ++++- 4 files changed, 21 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 61938fc44..fab963f70 100644 --- a/README.md +++ b/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) + +\ **Mail list:** [hledger.org/list](http://hledger.org/list). For general *ledger topics, there's also [ledger's list](http://list.ledger-cli.org) diff --git a/doc/DOCS.md b/doc/DOCS.md index f47a3ca2c..eaaacdefc 100644 --- a/doc/DOCS.md +++ b/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) diff --git a/site/content.yaml b/site/content.yaml index cc3718141..fbc941baf 100644 --- a/site/content.yaml +++ b/site/content.yaml @@ -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 diff --git a/site/files/css/style.css b/site/files/css/style.css index 909e565f9..e2c928481 100644 --- a/site/files/css/style.css +++ b/site/files/css/style.css @@ -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;