]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/rcs.mdwn
Migrate everything else via prefix_directives
[git.ikiwiki.info.git] / doc / rcs.mdwn
1 [[!meta title="Revision Control Systems"]]
3 Ikiwiki supports using several revision control systems for storing page
4 histories. 
6 Ikiwiki started out supporting only [[Subversion|svn]], but the interface
7 ikiwiki uses to a revision control system is sufficiently simple and
8 generic that it can be adapted to work with many systems by writing a
9 [[plugin|plugins/write]]. [[Subversion|svn]] is still a recommended choice;
10 [[git]] is another well-tested option.
12 These are all the supported revision control systems:
13 [[!inline pages="rcs/* and !*/Discussion and !rcs/details" archive=yes]]
15 There is a page with [[details]] about how the different systems work with
16 ikiwiki, for the curious.