From: Edward Z. Yang Date: Sun, 11 Jan 2009 07:44:58 +0000 (-0500) Subject: Add cautionary comments to the plugins. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/sipb-www.git/commitdiff_plain/4567c7915bb780b2f7bf1cc7b42a54fa7a59c432?hp=f24673996300a41d0a3e9a03ee39dd6fc0aab0e4 Add cautionary comments to the plugins. Signed-off-by: Edward Z. Yang --- diff --git a/ikiwiki.setup b/ikiwiki.setup index 9d84903..d30cd92 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -29,9 +29,14 @@ use IkiWiki::Setup::Standard { # rcs backend to use rcs => 'git', # plugins to add to the default configuration + # IMPORTANT! If you add plugins that involve interface changes, you + # will need to modify our templates to allow this, as our custom + # template does not support them yet. See ~/src/ikiwiki/templates add_plugins => [qw(goodstuff httpauth)], # plugins to disable - disable_plugins => [qw(smiley)], + # IMPORTANT! If you reenable passwordauth/openid, you need to + # do some modifications described in TODO.SIPB in the source-tree + disable_plugins => [qw(smiley passwordauth openid)], # location of template files templatedir => '/mit/sipb-www/share/ikiwiki/templates', # base wiki source location