summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup10
1 files changed, 5 insertions, 5 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 0193f6f..02dbc0a 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -39,9 +39,9 @@ use IkiWiki::Setup::Standard {
# base url to the wiki
url => 'http://' . $webhost . '/',
# url to the ikiwiki.cgi
- cgiurl => 'http://' . $webhost . '/ikiwiki.cgi',
+ cgiurl => 'http://' . $webhost . '/ikiwiki.en.cgi',
# cgi wrapper to generate
- cgi_wrapper => $cgidir . '/ikiwiki.cgi',
+ cgi_wrapper => $cgidir . '/ikiwiki.en.cgi',
# mode for cgi_wrapper (can safely be made suid)
cgi_wrappermode => '00755',
# rcs backend to use
@@ -63,7 +63,7 @@ use IkiWiki::Setup::Standard {
# create output files named page/index.html?
usedirs => 1,
# use '!'-prefixed preprocessor directives?
- prefix_directives => 0,
+ prefix_directives => 1,
# use page/index.mdwn source files
indexpages => 0,
# enable Discussion pages?
@@ -73,11 +73,11 @@ use IkiWiki::Setup::Standard {
# extension to use for new pages
default_pageext => 'mdwn',
# extension to use for html files
- htmlext => 'html',
+ htmlext => 'en.html',
# strftime format string to display date
timeformat => '%c',
# UTF-8 locale to use
- #locale => 'en_US.UTF-8',
+ locale => 'en_US.UTF-8',
# put user pages below specified page
userdir => '',
# how many backlinks to show before hiding excess (0 to show all)