]> sipb.mit.edu Git - ikiwiki.git/blob - doc/git.mdwn
2a2d10526e6481a4ebd833c37cc1cba55407d7d0
[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 Commits to this git repository are fed into [CIA](http://cia.vc), and can
20 be browsed, subscribed to etc on its
21 [project page](http://cia.vc/stats/project/ikiwiki). They're also fed into
22 [twitter](http://twitter.com/ikiwiki).
23
24 ## personal git repositories
25
26 You are of course free to set up your own ikiwiki git repository with your
27 own [[patches|patch]]. If you list it here, the `gitremotes` script will
28 automatically add it to git remotes. Your repo will automatically be pulled
29 into [[Joey]]'s working repository where he can see your branches and
30 think about merging them. This is recommended. :-)
31
32 <!-- Machine-parsed format: * wikilink <git:url> -->
33
34 * github `git://github.com/joeyh/ikiwiki.git`
35   ([browse](http://github.com/joeyh/ikiwiki/tree/master))  
36   A mirror of the main repo, automatically updated.
37 * l10n `git://l10n.ikiwiki.info/`
38   Open push localization branch used for <http://l10n.ikiwiki.info/>
39 * [[smcv]] `git://git.pseudorandom.co.uk/git/smcv/ikiwiki.git`
40   ([browse](http://git.pseudorandom.co.uk/smcv/ikiwiki.git))
41 * [[intrigeri]] `git://gaffer.ptitcanardnoir.org/ikiwiki.git`
42 * [[gmcmanus]] `git://github.com/gmcmanus/ikiwiki.git`
43 * [[jelmer]] `git://git.samba.org/jelmer/ikiwiki.git`
44 * [[hendry]] `git://webconverger.org/git/ikiwiki`
45 * [[jon]] `git://github.com/jmtd/ikiwiki.git`
46 * [[ikipostal|DavidBremner]] `git://pivot.cs.unb.ca/git/ikipostal.git`
47 * [[ikimailbox|DavidBremner]] `git://pivot.cs.unb.ca/git/ikimailbox.git`
48 * [[ikiplugins|DavidBremner]] `git://pivot.cs.unb.ca/git/ikiplugins.git`
49 * [[jonas|JonasSmedegaard]] `git://source.jones.dk/ikiwiki-upstream`
50 * [[arpitjain]] `git://github.com/arpitjain11/ikiwiki.git`
51 * [[chrysn]] `git://github.com/github076986099/ikiwiki.git`
52 * [[simonraven]] `git://github.com/kjikaqawej/ikiwiki-simon.git`
53 * [[schmonz]] `git://github.com/schmonz/ikiwiki.git`
54 * [[will]] `http://www.cse.unsw.edu.au/~willu/ikiwiki.git`
55 * [[kaizer]] `git://github.com/engla/ikiwiki.git`
56 * [[bbb]] `http://git.boulgour.com/bbb/ikiwiki.git`
57 * [[KathrynAndersen]] `git://github.com/rubykat/ikiplugins.git`
58 * [[ktf]] `git://github.com/ktf/ikiwiki.git`
59 * [[tove]] `git://github.com/tove/ikiwiki.git`
60 * [[GiuseppeBilotta]] `git://git.oblomov.eu/ikiwiki`
61 * [[roktas]] `git://github.com/roktas/ikiwiki.git`
62 * [[davrieb|David_Riebenbauer]] `git://git.liegesta.at/git/ikiwiki`
63   ([browse](http://git.liegesta.at/?p=ikiwiki.git;a=summary))
64 * [[GustafThorslund]] `http://gustaf.thorslund.org/src/ikiwiki.git`
65 * [[peteg]] `git://git.hcoop.net/git/peteg/ikiwiki.git`
66 * [[privat]] `git://github.com/privat/ikiwiki.git`
67 * [[blipvert]] `git://github.com/blipvert/ikiwiki.git`
68 * [[bzed|BerndZeimetz]] `git://git.recluse.de/users/bzed/ikiwiki.git`
69 * [[wtk]] `git://github.com/wking/ikiwiki.git`
70 * [[sunny256]] `git://github.com/sunny256/ikiwiki.git`
71
72 ## branches
73
74 Current branches of ikiwiki are listed on [[branches]].
75