<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Woody Hayday &#124; Blog &#187; Wiki Media</title>
	<atom:link href="http://blog.woodylabs.com/category/wiki-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.woodylabs.com</link>
	<description>An exploration of life, technology and writing</description>
	<lastBuildDate>Wed, 25 Jan 2012 07:08:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WikiMedia Spam &#8211; Lock Media Wiki Permissions down</title>
		<link>http://blog.woodylabs.com/2009/10/wikimedia-spam-lock-media-wiki-permissions-down/</link>
		<comments>http://blog.woodylabs.com/2009/10/wikimedia-spam-lock-media-wiki-permissions-down/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 09:19:57 +0000</pubDate>
		<dc:creator>Woody</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wiki Media]]></category>

		<guid isPermaLink="false">http://blog.woodylabs.com/?p=109</guid>
		<description><![CDATA[Using Media Wiki (wikiMedia) somewhere online to manage content? chance&#8217;s are you&#8217;ve had unwelcome guests spamming you to high heavens. By default permissions on wiki media are, well wiki-level, they provide access to everyone &#8211; that&#8217;s the point of wiki right? But if you want a private wiki (Media Wiki suggests itself that its not [...]<hr /><a href="http://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
			<content:encoded><![CDATA[<p>Using Media Wiki (wikiMedia) somewhere online to manage content? chance&#8217;s are you&#8217;ve had unwelcome guests spamming you to high heavens. By default permissions on wiki media are, well wiki-level, they provide access to everyone &#8211; that&#8217;s the point of wiki right? But if you want a private wiki (Media Wiki suggests itself that its not the right solution for this) or a wikipedia which only some user&#8217;s can participate in then you have to add a few lines to your LocalSettings.php.</p>
<p>It&#8217;s better to do this on setup rather than wait for the spam bots, and without doubt there is different ways of doing this &#8211; but the following locked down media wiki in this instance just how I wanted it too. </p>
<p>$wgGroupPermissions['*']['edit'] = false;<br />
$wgGroupPermissions['user']['edit'] = false;<br />
$wgGroupPermissions['sysop']['edit'] = true;<br />
$wgGroupPermissions['*']['createpage'] = false;<br />
$wgGroupPermissions['user']['createpage'] = false;<br />
$wgGroupPermissions['sysop']['createpage'] = true;</p>
<p>This does what it says on the tin, and leaves you free to carry on filling your own mini wikipedia up how you want. You can find full explanations/wikimedia security settings <a href=" http://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_editing_of_all_pages" rel="nofollow">here</a>.</p>
<div class="shr-publisher-109"></div>]]></content:encoded>
			<wfw:commentRss>http://blog.woodylabs.com/2009/10/wikimedia-spam-lock-media-wiki-permissions-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

