diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:26:22 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-21 04:26:22 +0000 |
commit | 3891f2d57a2ab74f86a0f888e946f73fffe72f24 (patch) | |
tree | 0a99c9239d2e9e80bf7c33bf4123f4012736ada7 /doc | |
parent | 74baaeba00c90cd7a027e40e2f6d65695341a0e1 (diff) |
add
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rcs.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/rcs.mdwn b/doc/rcs.mdwn new file mode 100644 index 000000000..57c426106 --- /dev/null +++ b/doc/rcs.mdwn @@ -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. |