]> sipb.mit.edu Git - ikiwiki.git/blob - doc/git.mdwn
90f030ab4ab0555e42c9b08a0ef34dcff7da7ed5
[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 Commits to this git repository are fed into [CIA](http://cia.vc), and can
13 be browsed, subscribed to etc on its
14 [project page](http://cia.vc/stats/project/ikiwiki).
15
16 ## branches
17
18 You are of course free to set up your own ikiwiki git repository with your
19 own [[patches|patch]].
20
21 Some of the branches included in the main repository include:
22
23 * `gallery` contains the [[todo/Gallery]] plugin. It's not yet merged
24   die to license issues.
25 * `html` is an unfinished attempt at making ikiwiki output HTML 4.01
26   instead of xhtml.
27 * `prefix-directives` changes the preprocessor directive syntax. It
28   is approximately one failing test case away from merging.
29 * `wikiwyg` adds [[todo/wikiwyg]] support. It is unmerged pending some
30   changes.
31 * `pristine-tar` contains deltas that
32   [pristine-tar](http://kitenet.net/~joey/code/pristine-tar)
33   can use to recreate released tarballs of ikiwiki