summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-24 18:23:01 +0200
committerJonas Smedegaard <dr@jones.dk>2008-10-24 18:23:01 +0200
commit3b9773151b6bb0c0b0f37524040bdf5fe74a72e4 (patch)
tree0dda74ae7ebc8740b00d50b629c7577e4418bf6b /ikiwiki.setup
parent63076aa9fc75411320f7fd7b3c082ecc55ea48c8 (diff)
parent4f522dbed6f51fb0f4059e270bd7418d59de55f9 (diff)
Merge branch '_multilang' into allinone-multilang
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup6
1 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index d589c55..edb95dc 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -21,9 +21,9 @@ use IkiWiki::Setup::Standard {
# base url to the wiki
url => 'http://wiki.example.org',
# url to the ikiwiki.cgi
- cgiurl => 'http://wiki.example.org/ikiwiki.cgi',
+ cgiurl => 'http://wiki.example.org/ikiwiki.en.cgi',
# cgi wrapper to generate
- cgi_wrapper => $ENV{'HOME'} . '/public_cgi/wiki.example.org/ikiwiki.cgi',
+ cgi_wrapper => $ENV{'HOME'} . '/public_cgi/wiki.example.org/ikiwiki.en.cgi',
# mode for cgi_wrapper (can safely be made suid)
cgi_wrappermode => '06755',
# rcs backend to use
@@ -56,7 +56,7 @@ 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