all repos — cgit @ 871ba33fbd727eb95c18bc3b9da77c785ec9a39d

a hyperfast web frontend for git written in c

index (view raw)

 1cgit quick facts
 2----------------
 3
 4 * web interface ([cgi][]) for [git][] repositories, written in [C][]
 5 * licensed under [GPLv2][]
 6 * discussions, patches etc. goes to the [list] ([archive]).
 7
 8[cgi]:     http://www.ietf.org/rfc/rfc3875.txt
 9[git]:     http://git-scm.org
10[C]:       http://en.wikipedia.org/wiki/C_%28programming_language%29
11[GPLv2]:   http://www.gnu.org/licenses/gpl-2.0.html
12[list]:    mailto:cgit@hjemli.net
13[archive]: http://hjemli.net/pipermail/cgit/
14
15
16features
17--------
18 * basic repository browsing (logs, diffs, trees...)
19 * caching of generated html
20 * cloneable urls (implements dumb http transport)
21 * commit feeds (atom format)
22 * discovery of git repositories
23 * on-the-fly archives for tags and commits
24 * plugin-support for e.g. syntax highlighting
25 * side-by-side diffs
26 * simple time/author statistics
27 * simple virtual hosting support (macro expansion)
28 * understands gitweb project-lists
29 * understands gitweb.owner in git config files
30
31
32branches
33--------
34 * [stable]: fixes for the previous release
35 * [master]: features for the next release
36 * [wip]: bleeding-edge stuff, frequently rebased
37
38[stable]:  http://hjemli.net/git/cgit/log/?h=stable
39[master]:  http://hjemli.net/git/cgit/log/
40[wip]:     http://hjemli.net/git/cgit/log/?h=wip
41
42
43source code
44-----------
45 * download current or past [releases]
46 * clone the repo using git or http protocol:
47   * git://hjemli.net/pub/git/cgit
48   * http://hjemli.net/git/cgit
49 * see the [README] for build instructions
50
51[releases]: http://hjemli.net/git/cgit/refs/tags
52[README]:   http://hjemli.net/git/cgit/tree/README
53
54
55packages
56--------
57 * [archlinux][]
58 * [darwinports][]
59 * [fedora][]
60 * [gentoo][]
61 * [macports][]
62 * [opensuse][]
63 * [pkgsrc]
64
65[archlinux]:    http://aur.archlinux.org/packages.php?ID=22790
66[darwinports]:  http://cgit.darwinports.com/
67[fedora]:       https://admin.fedoraproject.org/pkgdb/acls/name/cgit
68[gentoo]:       http://packages.gentoo.org/package/www-apps/cgit
69[macports]:     http://trac.macports.org/browser/trunk/dports/www/cgit
70[opensuse]:     https://build.opensuse.org/package/show?package=cgit&project=devel%3Atools%3Ascm
71[pkgsrc]:       http://pkgsrc.se/wip/cgit