From 15341aed015e4b23d0a1171779d5baa0414c4fad Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 2 Aug 2008 16:53:20 -0400 Subject: don't install demo external plugins by default --- IkiWiki/Plugin/websetup.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'IkiWiki/Plugin') diff --git a/IkiWiki/Plugin/websetup.pm b/IkiWiki/Plugin/websetup.pm index 0a0d4480f..2b9240a29 100644 --- a/IkiWiki/Plugin/websetup.pm +++ b/IkiWiki/Plugin/websetup.pm @@ -6,7 +6,10 @@ use strict; use IkiWiki 2.00; my @rcs_plugins=(qw{git svn bzr mercurial monotone tla norcs}); -my @default_force_plugins=(qw{amazon_s3}); + +# amazon_s3 is not something that should be enabled via the web. +# external is not a standalone plugin. +my @default_force_plugins=(qw{amazon_s3 external}); sub import { #{{{ hook(type => "checkconfig", id => "websetup", call => \&checkconfig); -- cgit v1.2.3