diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-10-29 22:50:28 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-10-29 22:50:28 +0100 |
commit | 5ad4551baa658f4a49b3cb8ec8733460c8c61645 (patch) | |
tree | 7717d234b9c31f47387af477a5751fc75c013648 | |
parent | 4dbe40a794b91a3afaf8c77c99e5587b279d1c80 (diff) |
Use standard extension.
-rw-r--r-- | ikiwiki_da.setup | 6 | ||||
-rw-r--r-- | ikiwiki_da_admin.setup | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index b2007f1..4a565ce 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.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.da.cgi', + cgiurl => 'http://wiki.example.org/ikiwiki.cgi', # cgi wrapper to generate - cgi_wrapper => $ENV{'HOME'} . '/public_cgi/wiki.example.org/ikiwiki.da.cgi', + cgi_wrapper => $ENV{'HOME'} . '/public_cgi/wiki.example.org/ikiwiki.cgi', # mode for cgi_wrapper (can safely be made suid) cgi_wrappermode => '06755', # rcs backend to use @@ -59,7 +59,7 @@ use IkiWiki::Setup::Standard { # extension to use for new pages default_pageext => 'mdwn', # extension to use for html files - htmlext => 'da.html', + htmlext => 'html', # strftime format string to display date timeformat => '%c', # UTF-8 locale to use diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup index 203a38a..f14a667 100644 --- a/ikiwiki_da_admin.setup +++ b/ikiwiki_da_admin.setup @@ -21,9 +21,9 @@ use IkiWiki::Setup::Standard { # base url to the wiki url => 'http://admin.wiki.example.org', # url to the ikiwiki.cgi - cgiurl => 'http://admin.wiki.example.org/ikiwiki.da.cgi', + cgiurl => 'http://admin.wiki.example.org/ikiwiki.cgi', # cgi wrapper to generate - cgi_wrapper => $ENV{'HOME'} . '/public_cgi/admin.wiki.example.org/ikiwiki.da.cgi', + cgi_wrapper => $ENV{'HOME'} . '/public_cgi/admin.wiki.example.org/ikiwiki.cgi', # mode for cgi_wrapper (can safely be made suid) cgi_wrappermode => '06755', # rcs backend to use @@ -58,7 +58,7 @@ use IkiWiki::Setup::Standard { # extension to use for new pages default_pageext => 'mdwn', # extension to use for html files - htmlext => 'da.html', + htmlext => 'html', # strftime format string to display date timeformat => '%c', # UTF-8 locale to use |