diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-11-18 14:12:52 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-11-18 14:12:52 -0500 |
commit | 23f5874a56f66c0bb5d5921d21418c7363786b1b (patch) | |
tree | f096f2cbae8a5d482574e213712caa934abdf88f /doc/plugins | |
parent | 9b1be757ddb2f1982cb0ca89bff11a78d76faa00 (diff) | |
download | ikiwiki-23f5874a56f66c0bb5d5921d21418c7363786b1b.tar ikiwiki-23f5874a56f66c0bb5d5921d21418c7363786b1b.tar.gz |
another thought
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/comments.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/plugins/contrib/comments.mdwn b/doc/plugins/contrib/comments.mdwn index 41bfa0004..0957e74fa 100644 --- a/doc/plugins/contrib/comments.mdwn +++ b/doc/plugins/contrib/comments.mdwn @@ -33,7 +33,13 @@ only by direct committers. Currently, comments are always in [[ikiwiki/markdown] >> The best reason to keep the pages internal seems to me to be that you >> don't want the overhead of every comment spawning its own wiki page. >> The worst problem with it though is that you have to assume the pages ->> are mdwn (or `default_pageext`) and not support other formats. --[[Joey]] +>> are mdwn (or `default_pageext`) and not support other formats. + +>> By the way, I think that who can post comments should be controllable by +>> the existing plugins opendiscussion, anonok, signinedit, and lockedit. Allowing +>> posting comments w/o any login, while a nice capability, can lead to +>> spam problems. So, use `check_canedit` as at least a first-level check? +>> --[[Joey]] When using this plugin, you should also enable [[htmlscrubber]] and either [[htmltidy]] or [[htmlbalance]]. Directives are filtered out by default, to avoid commenters slowing |