diff options
Diffstat (limited to 'ikiwiki_da_admin.setup')
-rw-r--r-- | ikiwiki_da_admin.setup | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup index 1fde410..8da0511 100644 --- a/ikiwiki_da_admin.setup +++ b/ikiwiki_da_admin.setup @@ -25,15 +25,15 @@ use IkiWiki::Setup::Standard { # users who are banned from the wiki banned_users => [], # where the source of the wiki is located - srcdir => $basedir . '/content', + srcdir => $basedir . '/content_da', # where to build the wiki - destdir => $builddir . '/html-admin', + destdir => $builddir . '/html-da-admin', # base url to the wiki - url => 'http://admin.' . $domain . '/', + url => 'http://admin.da.' . $domain . '/', # url to the ikiwiki.cgi - cgiurl => 'http://admin.' . $domain . '/ikiwiki.cgi', + cgiurl => 'http://admin.da.' . $domain . '/ikiwiki.cgi', # cgi wrapper to generate - cgi_wrapper => $builddir . '/cgi-admin/ikiwiki.cgi', + cgi_wrapper => $builddir . '/cgi-da-admin/ikiwiki.cgi', # mode for cgi_wrapper (can safely be made suid) cgi_wrappermode => '00755', # rcs backend to use @@ -45,9 +45,9 @@ use IkiWiki::Setup::Standard { disable_plugins => [qw{ }], # location of template files - templatedir => $basedir . 'templates', + templatedir => $basedir . 'templates_da', # base wiki source location - underlaydir => $basedir . 'basewiki', + underlaydir => $basedir . 'basewiki_da', # display verbose messages when building? #verbose => 1, # log to syslog? |