aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-10 16:31:58 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-10 16:31:58 -0400
commite5d9d3cc52598c68fc91903a5ca5fd43c7d1cf21 (patch)
treea79fbbdf35954dca19682cb2d4ec724e100318b1 /doc
parente3f5fdcf3789ca4f0e9704a390bf357d11160904 (diff)
downloadikiwiki-e5d9d3cc52598c68fc91903a5ca5fd43c7d1cf21.tar
ikiwiki-e5d9d3cc52598c68fc91903a5ca5fd43c7d1cf21.tar.gz
add rcs/cvs
Diffstat (limited to 'doc')
-rw-r--r--doc/rcs/cvs.mdwn (renamed from doc/plugins/contrib/cvs.mdwn)10
-rw-r--r--doc/rcs/cvs/discussion.mdwn (renamed from doc/plugins/contrib/cvs/discussion.mdwn)0
-rw-r--r--doc/rcs/details.mdwn2
3 files changed, 4 insertions, 8 deletions
diff --git a/doc/plugins/contrib/cvs.mdwn b/doc/rcs/cvs.mdwn
index b75929139..f0bd0f6f0 100644
--- a/doc/plugins/contrib/cvs.mdwn
+++ b/doc/rcs/cvs.mdwn
@@ -1,8 +1,5 @@
-[[!template id=plugin name=cvs core=0 author="[[schmonz]]"]]
-
-[[!template id=gitbranch branch=schmonz author="[[schmonz]]"]]
-
-This plugin allows ikiwiki to use [[!wikipedia desc="CVS" Concurrent Versions System]] as an [[rcs]].
+If you really need to, you can use [[!wikipedia desc="CVS" Concurrent Versions System]]
+with ikiwiki.
### Usage
7. Install [[!cpan File::chdir]], [[!cpan File::ReadBackwards]],
@@ -19,9 +16,6 @@ Consider creating `$HOME/.cvsrc` if you don't have one already; the plugin doesn
rdiff -u
### Implementation details
-* `cvs.pm` started life as a copy of [[3.14159|news/version_3.14159]]'s `svn.pm`.
-* `IkiWiki.pm:wiki_file_prune_regexps` avoids copying CVS metadata
-into `$DESTDIR`.
* [[ikiwiki-makerepo]]:
* creates a repository,
* imports `$SRCDIR` into top-level module `ikiwiki` (vendor tag IKIWIKI, release tag PRE_CVS),
diff --git a/doc/plugins/contrib/cvs/discussion.mdwn b/doc/rcs/cvs/discussion.mdwn
index 645b2388b..645b2388b 100644
--- a/doc/plugins/contrib/cvs/discussion.mdwn
+++ b/doc/rcs/cvs/discussion.mdwn
diff --git a/doc/rcs/details.mdwn b/doc/rcs/details.mdwn
index 6492cf38c..013ddb745 100644
--- a/doc/rcs/details.mdwn
+++ b/doc/rcs/details.mdwn
@@ -288,3 +288,5 @@ user for cleanup. This is less neat than it could be, in that a conflict marked
revision gets committed to the repository.
## [[bzr]]
+
+## [[cvs]]