docs/site updates, Development -> Contribute

This commit is contained in:
Simon Michael 2012-03-24 20:10:37 +00:00
parent f1145cebcd
commit 31d298ed9a
4 changed files with 21 additions and 25 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: hledger developers' guide title: hledger contributors' guide
--- ---
# Developers' guide # Contributors' guide
Quick links for everyone, plus a rough guide mostly for hledger Quick links for everyone, plus a rough guide mostly for hledger
contributors and developers. contributors and developers.
@ -209,9 +209,9 @@ reports
- marketing, communication, outreach - marketing, communication, outreach
- release management, roadmap planning - release management, roadmap planning
## Project notes ## Project overview
This will grow into an overall description/blueprint for the hledger project. A rough overview/blueprint for the hledger project.
### mission, principles, goals ### mission, principles, goals
@ -257,10 +257,10 @@ The hledger project aims to produce:
### code ### code
- the main darcs repo is [http://joyful.com/darcsden/simon/hledger](http://joyful.com/darcsden/simon/hledger) - the main repo is served from a private darcsden instance on joyful.com
(alternate [darcsweb interface](http://joyful.com/darcsweb/darcsweb.cgi?r=hledger) - darcsweb is also available as an alternate browsing UI
<a href="http://joyful.com/darcsweb/darcsweb.cgi?r=hledger"><img src=http://joyful.com/repos/hledger/commits.png border=0></a> <!-- <a href="http://joyful.com/darcsweb/darcsweb.cgi?r=hledger"><img src=http://joyful.com/repos/hledger/commits.png border=0></a> -->
<!-- ### release process --> <!-- ### release process -->

View File

@ -23,15 +23,11 @@ You can use it to, eg:
- track time and report by day/week/month/project - track time and report by day/week/month/project
- get accurate numbers for client billing and tax filing - get accurate numbers for client billing and tax filing
hledger aims to help both computer experts and regular folks gain clarity
in their finances. For the moment, it may be a little more suited to
techies. Please give it a try and let me know how we're doing.
hledger is copyright (c) 2007-2011 hledger is copyright (c) 2007-2011
[Simon&nbsp;Michael&nbsp;<simon@joyful.com>](mailto:simon@joyful.com) and [Simon&nbsp;Michael&nbsp;<simon@joyful.com>](mailto:simon@joyful.com) and
contributors, and released as Free Software under GPL version 3 or later. contributors, and released as Free Software under GPL version 3 or later.
This is the user manual and reference for hledger version 0.17.0. This is the user manual and reference for hledger version 0.18-unreleased.
## Installing ## Installing

View File

@ -10,25 +10,25 @@ limited in features, but lightweight and reliable. For some, it is a
bare-bones, simpler, less expensive alternative to Quicken or GnuCash. It bare-bones, simpler, less expensive alternative to Quicken or GnuCash. It
is available for free under the GNU General Public License. is available for free under the GNU General Public License.
hledger aims to help both computer experts and every-day users gain hledger aims to help both computer experts and regular folks gain clarity
clarity in their finances and time management. I use it every day in their finances and time management, but currently it is a little more
to: suited to techies. I use it every day to:
- track spending and income - track spending and income
- see time reports by day/week/month/project - see time reports by day/week/month/project
- get accurate numbers for client billing and tax filing - get accurate numbers for client billing and tax filing
- track invoices - track invoices
The [manual](MANUAL.html) and [screenshots](SCREENSHOTS.html) will explain hledger is first a command-line tool, but also provides a web interface
more, including (try the [demo](http://demo.hledger.org)). Read the [docs](MANUAL.html) to
[differences from ledger](FAQ.html#how-does-hledger-relate-to-ledger). There's learn more, including
also a [demo](http://demo.hledger.org) of hledger's web interface. To get [how we are different from ledger](FAQ.html#how-does-hledger-relate-to-ledger),
started tracking your own numbers, [download](DOWNLOAD.html) a copy. and get started tracking your numbers!
<a href="https://www.wepay.com/donate/74643?ref=widget&utm_medium=widget&utm_campaign=donation" <a href="https://www.wepay.com/donate/74643?ref=widget&utm_medium=widget&utm_campaign=donation"
target="_blank" style="float:right; margin:0 1em;" target="_blank" style="float:right; margin:0 1em;"
><img src="https://www.wepay.com/img/widgets/donate_with_wepay.png" alt="Donate with WePay" /></a> ><img src="https://www.wepay.com/img/widgets/donate_with_wepay.png" alt="Donate with WePay" /></a>
For support and more technical info, see [development](DEVELOPMENT.html) For support and more technical info, see [development](DEVELOPMENT.html)
or [email me](mailto:simon@joyful.com?subject=hledger:). I appreciate or [email me](mailto:simon@joyful.com?subject=hledger:). I appreciate
feedback on all aspects of hledger. And if hledger is helping you, feel feedback on and help with all aspects of hledger. Please give it a try and
free to give back and keep it growing! Best -Simon let me know how we're doing. Best -Simon

View File

@ -17,17 +17,17 @@
<!-- <a href="/"><img src="/logo.jpg" border="0" ALT="" /></a> --> <!-- <a href="/"><img src="/logo.jpg" border="0" ALT="" /></a> -->
<div#navigation <div#navigation
<a href="/README.html">Home</a> <a href="/README.html">Home</a>
<a href="/DOWNLOAD.html">Download</a>
<a href="/MANUAL.html">Docs</a> <a href="/MANUAL.html">Docs</a>
<a href="/DEVELOPMENT.html">Development</a> <a href="/DEVELOPMENT.html">Contribute</a>
<a href="/NEWS.html">News</a> <a href="/NEWS.html">News</a>
<a href="/DOWNLOAD.html">Download</a>
<a href="http://demo.hledger.org">Demo</a> <a href="http://demo.hledger.org">Demo</a>
#{body} #{body}
<div#footer <div#footer
<hr /> <hr />
&copy; 2007-2011 <a href="http://joyful.com/">Simon Michael</a> and contributors &copy; 2007-2012 <a href="http://joyful.com/">Simon Michael</a> and contributors
<script type="text/javascript"> <script type="text/javascript">
var gaJsHost = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.'); var gaJsHost = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.');