]> sipb.mit.edu Git - sipb-www.git/commitdiff
Allow raw HTML on the calendar and disable editing via the web
authorQuentin Smith <quentin@mit.edu>
Mon, 7 Sep 2009 18:26:57 +0000 (14:26 -0400)
committerQuentin Smith <quentin@mit.edu>
Mon, 7 Sep 2009 18:26:57 +0000 (14:26 -0400)
ikiwiki.setup

index 37e1d830c338af7ea90636885abd9dc2a68ca896..727ee5b0b7e8a62ee66055627534bf03a7fce948 100644 (file)
@@ -153,6 +153,7 @@ use IkiWiki::Setup::Standard {
        # htmlscrubber plugin
        # PageSpec specifying pages not to scrub
        #htmlscrubber_skip => '!*/Discussion',
+       htmlscrubber_skip => 'calendar',
 
        # inline plugin
        # enable rss feeds by default?
@@ -173,6 +174,7 @@ use IkiWiki::Setup::Standard {
        # lockedit plugin
        # PageSpec controlling which pages are locked
        #locked_pages => '!*/Discussion',
+       locked_pages => 'calendar',
 
        # mdwn plugin
        # enable multimarkdown features?