mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
docs/site updates, Development -> Contribute
This commit is contained in:
parent
f1145cebcd
commit
31d298ed9a
@ -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
|
||||
contributors and developers.
|
||||
@ -209,9 +209,9 @@ reports
|
||||
- marketing, communication, outreach
|
||||
- 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
|
||||
|
||||
@ -257,10 +257,10 @@ The hledger project aims to produce:
|
||||
|
||||
### code
|
||||
|
||||
- the main darcs repo is [http://joyful.com/darcsden/simon/hledger](http://joyful.com/darcsden/simon/hledger)
|
||||
(alternate [darcsweb interface](http://joyful.com/darcsweb/darcsweb.cgi?r=hledger)
|
||||
- the main repo is served from a private darcsden instance on joyful.com
|
||||
- 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 -->
|
||||
|
||||
|
@ -23,15 +23,11 @@ You can use it to, eg:
|
||||
- track time and report by day/week/month/project
|
||||
- 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
|
||||
[Simon Michael <simon@joyful.com>](mailto:simon@joyful.com) and
|
||||
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
|
||||
|
||||
|
20
README.md
20
README.md
@ -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
|
||||
is available for free under the GNU General Public License.
|
||||
|
||||
hledger aims to help both computer experts and every-day users gain
|
||||
clarity in their finances and time management. I use it every day
|
||||
to:
|
||||
hledger aims to help both computer experts and regular folks gain clarity
|
||||
in their finances and time management, but currently it is a little more
|
||||
suited to techies. I use it every day to:
|
||||
|
||||
- track spending and income
|
||||
- see time reports by day/week/month/project
|
||||
- get accurate numbers for client billing and tax filing
|
||||
- track invoices
|
||||
|
||||
The [manual](MANUAL.html) and [screenshots](SCREENSHOTS.html) will explain
|
||||
more, including
|
||||
[differences from ledger](FAQ.html#how-does-hledger-relate-to-ledger). There's
|
||||
also a [demo](http://demo.hledger.org) of hledger's web interface. To get
|
||||
started tracking your own numbers, [download](DOWNLOAD.html) a copy.
|
||||
hledger is first a command-line tool, but also provides a web interface
|
||||
(try the [demo](http://demo.hledger.org)). Read the [docs](MANUAL.html) to
|
||||
learn more, including
|
||||
[how we are different from ledger](FAQ.html#how-does-hledger-relate-to-ledger),
|
||||
and get started tracking your numbers!
|
||||
|
||||
<a href="https://www.wepay.com/donate/74643?ref=widget&utm_medium=widget&utm_campaign=donation"
|
||||
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>
|
||||
For support and more technical info, see [development](DEVELOPMENT.html)
|
||||
or [email me](mailto:simon@joyful.com?subject=hledger:). I appreciate
|
||||
feedback on all aspects of hledger. And if hledger is helping you, feel
|
||||
free to give back and keep it growing! Best -Simon
|
||||
feedback on and help with all aspects of hledger. Please give it a try and
|
||||
let me know how we're doing. Best -Simon
|
||||
|
@ -17,17 +17,17 @@
|
||||
<!-- <a href="/"><img src="/logo.jpg" border="0" ALT="" /></a> -->
|
||||
<div#navigation
|
||||
<a href="/README.html">Home</a>
|
||||
<a href="/DOWNLOAD.html">Download</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="/DOWNLOAD.html">Download</a>
|
||||
<a href="http://demo.hledger.org">Demo</a>
|
||||
|
||||
#{body}
|
||||
|
||||
<div#footer
|
||||
<hr />
|
||||
© 2007-2011 <a href="http://joyful.com/">Simon Michael</a> and contributors
|
||||
© 2007-2012 <a href="http://joyful.com/">Simon Michael</a> and contributors
|
||||
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.');
|
||||
|
Loading…
Reference in New Issue
Block a user