sipb-www
/
sipb-www.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a5f4ef1
)
Allow raw HTML on the calendar and disable editing via the web
author
Quentin Smith
<quentin@mit.edu>
Mon, 7 Sep 2009 18:26:57 +0000
(14:26 -0400)
committer
Quentin Smith
<quentin@mit.edu>
Mon, 7 Sep 2009 18:26:57 +0000
(14:26 -0400)
ikiwiki.setup
patch
|
blob
|
history
diff --git
a/ikiwiki.setup
b/ikiwiki.setup
index 37e1d830c338af7ea90636885abd9dc2a68ca896..727ee5b0b7e8a62ee66055627534bf03a7fce948 100644
(file)
--- 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?