From 4567c7915bb780b2f7bf1cc7b42a54fa7a59c432 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 11 Jan 2009 02:44:58 -0500 Subject: [PATCH 1/1] Add cautionary comments to the plugins. Signed-off-by: Edward Z. Yang --- ikiwiki.setup | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.44.0