]> sipb.mit.edu Git - ikiwiki.git/blob - doc/git.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / doc / git.mdwn
1 Ikiwiki is developed in a git repository and can be checked out 
2 like this:
3
4         git clone git://git.ikiwiki.info/
5
6 Or like this if your firewall only passes http traffic (slow):
7
8         git clone http://git.ikiwiki.info/ikiwiki.git/
9
10 The gitweb is [here](http://git.ikiwiki.info/?p=ikiwiki).
11
12 There is also a mirror [on github](http://github.com/joeyh/ikiwiki/tree/master).
13
14 Commits to this git repository are fed into [CIA](http://cia.vc), and can
15 be browsed, subscribed to etc on its
16 [project page](http://cia.vc/stats/project/ikiwiki).
17
18 ## branches
19
20 You are of course free to set up your own ikiwiki git repository with your
21 own [[patches|patch]].
22
23 Some of the branches included in the main repository include:
24
25 * `gallery` contains the [[todo/Gallery]] plugin. It's not yet merged
26   due to license issues.  Also some bits need to be tweaked to make it
27   work with the current *master* branch again.
28 * `html` is an unfinished attempt at making ikiwiki output HTML 4.01
29   instead of xhtml.
30 * `wikiwyg` adds [[todo/wikiwyg]] support. It is unmerged pending some
31   changes.
32 * `pristine-tar` contains deltas that
33   [pristine-tar](http://kitenet.net/~joey/code/pristine-tar)
34   can use to recreate released tarballs of ikiwiki
35 * `debian-stable` is used for updates to the old version included in
36   Debian's stable release.