]> sipb.mit.edu Git - sipb-www.git/commitdiff
Allow renaming and removing pages from the web
authorQuentin Smith <quentin@mit.edu>
Tue, 29 Sep 2009 07:14:12 +0000 (03:14 -0400)
committerQuentin Smith <quentin@mit.edu>
Tue, 29 Sep 2009 07:14:12 +0000 (03:14 -0400)
ikiwiki.setup

index 727ee5b0b7e8a62ee66055627534bf03a7fce948..960eff65d06537d48fa488736aa7627f41ddee93 100644 (file)
@@ -32,7 +32,7 @@ use IkiWiki::Setup::Standard {
        # 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 html httpauth)],
+       add_plugins => [qw(goodstuff html httpauth rename remove)],
        # plugins to disable
        # IMPORTANT! If you reenable passwordauth/openid, you need to
        # do some modifications described in TODO.SIPB in the source-tree