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