summaryrefslogtreecommitdiff
path: root/ikiwiki_da.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki_da.setup')
-rw-r--r--ikiwiki_da.setup12
1 files changed, 6 insertions, 6 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup
index d6b5d3e..2e8d85c 100644
--- a/ikiwiki_da.setup
+++ b/ikiwiki_da.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_dummy',
+ srcdir => $basedir . '/content_dummy_da',
# where to build the wiki
destdir => $builddir . '/html',
# base url to the wiki
url => 'http://wiki.' . $domain . '/',
# url to the ikiwiki.cgi
- cgiurl => 'http://wiki.' . $domain . '/ikiwiki.cgi',
+ cgiurl => 'http://wiki.' . $domain . '/ikiwiki.da.cgi',
# cgi wrapper to generate
- cgi_wrapper => $builddir . '/cgi/ikiwiki.cgi',
+ cgi_wrapper => $builddir . '/cgi/ikiwiki.da.cgi',
# mode for cgi_wrapper (can safely be made suid)
cgi_wrappermode => '00755',
# rcs backend to use
@@ -46,12 +46,12 @@ use IkiWiki::Setup::Standard {
editpage
}],
# location of template files
- templatedir => $basedir . '/templates',
+ templatedir => $basedir . '/templates_da',
# base wiki source location
underlaydirs => [
$basedir . '/content',
],
- underlaydir => $basedir . '/basewiki',
+ underlaydir => $basedir . '/basewiki_da',
# display verbose messages when building?
#verbose => 1,
# log to syslog?
@@ -69,7 +69,7 @@ use IkiWiki::Setup::Standard {
# extension to use for new pages
default_pageext => 'mdwn',
# extension to use for html files
- htmlext => 'html',
+ htmlext => 'da.html',
# strftime format string to display date
timeformat => '%c',
# UTF-8 locale to use