<?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>Geek Projects - Linux, Apache, MySQL, PHP &#187; Web Development</title>
	<atom:link href="http://www.geekprojects.org/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekprojects.org</link>
	<description>A Linux Sysadmin</description>
	<lastBuildDate>Sat, 10 Apr 2010 01:42:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Allowing @ Signs in MediaWiki User Names</title>
		<link>http://www.geekprojects.org/2009/08/allowing-signs-in-mediawiki-user-names/</link>
		<comments>http://www.geekprojects.org/2009/08/allowing-signs-in-mediawiki-user-names/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 18:56:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=87</guid>
		<description><![CDATA[If you attempt to create a new MediaWiki account with its user name set to the same as the email address, you&#8217;ll be greeted by a cryptic &#8220;You have not specified a valid user name&#8221; error message. The reason for this is that MediaWiki forbids the @ sign in user names by default. Fortunately, the [...]]]></description>
			<content:encoded><![CDATA[<p>If you attempt to create a new MediaWiki account with its user name set to the same as the email address, you&#8217;ll be greeted by a cryptic &#8220;You have not specified a valid user name&#8221; error message. The reason for this is that MediaWiki forbids the @ sign in user names by default. Fortunately, the fix is easy, but took some Googling to find buried in <a href="http://www.mediawiki.org/wiki/Release_notes/1.15#New_features_in_1.15">MediaWiki&#8217;s 1.15 Release Notes</a>.</p>
<p>To fix this, open your MediaWiki&#8217;s LocalSettings.php file, and add the following lines:</p>
<p style="padding-left: 30px;"><code># enable user names with an @ sign<br />
$wgInvalidUsernameCharacters = "";</code></p>
<p>Note that having an @ sign within a MediaWiki account&#8217;s user name can cause issues with InterWiki User Rights, but this shouldn&#8217;t be an issue for most MediaWiki installs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/08/allowing-signs-in-mediawiki-user-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Mosets Tree&#8217;s Root Directory Page Title</title>
		<link>http://www.geekprojects.org/2009/08/changing-mosets-trees-root-directory-page-title/</link>
		<comments>http://www.geekprojects.org/2009/08/changing-mosets-trees-root-directory-page-title/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 03:31:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=81</guid>
		<description><![CDATA[About half of the LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack websites that I develop or sysadmin for use the Joomla CMS. I like Joomla because it has a number of excellent extensions, including Mosets Tree &#8211; my favorite web directory software. A problem that I ran into recently while installing their latest 2.1 release was [...]]]></description>
			<content:encoded><![CDATA[<p>About half of the LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack  websites that I develop or sysadmin for use the Joomla CMS. I like Joomla because it has <a href="http://extensions.joomla.org/">a number of excellent extensions</a>, including <a href="http://www.mosets.com/tree/">Mosets Tree</a> &#8211; my favorite web directory software. A problem that I ran into recently while installing their latest 2.1 release was that by default, the root directory&#8217;s page is given  a page title of &#8220;Directory&#8221; with no way to be updated within Joomla. Here&#8217;s how I updated the title to something more search engine optimization friendly.</p>
<ol>
<li>Open up the <strong>language/en-GB/en-GB.com_mtree.ini</strong> file with your favorite text editor.</li>
<li>Update the following line with your title of choice:</li>
</ol>
<blockquote><p>ROOT=Directory</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/08/changing-mosets-trees-root-directory-page-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
