<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Your Blog</title>
	<link>http://yourwebsite</link>
	<language>en-gb</language>
	<description>Description of the feed.</description>
	<copyright>Creative Commons Attribution-Share Alike 2.0 UK: England &amp; Wales - http://creativecommons.org/licenses/by-sa/2.0/uk/</copyright>
	<docs>http://www.rssboard.org/rss-specification</docs>
	<webMaster>email (name)</webMaster>
	<image>
		<title>Your Blog (this should be the same as the main title)</title>
		<url>url to an image that appears at top right of feed.</url>
		<link>http://yourwebsite (this should be the same as the main link)</link>
	</image>
	<item>
		<title>news item title</title>
		<description><![CDATA[ This is where the news stuffs go, cdata basically stops stuff borking when you use symbols that mean stuff in XML ]]></description>
		<link>link to more info about this item of news.</link>
		<guid>same as link</guid>
		<pubDate>Date this bit of news was posted in RFC 822 format: e.g.(Sun, 08 Feb 2009 17:45:31 +0000)</pubDate>
	</item>
	<atom:link href="full link to where ur feed is on ur website (absolute path)" rel="self" type="application/rss+xml" />
</channel>
</rss>
