From 75a985002c9cd2833fa32ae6ef97206d72b5ab96 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 21 May 2007 23:41:04 -0700 Subject: [PATCH] Configure cworth.org-specific settings --- ikiwiki.setup | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 4240408..d006f8c 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -6,18 +6,18 @@ # Remember to re-run ikiwiki --setup any time you edit this file. use IkiWiki::Setup::Standard { - wikiname => "MyWiki", + wikiname => "cworth.org", #adminuser => ["yourname", ], - adminemail => 'me@example.org', + adminemail => 'cworth@cworth.org', # Be sure to customise these.. - srcdir => "/path/to/source", - destdir => "/var/www/wiki", + srcdir => "/srv/cworth.org/wiki/checkout/src", + destdir => "/srv/cworth.org/www", - url => "http://example.org/wiki", - cgiurl => "http://example.org/ikiwiki.cgi", + url => "http://cworth.org", + #cgiurl => "http://example.org/ikiwiki.cgi", #templatedir => "/usr/share/ikiwiki/templates", - #underlaydir => "/usr/share/ikiwiki/basewiki", + underlaydir => "/dev/null", # Git stuff. #rcs => "git", -- 2.43.0