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