X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/74baaeba00c90cd7a027e40e2f6d65695341a0e1..6f3bfe4b88e58abcbfcf17955bce3b93c38d25ae:/doc/rcs/monotone.mdwn diff --git a/doc/rcs/monotone.mdwn b/doc/rcs/monotone.mdwn index d68eb1ed5..2cfcdfbf5 100644 --- a/doc/rcs/monotone.mdwn +++ b/doc/rcs/monotone.mdwn @@ -1,7 +1,24 @@ -[monotone](http://monotone.ca/) is a distributed revision control system. -Ikiwiki supports storing a wiki in tla. +[Monotone](http://monotone.ca/) is a distributed revision control system. +Ikiwiki supports storing a wiki in a Monotone repository and editing it +using the [[cgi]] interface. It will use the Monotone logs to generate the +[[RecentChanges]] page. -This requires the Monotone perl module from the monotone contrib/ directory -to be installed. In particlar, it needs version 0.03 or higher of that module. -It is available from the monotone source repository at: +The monotone support in ikiwiki requires the Monotone perl module to be +installed. (It's available from the contrib/ directory in the monotone +source.) In particular, it needs version 0.03 or higher of that module. +The module is available from the monotone source repository at: + +Monotone support works, but there are still a few minor missing bits (listed here so they are not forgotten): + +* Documentation (this page) could be improved. + +There is also a mismatch between the way Ikiwiki handles conflicts and the +way Monotone handles conflicts. At present, if there is a conflict, then +Ikiwiki will commit a revision with conflict markers before presenting it +to the user. This is ugly, but there is no clean way to fix it at present. + +Also note that not all recent ikiwiki features have been implemented in the +monotone plugin. At the moment we're missing: + + * [[todo/Untrusted_push_in_Monotone]]