master
joey 2007-08-21 04:26:22 +00:00
parent 74baaeba00
commit 3891f2d57a
1 changed files with 16 additions and 0 deletions

16
doc/rcs.mdwn 100644
View File

@ -0,0 +1,16 @@
[[meta title="Revision Control Systems"]]
Ikiwiki supports using several revision control systems for storing page
histories.
Ikiwiki started out supporting only [[Subversion|svn]], but the interface
ikiwiki uses to a revision control system is sufficiently simple and
generic that it can be adapted to work with many systems by writing a
[[plugin|plugins/write]]. [[Subversion|svn]] is still a recommended choice
(since [[Joey]] uses it); [[git]] is another well-tested option.
These are all the supported revision control systems:
[[inline pages="rcs/* and !*/Discussion and !details" archive=yes]]
There is a page with [[details]] about how the different systems work with
ikiwiki, for the curious.