summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 03:58:30 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 03:58:30 +0000
commit764d91b6befacfca98676519b90a0c257d17f177 (patch)
tree803dcb4e323842faab941fd1dc20b8c2c8eea463 /doc
parent38353384cf7ccb4cbc81e77f82875d8a959fbea7 (diff)
update wiki
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Monotone_rcs_support.mdwn10
-rw-r--r--doc/monotone.mdwn7
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/Monotone_rcs_support.mdwn b/doc/bugs/Monotone_rcs_support.mdwn
index c976268f2..9514472ee 100644
--- a/doc/bugs/Monotone_rcs_support.mdwn
+++ b/doc/bugs/Monotone_rcs_support.mdwn
@@ -31,3 +31,13 @@ Note: This patch requires a rather recent Monotone perl module (18 August 2007 o
>> erg... sorry, fixed.
[[tag patch]]
+
+>> I've [[accepted|done]] this patch, thank you!
+>>
+>> I did make a few changes. Please review, and make sure it still works
+>> (a test case like we have for some of the other RCSes would be nice..)
+>>
+>> BTW, will all the monotone output parsing work if LANG != C?
+>>
+>> Do monotone post-commit hooks actually use REV?
+>> --[[Joey]]
diff --git a/doc/monotone.mdwn b/doc/monotone.mdwn
new file mode 100644
index 000000000..d68eb1ed5
--- /dev/null
+++ b/doc/monotone.mdwn
@@ -0,0 +1,7 @@
+[monotone](http://monotone.ca/) is a distributed revision control system.
+Ikiwiki supports storing a wiki in tla.
+
+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:
+<http://viewmtn.angrygoats.net/branch/changes/net.venge.monotone>