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') 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 129bde667604a73e26fce2491dd5e431aef143af Mon Sep 17 00:00:00 2001 From: "http://jeremiahfoster.myopenid.com/" Date: Tue, 13 Oct 2009 13:35:44 -0400 Subject: Added a question about permissions. --- doc/setup/discussion.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/setup') diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn index 0501f443a..32a8f6de2 100644 --- a/doc/setup/discussion.mdwn +++ b/doc/setup/discussion.mdwn @@ -1,3 +1,5 @@ +I have copied over the ikiwiki.setup file from /usr/share/doc/ikiwiki/ to /etc/ikiwiki/ and run it after editing. My site gets built but when I click on the 'edit' button, firefox and google chrome download the cgi file instead of creating a way to edit it. The permissions on my ikiwiki.cgi script look like this: -rwsr-sr-x 1 root root 13359 2009-10-13 19:21 ikiwiki.cgi. Is there something I should do, i.e. change permissions, so I can get it to run correctly? (jeremiah) + I just went through the standard procedure described for setup, copied the blog directory from examples into my source directory, ran ikiwiki, and everything seems to have worked, except that none of the [[!meta ... ]] tags get converted. They simply show up in the html files unformatted, with no exclamation point, and with p tags around them. Any ideas? using ikiwiki version 2.40 on freebsd --mjg -- cgit v1.2.3 From 6ece984c39713117d356843ba8f71fb2beb47e91 Mon Sep 17 00:00:00 2001 From: Jogo Date: Tue, 13 Oct 2009 17:26:11 -0400 Subject: --- doc/setup/discussion.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/setup') diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn index 32a8f6de2..1c5ad8260 100644 --- a/doc/setup/discussion.mdwn +++ b/doc/setup/discussion.mdwn @@ -1,5 +1,7 @@ I have copied over the ikiwiki.setup file from /usr/share/doc/ikiwiki/ to /etc/ikiwiki/ and run it after editing. My site gets built but when I click on the 'edit' button, firefox and google chrome download the cgi file instead of creating a way to edit it. The permissions on my ikiwiki.cgi script look like this: -rwsr-sr-x 1 root root 13359 2009-10-13 19:21 ikiwiki.cgi. Is there something I should do, i.e. change permissions, so I can get it to run correctly? (jeremiah) +> Have a look [[here|tips/dot_cgi]]. --[[Jogo]] + I just went through the standard procedure described for setup, copied the blog directory from examples into my source directory, ran ikiwiki, and everything seems to have worked, except that none of the [[!meta ... ]] tags get converted. They simply show up in the html files unformatted, with no exclamation point, and with p tags around them. Any ideas? using ikiwiki version 2.40 on freebsd --mjg -- 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') 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') 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 8eb2cbdf93f55090429526371833f108a886f5c6 Mon Sep 17 00:00:00 2001 From: "http://www.openid.albertlash.com/openid/" Date: Mon, 23 Nov 2009 07:44:05 -0500 Subject: --- doc/setup/discussion.mdwn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/setup') diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn index 1c5ad8260..a4f023dec 100644 --- a/doc/setup/discussion.mdwn +++ b/doc/setup/discussion.mdwn @@ -242,3 +242,6 @@ Thank you! I'm not a Perl programmer, so what's your opinion: is this behavior a > That is not entirely clear to me from the documentation. It doesn't > say the path has to exist, but doesn't say it cannot either. --[[Joey]] + +I am experiencing the same problem "/etc/ikiwiki/custom: failed to set up the repository with ikiwiki-makerepo +" on Debian squeeze with perl5.10.0. -- [Albert](http://www.docunext.com/) -- cgit v1.2.3 From 2a933a07c63056df0a645c501e16a951c7308184 Mon Sep 17 00:00:00 2001 From: "http://www.openid.albertlash.com/openid/" Date: Mon, 23 Nov 2009 07:52:01 -0500 Subject: --- doc/setup/discussion.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/setup') diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn index a4f023dec..b71263dae 100644 --- a/doc/setup/discussion.mdwn +++ b/doc/setup/discussion.mdwn @@ -244,4 +244,4 @@ Thank you! I'm not a Perl programmer, so what's your opinion: is this behavior a > say the path has to exist, but doesn't say it cannot either. --[[Joey]] I am experiencing the same problem "/etc/ikiwiki/custom: failed to set up the repository with ikiwiki-makerepo -" on Debian squeeze with perl5.10.0. -- [Albert](http://www.docunext.com/) +" on Debian squeeze with perl5.10.0. Upgrading to ikiwiki 3.10 fixes it. -- [Albert](http://www.docunext.com/) -- cgit v1.2.3 From f5466ad7173459bc9481781d8f54ba969f56a516 Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Fri, 23 Apr 2010 16:29:05 +0100 Subject: how important is perl 5.10? --- doc/setup/discussion.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/setup') diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn index b71263dae..2000c5dfb 100644 --- a/doc/setup/discussion.mdwn +++ b/doc/setup/discussion.mdwn @@ -245,3 +245,12 @@ Thank you! I'm not a Perl programmer, so what's your opinion: is this behavior a I am experiencing the same problem "/etc/ikiwiki/custom: failed to set up the repository with ikiwiki-makerepo " on Debian squeeze with perl5.10.0. Upgrading to ikiwiki 3.10 fixes it. -- [Albert](http://www.docunext.com/) + +---- + +Just a note, perl 5.10 isn't packaged as part of RHEL or thus CentOS nor EPEL, +so it's not especially trivial to satisfy that requirement for ikiwiki on +those platforms, without backporting it from Fedora or building from source. +However, I have an ikiwiki 3.20100403 running on RHEL-4 supplied 5.8.8 without +(seemingly too much) complaint. How strong is the 5.10 requirement? what +precicely breaks without it? -- [[Jon]] -- cgit v1.2.3 From 796ece2a8a482f219a5d4c568af271286511574e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 Apr 2010 13:30:52 -0400 Subject: response --- doc/setup/discussion.mdwn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/setup') diff --git a/doc/setup/discussion.mdwn b/doc/setup/discussion.mdwn index 2000c5dfb..74f7740db 100644 --- a/doc/setup/discussion.mdwn +++ b/doc/setup/discussion.mdwn @@ -254,3 +254,7 @@ those platforms, without backporting it from Fedora or building from source. However, I have an ikiwiki 3.20100403 running on RHEL-4 supplied 5.8.8 without (seemingly too much) complaint. How strong is the 5.10 requirement? what precicely breaks without it? -- [[Jon]] + +> I don't remember what was the specific problem with perl 5.8.8. All I can +> find is some taint checking bugs, which are currently worked around by +> taint checking being disabled. --[[Joey]] -- cgit v1.2.3 From 651acf8b1490ebdfe15c11fde3792c13fb118f31 Mon Sep 17 00:00:00 2001 From: "http://jeremiahfoster.com/" Date: Wed, 9 Jun 2010 11:55:11 +0000 Subject: Started discussion --- doc/setup/byhand/discussion.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/setup/byhand/discussion.mdwn (limited to 'doc/setup') diff --git a/doc/setup/byhand/discussion.mdwn b/doc/setup/byhand/discussion.mdwn new file mode 100644 index 000000000..97ae40438 --- /dev/null +++ b/doc/setup/byhand/discussion.mdwn @@ -0,0 +1 @@ +What directory is the 'working copy'? There can be two interpretations: the current dir and the .git dir. -- cgit v1.2.3 From bd59179e090d8443f4fbaa0f4c0ac586fc8dbbb3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Jun 2010 13:45:18 -0400 Subject: response --- doc/setup/byhand/discussion.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/setup') diff --git a/doc/setup/byhand/discussion.mdwn b/doc/setup/byhand/discussion.mdwn index 97ae40438..941976789 100644 --- a/doc/setup/byhand/discussion.mdwn +++ b/doc/setup/byhand/discussion.mdwn @@ -1 +1,7 @@ What directory is the 'working copy'? There can be two interpretations: the current dir and the .git dir. + +> It is fairly common terminology amoung all version control systems to use +> "working copy" to refer to a checkout from version control, including +> copies of all the versioned files, and whatever VCS-specific cruft that +> entails. So, a working copy is everything you get when you `git clone` +> a repository. --[[Joey]] -- 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') 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