<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Avoiding wiki spam in Mediawiki</title>
	<atom:link href="http://blog.forret.com/2005/11/avoiding-wiki-spam-in-mediawiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.forret.com/2005/11/avoiding-wiki-spam-in-mediawiki/</link>
	<description>and I mean it</description>
	<lastBuildDate>Wed, 18 Nov 2009 21:45:03 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gordon Morehouse</title>
		<link>http://blog.forret.com/2005/11/avoiding-wiki-spam-in-mediawiki/comment-page-1/#comment-13380</link>
		<dc:creator>Gordon Morehouse</dc:creator>
		<pubDate>Wed, 11 Oct 2006 07:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://peter.smoothouse.com/2005/11/01/avoiding-wiki-spam-in-mediawiki/#comment-13380</guid>
		<description>Please see http://wiki.evernex.com/index.php?title=Blocking_Spam_in_Mediawiki for a HOWTO on blocking spam in MediaWiki.

I keep it updated fairly often and run a fairly active small wiki on which I’ve successfully been able to go back to an open edit (no account required) policy. Successful spam attacks in the last 6 months: 0.</description>
		<content:encoded><![CDATA[<p>Please see <a href="http://wiki.evernex.com/index.php?title=Blocking_Spam_in_Mediawiki" rel="nofollow">http://wiki.evernex.com/index.php?title=Blocking_Spam_in_Mediawiki</a> for a HOWTO on blocking spam in MediaWiki.</p>
<p>I keep it updated fairly often and run a fairly active small wiki on which I’ve successfully been able to go back to an open edit (no account required) policy. Successful spam attacks in the last 6 months: 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoeChongq</title>
		<link>http://blog.forret.com/2005/11/avoiding-wiki-spam-in-mediawiki/comment-page-1/#comment-311</link>
		<dc:creator>JoeChongq</dc:creator>
		<pubDate>Tue, 27 Dec 2005 02:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://peter.smoothouse.com/2005/11/01/avoiding-wiki-spam-in-mediawiki/#comment-311</guid>
		<description>Hi Peter, I have now got my own MediaWiki going to play with and think I have come up with a better regex to block CSS Hidden Spam.

&lt;code&gt;
$wgSpamRegex = &quot;//&quot;;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Peter, I have now got my own MediaWiki going to play with and think I have come up with a better regex to block CSS Hidden Spam.</p>
<p><code><br />
$wgSpamRegex = "//";<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.forret.com/2005/11/avoiding-wiki-spam-in-mediawiki/comment-page-1/#comment-310</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 14 Nov 2005 21:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://peter.smoothouse.com/2005/11/01/avoiding-wiki-spam-in-mediawiki/#comment-310</guid>
		<description>Correct, I am using the 1.4.7 version.
In v1.5 it becomes:
&lt;code&gt;
  # This replaces wgWhitelistAccount and wgWhitelistEdit
  #
  #
$wgGroupPermissions = array();
$wgGroupPermissions[&#039;*&#039;    ][&#039;createaccount&#039;]   = false;
$wgGroupPermissions[&#039;*&#039;    ][&#039;read&#039;]            = true;
$wgGroupPermissions[&#039;*&#039;    ][&#039;edit&#039;]            = false;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Correct, I am using the 1.4.7 version.<br />
In v1.5 it becomes:<br />
<code><br />
  # This replaces wgWhitelistAccount and wgWhitelistEdit<br />
  #<br />
  #<br />
$wgGroupPermissions = array();<br />
$wgGroupPermissions['*'    ]['createaccount']   = false;<br />
$wgGroupPermissions['*'    ]['read']            = true;<br />
$wgGroupPermissions['*'    ]['edit']            = false;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spam hater</title>
		<link>http://blog.forret.com/2005/11/avoiding-wiki-spam-in-mediawiki/comment-page-1/#comment-309</link>
		<dc:creator>spam hater</dc:creator>
		<pubDate>Fri, 11 Nov 2005 13:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://peter.smoothouse.com/2005/11/01/avoiding-wiki-spam-in-mediawiki/#comment-309</guid>
		<description>This has changed in wiki 1.5 and no longer works as shown. (and the open source community wonders why they are not taken seriously in the professional world).

See
http://meta.wikimedia.org/wiki/Access_Restrictions</description>
		<content:encoded><![CDATA[<p>This has changed in wiki 1.5 and no longer works as shown. (and the open source community wonders why they are not taken seriously in the professional world).</p>
<p>See<br />
<a href="http://meta.wikimedia.org/wiki/Access_Restrictions" rel="nofollow">http://meta.wikimedia.org/wiki/Access_Restrictions</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.550 seconds -->
