summaryrefslogtreecommitdiff
path: root/ikiwiki_da_admin.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki_da_admin.setup')
-rw-r--r--ikiwiki_da_admin.setup16
1 files changed, 8 insertions, 8 deletions
diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup
index 995819b..2f18542 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
@@ -46,9 +46,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?
@@ -130,7 +130,7 @@ use IkiWiki::Setup::Standard {
# mode for git_wrapper (can safely be made suid)
git_wrappermode => '06755',
# gitweb url to show file history ([[file]] substituted)
- historyurl => 'http://source.' . $domain . '/gitweb.cgi?p=' . $gitrepo . '.git;a=history;f=[[file]]',#;hb=master-da
+ historyurl => 'http://source.' . $domain . '/gitweb.cgi?p=' . $gitrepo . '.git;a=history;f=[[file]];hb=master-da',
# gitweb url to show a diff ([[sha1_to]], [[sha1_from]], [[sha1_parent]], and [[file]] substituted)
diffurl => 'http://source.' . $domain . '/gitweb.cgi?p=' . $gitrepo . '.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]',
# where to pull and push changes (set to empty string to disable)