docs: point to new repo location on darcs hub

This commit is contained in:
Simon Michael 2012-11-17 04:31:21 +00:00
parent 8d973ac3b3
commit 1d8fe29c4c
5 changed files with 15 additions and 18 deletions

View File

@ -27,7 +27,7 @@ title: hledger contributor guide
**Development version**<br>
[Get it](#how-to-set-up-for-hledger-development),
[browse it](http://joyful.com/repos/hledger)
[browse it](http://hub.darcs.net/simon/hledger)
(or via [darcsweb](http://joyful.com/darcsweb/darcsweb.cgi?r=hledger;a=shortlog))
<!-- [hledger-web dev demo](http://demo.hledger.org:5001) -->
<br>
@ -101,7 +101,7 @@ or
- get the hledger repo:
darcs get --lazy http://joyful.com/darcsden/simon/hledger
darcs get --lazy http://hub.darcs.net/simon/hledger
cd hledger
- install packages required to build hledger and add-ons, or as many of them as possible:
@ -186,7 +186,7 @@ or
### how to do code review
- watch for and read new patches on the mail list, irc, darcsweb patch feed, or [darcsweb patch log](http://joyful.com/darcsweb/darcsweb.cgi?r=hledger;a=shortlog)
- watch for and read new patches on the mail list, irc, or [darcs hub](http://hub.darcs.net/simon/hledger/changes) ([feed](http://hub.darcs.net/simon/hledger/changes/atom))
- set up for development and test new patches in your own repo
- read the existing [code docs and source](#quick-links)
- send feedback or discuss via irc or list
@ -254,10 +254,9 @@ The hledger project aims to produce:
### code
- the main repo is served from a private darcsden instance on joyful.com
- darcsweb is also available as an alternate browsing UI
- the hledger repo is hosted on hub.darcs.net
<!-- <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://hub.darcs.net/simon/hledger/commits.png border=0></a> -->
<!-- ### release process -->

View File

@ -58,7 +58,7 @@ something like:
To build the latest [development version](DEVELOPMENT.html) do:
$ cabal update
$ darcs get --lazy http://joyful.com/darcsden/simon/hledger
$ darcs get --lazy http://hub.darcs.net/simon/hledger
$ cd hledger
$ make install (or do cabal install inside hledger-lib/, hledger/ etc.)
@ -96,7 +96,7 @@ in a certain account.
To create an initial journal, run `hledger add` and follow the prompts to
enter some transactions. Or, save this
[sample file](http://joyful.com/repos/hledger/data/sample.journal) as
[sample file](http://hub.darcs.net/simon/hledger/data/sample.journal) as
`.hledger.journal` in your home directory. Now try commands like these:
$ hledger # show available commands
@ -1099,7 +1099,7 @@ appropriate amount of hours. From the time log above, hledger print gives:
(projects:A) 2.0h
Here is a
[sample.timelog](http://joyful.com/repos/hledger/data/sample.timelog) to
[sample.timelog](http://hub.darcs.net/simon/hledger/data/sample.timelog) to
download and some queries to try:
hledger -f sample.timelog balance # current time balances
@ -1110,7 +1110,7 @@ To generate time logs, ie to clock in and clock out, you could:
- use emacs and the built-in timeclock.el, or
the extended [timeclock-x.el](http://www.emacswiki.org/emacs/timeclock-x.el)
and perhaps the extras in [ledgerutils.el](http://joyful.com/repos/ledgertools/ledgerutils.el)
and perhaps the extras in [ledgerutils.el](http://hub.darcs.net/simon/ledgertools/ledgerutils.el)
- at the command line, use these bash aliases:
@ -1412,7 +1412,7 @@ or get help.
using your platform's package management system. Or the dependencies
specified on a package may need updating. Or there may be a compilation
error. If you find an error in a hledger package, check the
[recent commits](http://joyful.com/darcsden/simon/hledger/changes) to
[recent commits](http://hub.darcs.net/simon/hledger/changes) to
see if the [latest development version](#installing) might have a fix.
#. **ExitFailure 11**
@ -1516,14 +1516,12 @@ Here are some issues you might encounter when you run hledger:
$ chart food --depth 2 -p jan
See also the [extra](http://joyful.com/repos/hledger/extra) directory.
See also the [extra](http://hub.darcs.net/simon//hledger/extra) directory.
### Other resources
- The rest of the [hledger.org](http://hledger.org) site.
- The [c++ ledger site](https://github.com/jwiegley/ledger/wiki).
Also the [c++ ledger 2.x manual](http://joyful.com/repos/ledger/doc/ledger.html)
is slightly outdated but informative.
- The [c++ ledger site](http://ledger-cli.org) and highly informative [manual](http://ledger-cli.org/3.0/doc/ledger3.html).
- [Why you need accounting](http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons)

View File

@ -76,7 +76,7 @@ library
source-repository head
type: darcs
location: http://joyful.com/repos/hledger
location: http://hub.darcs.net/simon/hledger
-- cf http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html

View File

@ -38,7 +38,7 @@ extra-source-files:
source-repository head
type: darcs
location: http://joyful.com/repos/hledger
location: http://hub.darcs.net/simon/hledger
-- Flag production
-- Description: Build fully optimised and with web files embedded (not loaded from ./static/)

View File

@ -34,7 +34,7 @@ extra-source-files:
source-repository head
type: darcs
location: http://joyful.com/repos/hledger
location: http://hub.darcs.net/simon/hledger
flag threaded
Description: Build with support for multithreaded execution