docs: point to new repo location on darcs hub
This commit is contained in:
		
							parent
							
								
									8d973ac3b3
								
							
						
					
					
						commit
						1d8fe29c4c
					
				| @ -27,7 +27,7 @@ title: hledger contributor guide | |||||||
| 
 | 
 | ||||||
| **Development version**<br> | **Development version**<br> | ||||||
|   [Get it](#how-to-set-up-for-hledger-development), |   [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)) |   (or via [darcsweb](http://joyful.com/darcsweb/darcsweb.cgi?r=hledger;a=shortlog)) | ||||||
|   <!-- [hledger-web dev demo](http://demo.hledger.org:5001) --> |   <!-- [hledger-web dev demo](http://demo.hledger.org:5001) --> | ||||||
|   <br> |   <br> | ||||||
| @ -101,7 +101,7 @@ or | |||||||
| 
 | 
 | ||||||
| - get the hledger repo: | - get the hledger repo: | ||||||
|    |    | ||||||
|         darcs get --lazy http://joyful.com/darcsden/simon/hledger |         darcs get --lazy http://hub.darcs.net/simon/hledger | ||||||
|         cd hledger |         cd hledger | ||||||
|          |          | ||||||
| - install packages required to build hledger and add-ons, or as many of them as possible: | - 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 | ### 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 | - set up for development and test new patches in your own repo | ||||||
| - read the existing [code docs and source](#quick-links) | - read the existing [code docs and source](#quick-links) | ||||||
| - send feedback or discuss via irc or list | - send feedback or discuss via irc or list | ||||||
| @ -254,10 +254,9 @@ The hledger project aims to produce: | |||||||
| 
 | 
 | ||||||
| ### code | ### code | ||||||
| 
 | 
 | ||||||
| - the main repo is served from a private darcsden instance on joyful.com | - the hledger repo is hosted on hub.darcs.net | ||||||
| - 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://hub.darcs.net/simon/hledger/commits.png border=0></a> --> | ||||||
| 
 | 
 | ||||||
| <!-- ### release process --> | <!-- ### release process --> | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										16
									
								
								MANUAL.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								MANUAL.md
									
									
									
									
									
								
							| @ -58,7 +58,7 @@ something like: | |||||||
| To build the latest [development version](DEVELOPMENT.html) do: | To build the latest [development version](DEVELOPMENT.html) do: | ||||||
| 
 | 
 | ||||||
|     $ cabal update |     $ cabal update | ||||||
|     $ darcs get --lazy http://joyful.com/darcsden/simon/hledger |     $ darcs get --lazy http://hub.darcs.net/simon/hledger | ||||||
|     $ cd hledger |     $ cd hledger | ||||||
|     $ make install (or do cabal install inside hledger-lib/, hledger/ etc.) |     $ 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 | To create an initial journal, run `hledger add` and follow the prompts to | ||||||
| enter some transactions.  Or, save this | 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.journal` in your home directory. Now try commands like these: | ||||||
| 
 | 
 | ||||||
|     $ hledger                               # show available commands |     $ hledger                               # show available commands | ||||||
| @ -1099,7 +1099,7 @@ appropriate amount of hours. From the time log above, hledger print gives: | |||||||
|         (projects:A)          2.0h |         (projects:A)          2.0h | ||||||
| 
 | 
 | ||||||
| Here is a | 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: | download and some queries to try: | ||||||
| 
 | 
 | ||||||
|     hledger -f sample.timelog balance                               # current time balances |     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 | - use emacs and the built-in timeclock.el, or | ||||||
|   the extended [timeclock-x.el](http://www.emacswiki.org/emacs/timeclock-x.el) |   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: | - 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 |    using your platform's package management system. Or the dependencies | ||||||
|    specified on a package may need updating. Or there may be a compilation |    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 |    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. |    see if the [latest development version](#installing) might have a fix. | ||||||
| 
 | 
 | ||||||
| #. **ExitFailure 11**   | #. **ExitFailure 11**   | ||||||
| @ -1516,14 +1516,12 @@ Here are some issues you might encounter when you run hledger: | |||||||
| 
 | 
 | ||||||
|         $ chart food --depth 2 -p jan |         $ 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 | ### Other resources | ||||||
| 
 | 
 | ||||||
| - The rest of the [hledger.org](http://hledger.org) site. | - The rest of the [hledger.org](http://hledger.org) site. | ||||||
| 
 | 
 | ||||||
| - The [c++ ledger site](https://github.com/jwiegley/ledger/wiki). | - The [c++ ledger site](http://ledger-cli.org) and highly informative [manual](http://ledger-cli.org/3.0/doc/ledger3.html). | ||||||
|   Also the [c++ ledger 2.x manual](http://joyful.com/repos/ledger/doc/ledger.html) |  | ||||||
|   is slightly outdated but informative. |  | ||||||
| 
 | 
 | ||||||
| - [Why you need accounting](http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons) | - [Why you need accounting](http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons) | ||||||
|  | |||||||
| @ -76,7 +76,7 @@ library | |||||||
| 
 | 
 | ||||||
| source-repository head | source-repository head | ||||||
|   type:     darcs |   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 | -- cf http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -38,7 +38,7 @@ extra-source-files: | |||||||
| 
 | 
 | ||||||
| source-repository head | source-repository head | ||||||
|   type:     darcs |   type:     darcs | ||||||
|   location: http://joyful.com/repos/hledger |   location: http://hub.darcs.net/simon/hledger | ||||||
| 
 | 
 | ||||||
| -- Flag production | -- Flag production | ||||||
| --     Description:   Build fully optimised and with web files embedded (not loaded from ./static/) | --     Description:   Build fully optimised and with web files embedded (not loaded from ./static/) | ||||||
|  | |||||||
| @ -34,7 +34,7 @@ extra-source-files: | |||||||
| 
 | 
 | ||||||
| source-repository head | source-repository head | ||||||
|   type:     darcs |   type:     darcs | ||||||
|   location: http://joyful.com/repos/hledger |   location: http://hub.darcs.net/simon/hledger | ||||||
| 
 | 
 | ||||||
| flag threaded | flag threaded | ||||||
|     Description:   Build with support for multithreaded execution |     Description:   Build with support for multithreaded execution | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user