diff options
author | intrigeri <intrigeri@boum.org> | 2009-01-17 14:01:53 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-01-17 14:01:53 +0100 |
commit | 832d4d31d177d5d5f848250496048a00e9d70e2f (patch) | |
tree | 5fcda7f65be83ba15ae1ca321f77962bf3efd015 /doc/todo | |
parent | 40de619d4968ecd7dc0086ca5118746bc3db3860 (diff) | |
parent | 9e3bca852f9a39c43b4a7309b93ba9b0857ac4b9 (diff) |
Merge commit 'upstream/master' into prv/po
Conflicts:
IkiWiki/Plugin/editpage.pm
IkiWiki/Plugin/skeleton.pm.example
doc/plugins/write.mdwn
t/syntax.t
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]] |