From 845d74270a91c102696a1e1565cac2153d8bdfe8 Mon Sep 17 00:00:00 2001 From: Debian development Date: Tue, 19 Feb 2008 14:08:58 +0100 Subject: Disable recentchanges for main website (only works with revisioned content - we use a dummy to seperate .ikiwiki workingdir from that of admin site). --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ikiwiki.setup') diff --git a/ikiwiki.setup b/ikiwiki.setup index a92d62a..b0e8d28 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -135,7 +135,7 @@ use IkiWiki::Setup::Standard { # To add plugins, list them here. add_plugins => [qw{goodstuff httpauth typography sidebar favicon graphviz}], # If you want to disable any of the default plugins, list them here. - disable_plugins => [qw{passwordauth openid}], + disable_plugins => [qw{passwordauth openid recentchanges}], # To add a directory to the perl searh path, use this. libdir => "/home/debian/private_webdata/golearn/perl", -- cgit v1.2.3