<?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>Evolution Systems &#187; MediaWiki</title>
	<atom:link href="http://evolution-systems.co.uk/tag/mediawiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://evolution-systems.co.uk</link>
	<description>Web Development, Software Development and Linux Consultancy services</description>
	<lastBuildDate>Fri, 08 Aug 2025 09:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Set Up MediaWiki For No Registration And Read Only</title>
		<link>http://evolution-systems.co.uk/2009/05/07/set-up-mediawiki-for-no-registration-and-read-only-2/</link>
		<comments>http://evolution-systems.co.uk/2009/05/07/set-up-mediawiki-for-no-registration-and-read-only-2/#comments</comments>
		<pubDate>Thu, 07 May 2009 11:56:32 +0000</pubDate>
		<dc:creator><![CDATA[Matthew Jakeman]]></dc:creator>
				<category><![CDATA[Matts Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://evolution-systems.co.uk/wordpress/?p=495</guid>
		<description><![CDATA[A few times recently I have been asked to set up what is basically a personal wiki for someone. I have recommended MediaWiki for it&#8217;s ease of use and the first thing I have had to do after the install is disable registrations and make the wiki read only so only the owner can edit [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>A few times recently I have been asked to set up what is basically a personal wiki for someone. I have recommended MediaWiki for it&#8217;s ease of use and the first thing I have had to do after the install is disable registrations and make the wiki read only so only the owner can edit it.</p>
<p>I am posting the couple of lines needed for the config file LocalSettings.php to stop me having to google them again as much as anything but I&#8217;m sure someone else can make use of this.</p>
<p>This line disables new registrations from the wiki :</p>
<p><code>$wgGroupPermissions['*']['createaccount'] = false;</code><br />
The following line disables eidting :</p>
<p><code>$wgGroupPermissions['*']['edit'] = false;</code><br />
There are many useful things that can be done to configure how users can or cannot edit pages etc and a lot of them are covered <a href="http://www.mediawiki.org/wiki/Manual:User_rights">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://evolution-systems.co.uk/2009/05/07/set-up-mediawiki-for-no-registration-and-read-only-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
