ikiwiki/doc/rcs.mdwn

17 lines
688 B
Plaintext
Raw Normal View History

[[!meta title="Revision Control Systems"]]
2007-08-21 06:26:22 +02:00
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
2007-10-25 08:45:16 +02:00
[[plugin|plugins/write]]. [[Subversion|svn]] is still a recommended choice;
[[git]] is another well-tested option.
2007-08-21 06:26:22 +02:00
These are all the supported revision control systems:
[[!inline pages="rcs/* and !*/Discussion and !rcs/details" archive=yes]]
2007-08-21 06:26:22 +02:00
There is a page with [[details]] about how the different systems work with
ikiwiki, for the curious.