From 9ce4212a082f9f326efb4dad428582f7fef4fa7d Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Mon, 7 Sep 2009 14:26:57 -0400 Subject: [PATCH] Allow raw HTML on the calendar and disable editing via the web --- ikiwiki.setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ikiwiki.setup b/ikiwiki.setup index 37e1d83..727ee5b 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -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? -- 2.44.0