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 +++++----- ikiwiki.setup | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) 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 diff --git a/ikiwiki.setup b/ikiwiki.setup index 05d2ca7..90e36e3 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -105,18 +105,18 @@ use IkiWiki::Setup::Standard { # Urls to ping with XML-RPC when rss feeds are updated #pingurl => [qw{http://rpc.technorati.com/rpc/ping}], # Include discussion links on all pages? - discussion => 1, + discussion => 0, # To exclude files matching a regexp from processing. This adds to # the default exclude list. #exclude => qr/*\.wav/, # 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, @@ -135,8 +135,8 @@ use IkiWiki::Setup::Standard { # To add plugins, list them here. add_plugins => [qw{goodstuff typography sidebar favicon graphviz}], # 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. + disable_plugins => [qw{openid recentchanges}], + # 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