From 4f522dbed6f51fb0f4059e270bd7418d59de55f9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 24 Oct 2008 18:22:55 +0200 Subject: Use language extension also for english locale. --- ikiwiki.setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ikiwiki.setup') diff --git a/ikiwiki.setup b/ikiwiki.setup index 62dbb02..1ce2b8f 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 @@ -53,7 +53,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 -- cgit v1.2.3