]> sipb.mit.edu Git - sipb-www.git/commitdiff
Add cautionary comments to the plugins.
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 11 Jan 2009 07:44:58 +0000 (02:44 -0500)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 11 Jan 2009 07:44:58 +0000 (02:44 -0500)
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
ikiwiki.setup

index 9d84903f72550fd9a6ff7e97eb5d79f674a7b95a..d30cd92564c592c27b33180bd4fcf3229a19cc9c 100644 (file)
@@ -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