From d3ad63290dba3efb373f9a7a001b0c490405757e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 11 Feb 2009 05:28:58 -0500 Subject: [PATCH] Move the wiki content to Scripts/wiki, and CGI script to Scripts/wiki-cgi. --- ikiwiki.setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index c31344c..37e1d83 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -17,13 +17,13 @@ use IkiWiki::Setup::Standard { # where the source of the wiki is located srcdir => '/afs/sipb.mit.edu/project/sipb-www/ikiwiki/src', # where to build the wiki - destdir => '/afs/sipb.mit.edu/project/sipb-www/web_scripts/wiki/', + destdir => '/afs/sipb.mit.edu/project/sipb-www/Scripts/wiki', # base url to the wiki - url => 'http://sipb.mit.edu/', + url => 'http://sipb.mit.edu', # url to the ikiwiki.cgi cgiurl => 'https://sipb.mit.edu:444/ikiwiki.cgi', # filename of cgi wrapper to generate - cgi_wrapper => '/afs/sipb.mit.edu/project/sipb-www/web_scripts/wiki/ikiwiki.cgi', + cgi_wrapper => '/afs/sipb.mit.edu/project/sipb-www/Scripts/wiki-cgi/ikiwiki.cgi', # mode for cgi_wrapper (can safely be made suid) cgi_wrappermode => '06755', # rcs backend to use -- 2.30.0