From 1b7a2579e33284a8c006cb228dda87a81cbf5acd Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 13 Apr 2008 16:30:57 +0200 Subject: Polish config: more danish look'n'feel, no broken recentchanges on non-admin site. --- ikiwiki.admin.setup | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ikiwiki.admin.setup') diff --git a/ikiwiki.admin.setup b/ikiwiki.admin.setup index fca8ffd..531e787 100644 --- a/ikiwiki.admin.setup +++ b/ikiwiki.admin.setup @@ -109,11 +109,11 @@ use IkiWiki::Setup::Standard { # To change the extension used for generated html files. #htmlext => 'htm', # Time format (for strftime) - #timeformat => '%c', + timeformat => '%A d. %e. %B kl. %R (dansk tid)"', # Locale to use. Must be a UTF-8 locale. - #locale => 'en_US.UTF-8', + locale => 'da_DK.UTF-8', # Only send cookies over SSL connections. - #sslcookie => 1, + sslcookie => 1, # Logging settings: #verbose => 1, syslog => 0, @@ -130,10 +130,10 @@ use IkiWiki::Setup::Standard { #recentchangesnum => 100, # To add plugins, list them here. - add_plugins => [qw{goodstuff search typography sidebar favicon graphviz}], + add_plugins => [qw{goodstuff search typography sidebar favicon graphviz editdiff}], # If you want to disable any of the default plugins, list them here. disable_plugins => [qw{openid}], - # To add a directory to the perl searh path, use this. + # To add a directory to the perl search path, use this. libdir => "/home/debian/private_webdata/sukker/perl", # For use with the tag plugin, make all tags be located under a -- cgit v1.2.3