summaryrefslogtreecommitdiff
path: root/ikiwiki_nb_admin.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki_nb_admin.setup')
-rw-r--r--ikiwiki_nb_admin.setup14
1 files changed, 7 insertions, 7 deletions
diff --git a/ikiwiki_nb_admin.setup b/ikiwiki_nb_admin.setup
index 9a313e0..591625b 100644
--- a/ikiwiki_nb_admin.setup
+++ b/ikiwiki_nb_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_nb',
# where to build the wiki
- destdir => $builddir . '/html-admin',
+ destdir => $builddir . '/html-nb-admin',
# base url to the wiki
- url => 'http://admin.' . $domain . '/',
+ url => 'http://admin.nb.' . $domain . '/',
# url to the ikiwiki.cgi
- cgiurl => 'http://admin.' . $domain . '/ikiwiki.cgi',
+ cgiurl => 'http://admin.nb.' . $domain . '/ikiwiki.cgi',
# cgi wrapper to generate
- cgi_wrapper => $builddir . '/cgi-admin/ikiwiki.cgi',
+ cgi_wrapper => $builddir . '/cgi-nb-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_nb',
# base wiki source location
- underlaydir => $basedir . '/basewiki',
+ underlaydir => $basedir . '/basewiki_nb',
# display verbose messages when building?
#verbose => 1,
# log to syslog?