<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<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/"
	>

<channel>
	<title>Auroral &#187; php</title>
	<link>http://auroral.co.uk</link>
	<description>Characteristic of the dawn "a dim auroral glow"</description>
	<pubDate>Sun, 02 Nov 2008 21:04:21 +0000</pubDate>
	<generator>SJBowers Nework</generator>
	<language>en</language>
			<item>
		<title>OO hhhhhhhh Coding</title>
		<link>http://auroral.co.uk/2008/04/22/object_oriented_php/</link>
		<comments>http://auroral.co.uk/2008/04/22/object_oriented_php/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 16:00:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://auroral.co.uk/2008/04/22/object_oriented_php/</guid>
		<description><![CDATA[Over the last day or two I&#8217;ve been looking into &#8216;Object Oriented&#8217; code, for some reason it has this myth around it that it&#8217;s hard to learn or understand, or at least this has always been the feed back from other developers I know.
Think about OO. it&#8217;s really nothing more than a set of classes [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last day or two I&#8217;ve been looking into &#8216;Object Oriented&#8217; code, for some reason it has this myth around it that it&#8217;s hard to learn or understand, or at least this has always been the feed back from other developers I know.</p>
<p>Think about OO. it&#8217;s really nothing more than a set of classes that contain variables and functions working together as one, I know it&#8217;s a little more intricate than that, but basically that&#8217;s what it is. It&#8217;s OO code that can truely bring your scripts to life allow you to compete with other major languages available in a more level playing field.</p>
<p>May the OO be with you!!</p>
<span class="akst_link"><a href="http://auroral.co.uk/?p=50&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_50"  class="akst_share_link">Share This</a>
</span>]]></content:encoded>
			<wfw:commentRss>http://auroral.co.uk/2008/04/22/object_oriented_php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable edits from unregistered users in MediaWiki</title>
		<link>http://auroral.co.uk/2007/12/03/disable-edits-from-unregistered-users-in-mediawiki/</link>
		<comments>http://auroral.co.uk/2007/12/03/disable-edits-from-unregistered-users-in-mediawiki/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 08:24:55 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Computers]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[mediawiki]]></category>

		<guid isPermaLink="false">http://auroral.co.uk/2007/12/03/disable-edits-from-unregistered-users-in-mediawiki/</guid>
		<description><![CDATA[One the latest projects we&#8217;ve been working on involves the use of the fantastic open source wiki named MediaWiki, more commonly known by the end user as the WikiPedia, well the developers that make WikiPedia kindly release the code separately for people to use.
Anyway I was looking for a way to restrict anonymous editing, and [...]]]></description>
			<content:encoded><![CDATA[<p>One the latest projects we&#8217;ve been working on involves the use of the fantastic open source wiki named MediaWiki, more commonly known by the end user as the WikiPedia, well the developers that make WikiPedia kindly release the code separately for people to use.</p>
<p>Anyway I was looking for a way to restrict anonymous editing, and it seem when I was searching for the following terms I could find what I was looking for:</p>
<p>Restrict MediaWiki editing</p>
<p>Restrict MediaWiki anonymous editing</p>
<p>Restrict WikiPedia Editing</p>
<p>Restrict editing of wiki to registered members only</p>
<p>Restrict Media Wiki To registered users only</p>
<p>And the list goes on.</p>
<p>Anyway for those seeking the same solution, it&#8217;s actually very easy to implement.</p>
<p>Open up your localsettings.php and the following lines of code where you wish.</p>
<p><font color="#ff0000"># Restrict editing of wiki to registered users</font></p>
<p><font color="#ff0000">$wgGroupPermissions[&#8217;*'][&#8217;edit&#8217;] = false;</font></p>
<p>That&#8217;s just telling the wiki that edits from anonymous * users is not allowed.</p>
<p>Hopefully this will save someone some time.</p>
<span class="akst_link"><a href="http://auroral.co.uk/?p=39&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_39"  class="akst_share_link">Share This</a>
</span>]]></content:encoded>
			<wfw:commentRss>http://auroral.co.uk/2007/12/03/disable-edits-from-unregistered-users-in-mediawiki/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
