summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian development <debian@mail.bitbase.dk>2008-02-19 14:08:58 +0100
committerDebian development <debian@mail.bitbase.dk>2008-02-19 14:08:58 +0100
commit845d74270a91c102696a1e1565cac2153d8bdfe8 (patch)
tree8398c08db4f345b71178c15b5a831a6fe3872a67
parentd09417ccd329e4e9439eca3782fab766ecebbd37 (diff)
Disable recentchanges for main website (only works with revisioned content - we use a dummy to seperate .ikiwiki workingdir from that of admin site).
-rw-r--r--ikiwiki.setup2
1 files changed, 1 insertions, 1 deletions
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",