<?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>Lighton Phiri</title>
	<atom:link href="http://lightonphiri.org/feed" rel="self" type="application/rss+xml" />
	<link>http://lightonphiri.org</link>
	<description>Naine ndine blogger</description>
	<lastBuildDate>Thu, 17 May 2012 16:45:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>JDOM &#8211; A Pure Java XML API</title>
		<link>http://lightonphiri.org/blog/jdom-a-pure-java-xml-api?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jdom-a-pure-java-xml-api</link>
		<comments>http://lightonphiri.org/blog/jdom-a-pure-java-xml-api#comments</comments>
		<pubDate>Mon, 23 Apr 2012 18:45:30 +0000</pubDate>
		<dc:creator>Phiri</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[XML/XSLT]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdom]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://lightonphiri.org/?p=659</guid>
		<description><![CDATA[Today was a good day &#8211;I preached to an acquaintance about JDOM [1] and why I decided to use it in preference to other XML APIs [2, 3]. In the process, I realised I had not blogged about it. I am hoping this short article will help someone get started with XML and Java&#8230; programming is [...]]]></description>
		<wfw:commentRss>http://lightonphiri.org/blog/jdom-a-pure-java-xml-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lesotho &#8211; The Mountain Kingdom</title>
		<link>http://lightonphiri.org/blog/lesotho-the-mountain-kingdom?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lesotho-the-mountain-kingdom</link>
		<comments>http://lightonphiri.org/blog/lesotho-the-mountain-kingdom#comments</comments>
		<pubDate>Mon, 23 Apr 2012 07:35:49 +0000</pubDate>
		<dc:creator>Phiri</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[lesotho]]></category>
		<category><![CDATA[mountain kingdom]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://lightonphiri.org/?p=645</guid>
		<description><![CDATA[Life is really funny&#8230; I mean it&#8217;s nothing more than memories and thoughts &#8211;the only things that are real; whatever that means. I&#8217;ve been putting this off for days now, but I just had to write this down somewhere; my memories are fast fading away &#8211;of course there are some events I&#8217;ve chosen to remember [...]]]></description>
		<wfw:commentRss>http://lightonphiri.org/blog/lesotho-the-mountain-kingdom/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird&amp; Gmail &#8211; Configuration could not be verified</title>
		<link>http://lightonphiri.org/blog/thunderbird-gmail-integration-configuration-could-not-be-verified-is-the-username-or-password-wrong?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=thunderbird-gmail-integration-configuration-could-not-be-verified-is-the-username-or-password-wrong</link>
		<comments>http://lightonphiri.org/blog/thunderbird-gmail-integration-configuration-could-not-be-verified-is-the-username-or-password-wrong#comments</comments>
		<pubDate>Fri, 27 Jan 2012 22:57:45 +0000</pubDate>
		<dc:creator>Phiri</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://lightonphiri.org/?p=634</guid>
		<description><![CDATA[I have literally become a KDE junkie from the time Kyle introduced me to it, however, I recently decided to migrate from Kcontact [1] to Thunderbird [2]. Yes, moving is hard, but I just had to. Hooking up my work email addresses was pretty much straight forward, however, configuring Gmail&#8217;s IMAP settings was not a [...]]]></description>
		<wfw:commentRss>http://lightonphiri.org/blog/thunderbird-gmail-integration-configuration-could-not-be-verified-is-the-username-or-password-wrong/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git &#8211; remote: error: refusing to update checked out branch</title>
		<link>http://lightonphiri.org/blog/git-remote-error-refusing-to-update-checked-out-branch?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=git-remote-error-refusing-to-update-checked-out-branch</link>
		<comments>http://lightonphiri.org/blog/git-remote-error-refusing-to-update-checked-out-branch#comments</comments>
		<pubDate>Sat, 14 Jan 2012 14:02:49 +0000</pubDate>
		<dc:creator>Phiri</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[rollback]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[source control]]></category>

		<guid isPermaLink="false">http://lightonphiri.org/?p=621</guid>
		<description><![CDATA[Yaba!!! Made a couple of changes to a Git clone of my project; tried to push the changes to my remote repository and got the errors below. Git status clearly shows that my current working tree is ahead of my remote repository by one commit. A quick search online reveals that its a very well [...]]]></description>
		<wfw:commentRss>http://lightonphiri.org/blog/git-remote-error-refusing-to-update-checked-out-branch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EPrints3 Installation on Ubuntu Via apt-get</title>
		<link>http://lightonphiri.org/blog/eprints3-installation-on-ubuntu-via-apt-get?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eprints3-installation-on-ubuntu-via-apt-get</link>
		<comments>http://lightonphiri.org/blog/eprints3-installation-on-ubuntu-via-apt-get#comments</comments>
		<pubDate>Wed, 21 Dec 2011 21:22:53 +0000</pubDate>
		<dc:creator>Phiri</dc:creator>
				<category><![CDATA[Digital Libraries]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[digital libraries]]></category>
		<category><![CDATA[digital repository]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[eprints3]]></category>
		<category><![CDATA[package manager]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://lightonphiri.org/?p=555</guid>
		<description><![CDATA[So I have been evaluating the flexibility of existing digital repository software tools and decided to install the Eprints Ubuntu package via apt-get &#8211;I must say, I was rather impressed with the package. Not only does it work flawlessly, but the overall installation process is so very user friendly. All software dependencies are automatically installed [...]]]></description>
		<wfw:commentRss>http://lightonphiri.org/blog/eprints3-installation-on-ubuntu-via-apt-get/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

