aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-24 23:23:52 -0400
committerJoey Hess <joey@kitenet.net>2008-03-24 23:23:52 -0400
commita2c88e0690279b7daf6f6c69b54c37538fc18c64 (patch)
treeae4668538c03b4ff8a444ff19dbb6c2c6e4e9670
parentc88ae3768e75eccc5a16cefe85b17b04943aac04 (diff)
downloadikiwiki-a2c88e0690279b7daf6f6c69b54c37538fc18c64.tar
ikiwiki-a2c88e0690279b7daf6f6c69b54c37538fc18c64.tar.gz
web commit by http://willu.myopenid.com/: Add note about rel="nofollow" as an anti-spam suggestion
-rw-r--r--doc/todo/anti-spam_protection.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/anti-spam_protection.mdwn b/doc/todo/anti-spam_protection.mdwn
index 8a9b2b4b0..7c2994cb9 100644
--- a/doc/todo/anti-spam_protection.mdwn
+++ b/doc/todo/anti-spam_protection.mdwn
@@ -13,3 +13,5 @@ Cheers,
>> Mh.. well. I know this problem, too. I leave the Discussion sites open for no registrations, so that visitors can easily write a comment to this specific blog entry without the need for registration. (This would be the same behaviour, as many blogging engines are using). Maybe it is possible to wrote a plugin that would scan the text which is submitted via spamassassin or something similar. (Using this combined with known spam URLs would maybe reduce the load of the server if there are many webpages which are getting editted by someone). If you like this idea Joey I might be interested to write such a plugin after my exams this and the next month. :) -- [[Winnie]]
+
+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.