diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-25 03:18:21 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-25 03:18:21 +0000 |
commit | d7aecf6ddc19d1dac30ec5616134c2a7e7f4d573 (patch) | |
tree | 8fd8153d97e2e5ce8e96533d1f750a71e789ab52 /doc/usage.mdwn | |
parent | 5e1db8afa91c027284e4a800449b6a5a00b4d12e (diff) | |
download | ikiwiki-d7aecf6ddc19d1dac30ec5616134c2a7e7f4d573.tar ikiwiki-d7aecf6ddc19d1dac30ec5616134c2a7e7f4d573.tar.gz |
implemented html sanitisation
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index ca805ce33..34e6bd1d4 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -167,6 +167,11 @@ These options configure the wiki. Currently allows locking of any page, other powers may be added later. May be specified multiple times for multiple admins. +* --sanitize + + Enable [[HtmlSanitization]] of wiki content. On by default, disable with + --no-sanitize. + * --hyperestraier Enables use of the [[HyperEstraier]] search engine for full test page |