X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Frcs.mdwn;h=f66b854954e57f85b221fc1d9df5504e2701e663;hb=8de670263c16a8b58fbde87d76e3e33da0ddf942;hp=de686b76725c8541f3679df8ba42a221c69ebc9f;hpb=fad4c209a8294d05c63af2a549edfbdc0b34ea78;p=ikiwiki.git diff --git a/doc/rcs.mdwn b/doc/rcs.mdwn index de686b767..f66b85495 100644 --- a/doc/rcs.mdwn +++ b/doc/rcs.mdwn @@ -1,4 +1,4 @@ -[[meta title="Revision Control Systems"]] +[[!meta title="Revision Control Systems"]] Ikiwiki supports using several revision control systems for storing page histories. @@ -6,11 +6,11 @@ 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. +[[plugin|plugins/write]]. [[Subversion|svn]] is still a recommended choice; +[[git]] is another well-tested option. These are all the supported revision control systems: -[[inline pages="rcs/* and !*/Discussion and !rcs/details" archive=yes]] +[[!inline pages="rcs/* and !*/Discussion and !rcs/details" archive=yes]] There is a page with [[details]] about how the different systems work with ikiwiki, for the curious.