summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-30 03:01:44 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-30 03:01:44 +0200
commit59dc99227e1dc768332ec4cba84f81b688e1b98d (patch)
treedcd5030d6bb9f09e7da889ed6f8cf55ff5224090
parent6a8c6aa3a5ea729829f3fd611d7eb7f93cd0c7b2 (diff)
Set (commented out) locale-specific html extension in admin configs.
-rw-r--r--ikiwiki_admin.setup2
-rw-r--r--ikiwiki_da_admin.setup2
-rw-r--r--ikiwiki_nb_admin.setup2
3 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki_admin.setup b/ikiwiki_admin.setup
index 69bfd6d..822d4c7 100644
--- a/ikiwiki_admin.setup
+++ b/ikiwiki_admin.setup
@@ -58,7 +58,7 @@ use IkiWiki::Setup::Standard {
# the default exclude list.
#exclude => qr/\.wav$/,
# To change the extension used for generated html files.
- #htmlext => 'htm',
+ #htmlext => 'en.html',
# Time format (for strftime)
#timeformat => '%c',
# Locale to use. Must be a UTF-8 locale.
diff --git a/ikiwiki_da_admin.setup b/ikiwiki_da_admin.setup
index 81c3df6..dbeca65 100644
--- a/ikiwiki_da_admin.setup
+++ b/ikiwiki_da_admin.setup
@@ -63,7 +63,7 @@ use IkiWiki::Setup::Standard {
# the default exclude list.
#exclude => qr/\.wav$/,
# To change the extension used for generated html files.
- #htmlext => 'htm',
+ #htmlext => 'da.html',
# Time format (for strftime)
#timeformat => '%c',
# Locale to use. Must be a UTF-8 locale.
diff --git a/ikiwiki_nb_admin.setup b/ikiwiki_nb_admin.setup
index f4aad3d..7fe19be 100644
--- a/ikiwiki_nb_admin.setup
+++ b/ikiwiki_nb_admin.setup
@@ -63,7 +63,7 @@ use IkiWiki::Setup::Standard {
# the default exclude list.
#exclude => qr/\.wav$/,
# To change the extension used for generated html files.
- #htmlext => 'htm',
+ #htmlext => 'nb.html',
# Time format (for strftime)
#timeformat => '%c',
# Locale to use. Must be a UTF-8 locale.