Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Jimmy Wales on battling wiki spam

Jimmy Wales of Wikipedia was interviewed recently by the Slashdot community. One of the questions regarded protecting Wikis from spammers:

Sure, I think it’s pretty simple to solve problems like that. One of the first tricks I would try is to parse the wiki text that someone inputs to see if it contains an external link. If so, then only in those cases, require an answer to a captcha.

Second step, keep editing wide open for everyone, but restrict the ability to post external links to people who are trusted by that community. Make it really easy for trusted users to extend the zone of trust, because you want to encourage participation.

Basically what I think works in a wikis is to trust people to do the right thing, and trust them as much as you can possibly stand it, until it hurts your head and makes you scared for what they’re going to break. Because that is what works.

People are not fundamentally bad. It only takes the smallest of correctives to take care of that tiny minority that wants to disrupt the community.

I’m glad to say that so far the css-discuss wiki spam problem has been effectively tackled by a hard working group of dedicated spam fighters. Helping out is as easy as signing up for the recent changes RSS feed.

This is Jimmy Wales on battling wiki spam by Simon Willison, posted on 29th July 2004.

View blog reactions

Next: Improving online credibility

Previous: Site-specific extensions

2 comments

  1. FYI I've just implemented the Google approved pagerank stripping method on our central wiki installation. Hopefully this will improve the spam problem on both the CSS-D and Smarty wikis.

    If anyone else is running Tavi wiki and wants the code for this, just add this line:

    $url = 'http://www.google.com/url?sa=D&q='.urlencode($url );

    to the end of the html_url() function in /parse/html.php (just before the return).

    I've upgraded the wikis to tavi version 0.25 at the same time.

    Tim Fountain - 31st July 2004 18:28 - #

  2. Oh, the bitter irony of THOUSANDS of lines of comment-spam under a post like that. Sigh.

    Joe Cheng - 29th October 2004 05:00 - #

Comments are closed.

Previously hosted at http://simon.incutio.com/archive/2004/07/29/jimmy

A django site