]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/rcs/darcs.mdwn
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855...
[git.ikiwiki.info.git] / doc / rcs / darcs.mdwn
1 [Darcs](http://darcs.new) is a distributed revison control
2 system. Ikiwiki supports storing a wiki in a
3 Darcs repository.
5 An Ikiwiki wrapper is run by the `posthook` to update a wiki whenever commits
6 or remote pushes come in. When running as a [[cgi]] with Darcs, ikiwiki
7 automatically commits edited pages, and uses the Darcs history to generate the
8 [[•   Get_CAll_@_1*855.709~2847_@_E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r]] page.
10 Example for a `_darcs/prefs/defaults` file in `$SRCDIR`:
12         apply posthook /path/to/repository/_darcs/ikiwiki-wrapper
13         apply run-posthook
15 See also [[todo/darcs|todo/darcs]]