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