From fee21dd66161e4d13c2207fccb98271ccc79ab33 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 11 Nov 2014 07:06:29 -0800 Subject: [PATCH] doc: add contributors page to site, lower-case it --- doc/{CONTRIBUTORS.md => contributors.md} | 0 doc/developer-guide.md | 2 +- doc/site/contributors.md | 1 + doc/site/index.md | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) rename doc/{CONTRIBUTORS.md => contributors.md} (100%) create mode 120000 doc/site/contributors.md diff --git a/doc/CONTRIBUTORS.md b/doc/contributors.md similarity index 100% rename from doc/CONTRIBUTORS.md rename to doc/contributors.md diff --git a/doc/developer-guide.md b/doc/developer-guide.md index f664782ee..5fd50160f 100644 --- a/doc/developer-guide.md +++ b/doc/developer-guide.md @@ -435,7 +435,7 @@ If you're new to this process, [help.github.com](http://help.github.com) may be ### Become a contributor -- after getting one or more patches committed, read and sign the [contributor list & agreement](CONTRIBUTORS.html) +- after getting one or more patches committed, read and sign the [contributor list & agreement](contributors.html) - or, [ask](#how-to-get-help) to be added ### Do code review diff --git a/doc/site/contributors.md b/doc/site/contributors.md new file mode 120000 index 000000000..48d1bd302 --- /dev/null +++ b/doc/site/contributors.md @@ -0,0 +1 @@ +../contributors.md \ No newline at end of file diff --git a/doc/site/index.md b/doc/site/index.md index d23ff193e..aa2764c31 100644 --- a/doc/site/index.md +++ b/doc/site/index.md @@ -10,7 +10,7 @@ and a [Haskell library](http://hackage.haskell.org/package/hledger-lib) for building your own programs and [scripts](more-docs.html#scripting-examples) (hledger is written in Haskell). hledger is free software, available under the GNU GPLv3+, -created by [Simon Michael](http://joyful.com) and [contributors](CONTRIBUTORS.html). +created by [Simon Michael](http://joyful.com) and [contributors](contributors.html). Though limited in features, hledger is lightweight, usable and reliable. For some, it is a simple, flexible, future-proof alternative to Quicken or GnuCash.