aboutsummaryrefslogtreecommitdiff
path: root/doc/features.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-02 05:32:20 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-02 05:32:20 +0000
commit30afedcfe2799bb6cc4bf329bd273ad9d8dd6da3 (patch)
tree900d3e110a304973171b47d40977b29db24d5e7c /doc/features.mdwn
parentc0f8126143852a2b1e47e2b8a7310ef6bd43bf18 (diff)
downloadikiwiki-30afedcfe2799bb6cc4bf329bd273ad9d8dd6da3.tar
ikiwiki-30afedcfe2799bb6cc4bf329bd273ad9d8dd6da3.tar.gz
* Add support for using git instead of subversion as the RCS backend,
tremendous thanks to Recai Oktaş for this. * Doc updates for git.
Diffstat (limited to 'doc/features.mdwn')
-rw-r--r--doc/features.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn
index 30fe5987b..12e9d0528 100644
--- a/doc/features.mdwn
+++ b/doc/features.mdwn
@@ -3,7 +3,9 @@ Some of ikiwiki's features:
* [[Subversion]]
Rather than implement its own system for storing page histories etc,
- ikiwiki simply uses subversion. (It's also possible to [[plugins/write]] support for other systems.)
+ ikiwiki simply uses subversion. (It's also possible to [[plugins/write]]
+ support for other systems, and ikiwiki also includes support for [[Git]]
+ now.)
Instead of editing pages in a stupid web form, you can use vim and commit
changes via svn. Or work disconnected using svk and push your changes out