From 16b0e475487911790fae1b78a89ce94477eb970a Mon Sep 17 00:00:00 2001 From: "http://rtfb.myopenid.com/" Date: Sun, 23 Aug 2009 11:40:44 -0400 Subject: Added closing parenthesis --- doc/setup/byhand.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/setup/byhand.mdwn') diff --git a/doc/setup/byhand.mdwn b/doc/setup/byhand.mdwn index 0184d3d2a..53f8d18bb 100644 --- a/doc/setup/byhand.mdwn +++ b/doc/setup/byhand.mdwn @@ -83,7 +83,7 @@ the rest of the files. A good place to put it is in a ~/.ikiwiki/ subdirectory. Most of the options, like `wikiname` in the setup file are the same as -ikiwiki's command line options (documented in [[usage]]. `srcdir` and +ikiwiki's command line options (documented in [[usage]]). `srcdir` and `destdir` are the two directories you specify when running ikiwiki by hand. Make sure that these are pointing to the right directories, and read through and configure the rest of the file to your liking. -- cgit v1.2.3 From e4e63a6f17be74985539752da46647eaf09cb69b Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Sun, 1 Nov 2009 23:39:54 -0500 Subject: note CVS usage --- doc/setup.mdwn | 1 + doc/setup/byhand.mdwn | 6 ++++++ 2 files changed, 7 insertions(+) (limited to 'doc/setup/byhand.mdwn') diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 89444c9a8..2d4da5536 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -65,6 +65,7 @@ source. (Remember to replace "foo" with the real directory name.) git clone foo.git foo.src svn checkout file://`pwd`/foo.svn/trunk foo.src + cvs -d `pwd`/foo get -P ikiwiki bzr clone foo foo.src hg clone foo foo.src # TODO monotone, tla diff --git a/doc/setup/byhand.mdwn b/doc/setup/byhand.mdwn index 53f8d18bb..b2ff7bd01 100644 --- a/doc/setup/byhand.mdwn +++ b/doc/setup/byhand.mdwn @@ -124,6 +124,12 @@ revision control. ikiwiki-makerepo svn $SRCDIR $REPOSITORY """]] +[[!toggle id=subversion text="CVS"]] +[[!toggleable id=cvs text=""" + REPOSITORY=~/wikirepo + ikiwiki-makerepo cvs $SRCDIR $REPOSITORY +"""]] + [[!toggle id=git text="Git"]] [[!toggleable id=git text=""" REPOSITORY=~/wiki.git -- cgit v1.2.3 From 212b248f8b383de3b880a46e4b813a6a0f65d5db Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Mon, 2 Nov 2009 11:12:04 +0000 Subject: fix toggle id for CVS --- doc/setup/byhand.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/setup/byhand.mdwn') diff --git a/doc/setup/byhand.mdwn b/doc/setup/byhand.mdwn index b2ff7bd01..afd1ac27f 100644 --- a/doc/setup/byhand.mdwn +++ b/doc/setup/byhand.mdwn @@ -124,7 +124,7 @@ revision control. ikiwiki-makerepo svn $SRCDIR $REPOSITORY """]] -[[!toggle id=subversion text="CVS"]] +[[!toggle id=cvs text="CVS"]] [[!toggleable id=cvs text=""" REPOSITORY=~/wikirepo ikiwiki-makerepo cvs $SRCDIR $REPOSITORY -- cgit v1.2.3 From e6bba3b3b5c7a99a38f5ae489a8fb7353013debc Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E" Date: Sat, 26 Jun 2010 18:13:08 +0000 Subject: s/the the/the/ --- doc/setup/byhand.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/setup/byhand.mdwn') diff --git a/doc/setup/byhand.mdwn b/doc/setup/byhand.mdwn index afd1ac27f..86cff5af4 100644 --- a/doc/setup/byhand.mdwn +++ b/doc/setup/byhand.mdwn @@ -177,7 +177,7 @@ about using the git repositories. Once your wiki is checked in to the revision control system, you should configure ikiwiki to use revision control. Edit your ikiwiki.setup, set -`rcs` to the the revision control system you chose to use. Be careful, +`rcs` to the revision control system you chose to use. Be careful, you may need to use the 'fullname'. For example, 'hg' doesn't work, you should use mercurial. Be sure to set `svnrepo` to the directory for your repository, if using subversion. Uncomment the configuration for the wrapper -- cgit v1.2.3