diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-10-09 10:30:36 +0000 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-10-09 10:38:33 +0000 |
commit | be8dd4a5e1bc326ac779718aff5a9498c3918797 (patch) | |
tree | 50088090c0503a3a89f231208240f38430f16c27 | |
parent | 344189a984f25894594c55c6eeb348b0604d23eb (diff) | |
download | cgit-be8dd4a5e1bc326ac779718aff5a9498c3918797.tar cgit-be8dd4a5e1bc326ac779718aff5a9498c3918797.tar.gz cgit-be8dd4a5e1bc326ac779718aff5a9498c3918797.zip |
Simplify development model, for the time being.
-rw-r--r-- | index | 33 |
1 files changed, 9 insertions, 24 deletions
@@ -3,8 +3,8 @@ cgit quick facts * web interface ([cgi][]) for [git][] repositories, written in [C][] * licensed under [GPLv2][] - * discussions, patches etc. goes to the [list] ([archive], [gmane]). - * common questions are answered in the [faq]. + * discussions, patches etc. goes to the [list][] ([archive][], [gmane][]). + * common questions are answered in the [faq][]. [cgi]: http://www.ietf.org/rfc/rfc3875.txt [git]: http://git-scm.org @@ -31,30 +31,15 @@ features * understands gitweb project-lists * understands gitweb.owner in git config files - -branches --------- - * [stable]: fixes for the previous release - * [master]: features for the next release - * [wip]: bleeding-edge stuff, frequently rebased - * [wiki]: the info found on this page - -[stable]: http://hjemli.net/git/cgit/log/?h=stable -[master]: http://hjemli.net/git/cgit/log/ -[wip]: http://hjemli.net/git/cgit/log/?h=wip -[wiki]: http://hjemli.net/git/cgit/log/?h=wiki - - source code ----------- - * download current or past [releases] - * clone the repo using git or http protocol: - * git://hjemli.net/pub/git/cgit - * http://hjemli.net/git/cgit - * see the [README] for build instructions + * download current or past [releases][] + * clone the repo using the http protocol: + * git clone http://git.zx2c4.com/cgit + * see the [README][] for build instructions -[releases]: http://hjemli.net/git/cgit/refs/tags -[README]: http://hjemli.net/git/cgit/tree/README +[releases]: ../refs/tags +[README]: ../tree/README packages @@ -65,7 +50,7 @@ packages * [gentoo][] * [macports][] * [opensuse][] - * [pkgsrc] + * [pkgsrc][] [archlinux]: http://aur.archlinux.org/packages.php?ID=22790 [darwinports]: http://cgit.darwinports.com/ |