]> sipb.mit.edu Git - sipb-www.git/blobdiff - ikiwiki.setup
Move the wiki content to Scripts/wiki, and CGI script to Scripts/wiki-cgi.
[sipb-www.git] / ikiwiki.setup
index 4f13e57a5052c71da3341c152a6814b07bf71a41..37e1d830c338af7ea90636885abd9dc2a68ca896 100644 (file)
@@ -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
@@ -32,7 +32,7 @@ use IkiWiki::Setup::Standard {
        # IMPORTANT! If you add plugins that involve interface changes, you
        # will need to modify our templates to allow this, as our custom
        # template does not support them yet. See ~/src/ikiwiki/templates
-       add_plugins => [qw(goodstuff httpauth)],
+       add_plugins => [qw(goodstuff html httpauth)],
        # plugins to disable
        # IMPORTANT! If you reenable passwordauth/openid, you need to
        # do some modifications described in TODO.SIPB in the source-tree