diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-16 22:39:11 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-16 22:39:11 -0500 |
commit | 7ee92cab4095fb22d77a0b0100a472c6901eb519 (patch) | |
tree | 805b6bf94c98083bb4fba06665f17b34f55397d5 /doc/todo | |
parent | 16c56af605f40db843b859c537d42494e33ae4c4 (diff) | |
download | ikiwiki-7ee92cab4095fb22d77a0b0100a472c6901eb519.tar ikiwiki-7ee92cab4095fb22d77a0b0100a472c6901eb519.tar.gz |
blogspam: New plugin, adding spam filtering for page editing / comment posting using the BlogSpam.net API.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/anti-spam_protection.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/anti-spam_protection.mdwn b/doc/todo/anti-spam_protection.mdwn index cb45faee5..b0524be5f 100644 --- a/doc/todo/anti-spam_protection.mdwn +++ b/doc/todo/anti-spam_protection.mdwn @@ -17,3 +17,14 @@ Cheers, You might look at the Wikipedia page on "Spam\_in\_blogs" for more ideas. In particular, would it be possible to force a subset of the pages (by regex, but you'd choose the regex to match those pages which are publicly writable) to use rel="nofollow" in all links. > I just wanted to leave a link here to the [[todo/require_CAPTCHA_to_edit]] plugin patch. Unfortunately that plugin currently interacts badly with the openid plugin. -- [[Will]] + + +--- + +Ikiwiki now has a checkcontent hook that plugins can use to see content +that is being entered and check it for spam/whatever. + +There is a blogspam plugin that uses the blogspam.org service +to check for common spam signatures. --[[Joey]] + +[[done]] |