<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://nn.lambdacomplex.org/template/index.xsl"?>

<!--
	The lovely men and women who design and develop firefox have created their own rendering package for displaying RSS feeds. This works by 
sniffing the first 512 bytes of the data stream and checking for the beginning of an rss tag. The wordaround to this is of course to add a whole lot 
of extra padding the front of the xml document to move the rss element away from the sniffing area. I guess that makes this explanation rather meta 
doesn't it?
-->

<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"
	>

<channel>
	<title>NewName</title>
	<atom:link href="http://nn.lambdacomplex.org/" rel="self" type="application/rss+xml" />
	<link>http://nn.lambdacomplex.org</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 15 Jul 2008 23:16:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Hello world!</title>
		<link>http://nn.lambdacomplex.org/2008/07/hello-world/</link>
		<comments>http://nn.lambdacomplex.org/2008/07/hello-world/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 02:39:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://nn.lambdacomplex.org/wordpress/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://nn.lambdacomplex.org/2008/07/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>



			
