<?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>Joseph Crawford &#187; gedit</title>
	<atom:link href="http://www.jbcrawford.net/archives/tag/gedit/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jbcrawford.net</link>
	<description>Hello World!</description>
	<lastBuildDate>Sat, 12 Dec 2009 18:11:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add a file extension to gedit in Ubuntu</title>
		<link>http://www.jbcrawford.net/archives/10</link>
		<comments>http://www.jbcrawford.net/archives/10#comments</comments>
		<pubDate>Sat, 20 Dec 2008 16:21:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=10</guid>
		<description><![CDATA[I needed .ctp files to open with PHP syntax highlighting in gedit. After searching around online for a while I found the answer on the ubuntu forums.
Add
&#60;glob pattern=&#34;*.ctp&#34;/&#62;
to the
&#60;mime-type type=&#34;application/x-php&#34;&#62;
declaration in the /usr/share/mime/packages/freedesktop.org.xml file and then run:
update-mime-database /usr/share/mime
in the console. Restart gedit and now everything works great!
]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/10/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
