aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/htmlscrubber.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-11-12 00:24:33 -0400
committerJoey Hess <joey@kitenet.net>2010-11-12 00:24:33 -0400
commitd5056fb61e8332fea658363e931ec28a35681ffe (patch)
tree0941546c48c4bbff938b51e49d1f40097ac675e6 /doc/plugins/htmlscrubber.mdwn
parent289b30a47d548326aad9c1dc5252fc0269494c87 (diff)
downloadikiwiki-d5056fb61e8332fea658363e931ec28a35681ffe.tar
ikiwiki-d5056fb61e8332fea658363e931ec28a35681ffe.tar.gz
add example of skipping blog posts while scrubbing comments
Diffstat (limited to 'doc/plugins/htmlscrubber.mdwn')
-rw-r--r--doc/plugins/htmlscrubber.mdwn9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/plugins/htmlscrubber.mdwn b/doc/plugins/htmlscrubber.mdwn
index c59b46e14..080575c46 100644
--- a/doc/plugins/htmlscrubber.mdwn
+++ b/doc/plugins/htmlscrubber.mdwn
@@ -32,10 +32,11 @@ other HTML-related functionality, such as whether [[meta]] allows
potentially unsafe HTML tags.
The `htmlscrubber_skip` configuration setting can be used to skip scrubbing
-of some pages. Set it to a [[ikiwiki/PageSpec]], such as "!*/Discussion",
-and pages matching that can have all the evil CSS, JavsScript, and unsafe
-html elements you like. One safe way to use this is to use [[lockedit]] to
-lock those pages, so only admins can edit them.
+of some pages. Set it to a [[ikiwiki/PageSpec]], such as
+"posts/* and !comment(*) and !*/Discussion", and pages matching that can have
+all the evil CSS, JavsScript, and unsafe html elements you like. One safe
+way to use this is to use [[lockedit]] to lock those pages, so only admins
+can edit them.
----