<?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>drakard.com</title>
	<atom:link href="http://drakard.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://drakard.com</link>
	<description>freelance website design and development</description>
	<lastBuildDate>Sun, 08 Feb 2009 12:07:26 +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>Tetris</title>
		<link>http://drakard.com/javascript-games/tetris/</link>
		<comments>http://drakard.com/javascript-games/tetris/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 12:07:26 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[single-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=156</guid>
		<description><![CDATA[<img alt="Tetris" src="/wp-content/scripts/images/tetris/tetris.gif" title="Tetris" class="alignleft" width="44" height="44" /> Fill as many rows as you can by guiding the various shapes falling from the top into suitable positions at the bottom. As your score increases, so does the rate at which the pieces fall...]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/tetris.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/tetris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Towers of Hanoi</title>
		<link>http://drakard.com/javascript-games/towers-hanoi/</link>
		<comments>http://drakard.com/javascript-games/towers-hanoi/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 11:20:46 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[single-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=149</guid>
		<description><![CDATA[<img alt="Towers of Hanoi" src="/wp-content/scripts/images/hanoi/hanoi.gif" title="Towers of Hanoi" class="alignleft" width="44" height="44" /> Said to have been performed by monks for thousands of years, simply moving a set of discs from one pole to another; the catch? You can only move one disc at a time, and never onto a smaller disc.]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/hanoi.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/towers-hanoi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limit Posts Per Category</title>
		<link>http://drakard.com/wordpress/plugin-limit-posts-per-category/</link>
		<comments>http://drakard.com/wordpress/plugin-limit-posts-per-category/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 17:44:42 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=141</guid>
		<description><![CDATA[Prevent Wordpress from allowing a contributing user to publish any amount of posts in any category.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re using Wordpress as a general CMS, you may have a situation where you don&#8217;t want certain groups of users submitting a potentially infinite amount of posts like they usually can; perhaps they should only be posting once in a particular category, and maybe twice per week in another.</p>
<p>Together with <a rel="nofollow" href="http://pirex.com.br/wordpress-plugins/level2categories/">Level 2 Categories</a> and <a rel="nofollow" href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/">Role Manager</a>, this plugin can limit users without the &#8220;Make Unlimited Posts&#8221; capability from publishing more than a custom number of posts per so many days within specific categories.</p>
<p>Additional posts are not deleted, but turned into drafts/pending review, similar to what happens when a non-privileged user edits a published posts.</p>

<ol>
<li><a rel="nofollow" href="/wp-content/uploads/2009/01/limit-posts-per-category-021.zip">Download the &#8220;Limit Posts Per Category&#8221; plugin (v0.21)</a></li>
<li>Unzip and copy the single file to your Wordpress blog&#8217;s plugins folder (/wp-content/plugins/).</li>
<li>Edit the categories to limit, following the example within the PHP file.</li>
<li>Activate it in the &#8220;Plugins&#8221; tab of the Admin section.</li>
<li>This will now only let admins post freely in those categories &#8211; everybody else will be limited until you create a new capability called &#8220;Make Unlimited Posts&#8221; with the Role Manager plugin and enable it per each non-admin user you wish to be unaffected by the limiting.</li>
</ol>

<p>Note that currently the categories are hardcoded in the plugin and need to be hand edited per install. This is mostly because I&#8217;m the only one using this at the moment and don&#8217;t need to set the categories via Wordpress &#8211; if anyone else finds this plugin useful (or given enough time anyway) then I&#8217;ll make a settings screen and do it properly.</p>
<p>(In other words, this is a rough and ready plugin which needs polishing before it&#8217;ll be suitable for general use.)</p>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/wordpress/plugin-limit-posts-per-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Wordpress Plugins</title>
		<link>http://drakard.com/wordpress/essential-wordpress-plugins/</link>
		<comments>http://drakard.com/wordpress/essential-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 13:55:56 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=138</guid>
		<description><![CDATA[Wordpress plugins that get a lot of use with each WP site we create - from SEO enhancements and speed improvements, to filling in functionality gaps in Wordpress and development tools.]]></description>
			<content:encoded><![CDATA[<p>Yes, it&#8217;s another list of Wordpress plugins:</p>

<h3>Front End Functionality</h3>
<ul>
<li><a rel="nofollow" href="http://www.zirona.com/software/wordpress-advanced-search/">Advanced Search</a> &#8211; expands the default search capabilities of WP (return results by relevance instead of post date, search term highlighting etc) &#8211; and, with a bit of cribbing from <a rel="nofollow" href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/">Search Everything</a>, can be easily hacked to search custom post fields &#8211; which is vital if you&#8217;re using something like the <a rel="nofollow" href="http://artisanthemes.com/themes/wp-contact-manager/">Contact Manager</a> theme.</li>
<li><a rel="nofollow" href="http://wangenweb.com/wordpress/plugins/contact-form-iii/">Contact Form III</a> &#8211; dead simple web form to add to your Contact page.</li>
<li><a rel="nofollow" href="http://weber-nrw.de/wordpress/cryptx/">CryptX</a> &#8211; if you have a lot of email addresses visible on your site, then install this to hide them from spam bots.</li>
<li><a rel="nofollow" href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe to Comments</a> &#8211; allows your users to receive notification when new comments are posted on a story that they&#8217;ve commented on themselves.</li>
</ul>

<h3>Back End Functionality</h3>
<ul>
<li><a rel="nofollow" href="http://wp-cms.com/our-wordpress-plugins/post-control/">CMS Post Control</a> &#8211; if you plan on using WP as a multi-user CMS, then odds are you need to hide some elements of posting from some users.</li>
<li><a rel="nofollow" href="http://lesterchan.net/portfolio/programming/php/">DB Manager</a> &#8211; manually optimise and backup your Wordpress database from within the admin section or automatically on your own schedule.</li>
<li><a rel="nofollow" href="http://blog.realthemes.com/wp-developer-assistant/">Developer Assistant</a> &#8211; very useful during the initial development of new themes and plugins, or when you&#8217;re bug hunting later on.</li>
<li><a rel="nofollow" href="http://urbangiraffe.com/plugins/html-purified/">HTML Purified</a> &#8211; replaces the default WP comment filter with a better one and gives a bit more piece of mind regarding XSS.</li>
<li><a rel="nofollow" href="http://pirex.com.br/wordpress-plugins/level2categories/">Level 2 Categories</a> &#8211; stop users from being able to post in categories you&#8217;ve defined as above their permission level. I may well expand on this plugin to use capabilities rather than the simpler 1-10 user level, but that&#8217;s for another day.</li>
<li><a rel="nofollow" href="http://www.bad-neighborhood.com/login-lockdown.html">Login Lockdown</a> &#8211; limit login attempts to avoid your admin account being hacked via brute force password guessing.</li>
<li><a rel="nofollow" href="http://www.maxblogpress.com/plugins/mpo/">Ping Optimizer</a> &#8211; don&#8217;t spam the new post notification servers every time you edit posts in Wordpress.</li>
<li><a rel="nofollow" href="http://www.prelovac.com/vladimir/wordpress-plugins/plugin-central/">Plugin Central</a> &#8211; until the new plugin controls (introduced in 2.7) are upgraded, this remains the easiest way of installing and updating multiple plugins at once. Having said that, updating lots of plugins at once can be a quick way of breaking your blog, so as always &#8211; it&#8217;s good to try the updates on a development server first&#8230;</li>
<li><a rel="nofollow" href="http://skullbit.com/wordpress-plugin/register-plus/">Register Plus</a> &#8211; add custom fields (and a few other tweaks) to the register form so you can personalise the user signup process for your own needs.</li>
<li><a rel="nofollow" href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/">Role Manager</a> &#8211; along with the not-quite-mutually-exclusive <a rel="nofollow" href="http://agapetry.net/news/introducing-role-scoper/">Role Scoper</a>, this allows you to fine tune the user permissions and use Wordpress as a multiple user CMS.</li>
<li><a rel="nofollow" href="http://wordpress.org/extend/plugins/simple-tags/">Simple Tags</a> &#8211; tag multiple posts at once, merge tags and manage them properly, tag autocompletion and suggestion; in other words, everything that should be in WP already.</li>
</ul>

<h3>SEO Enhancements</h3>
<ul>
<li><a rel="nofollow" href="http://cavemonkey50.com/code/google-analyticator/">Google Analyticator</a> &#8211; if you use Google Analytics, then you probably either use this plugin already or have hardcoded it into your themes.</li>
<li><a rel="nofollow" href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps</a> &#8211; one of the must have SEO tools, this plugin automatically keeps your site easily spiderable by the major search engines. Note that this will rebuild the sitemap after every post, so if you&#8217;re doing a lot of editing you&#8217;ll find it much quicker to temporarily disable it&#8230;</li>
<li><a rel="nofollow" href="http://urbangiraffe.com/plugins/headspace2/">Headspace</a> &#8211; another well known plugin, this allows you to have much more control over what goes into the head of your HTML.</li>
</ul>

<h3>Speed Improvements</h3>
<ul>
<li><a rel="nofollow" href="http://txfx.net/code/wordpress/post-query-accelerator/">Post Query Accelerator</a> &#8211; Straightforward plugin that makes it possible for MySQL to cache database queries.</li>
<li><a rel="nofollow" href="http://mnm.uib.es/gallir/wp-cache-2/">WP Cache</a> &#8211; And one that caches the HTML generated from a page view; most handy when your blog is visited by many anonymous users compare to those signed in (which is normally the case). Just don&#8217;t forget to turn it off during theme development&#8230;</li>
</ul>

<h3>Optional</h3>
<ul>
<li><a rel="nofollow" href="http://www.kriesi.at/archives/wordpress-plugin-my-favorite-posts/">My Favourite Posts</a> &#8211; allows your users to build up a shortlist of the posts they want to refer back to. Depending on your site, this type of functionality is either a requirement or irrelevant.</li>
<li><a rel="nofollow" href="http://www.askapache.com/htaccess/rewriterule-viewer-plugin.html">RewriteRules Viewer</a> &#8211; can be useful if you&#8217;re redeveloping an existing site and have a lot of old urls to keep working, or if you just have a lot of redirection going on anyway.</li>
<li><a rel="nofollow" href="http://rmarsh.com/plugins/similar-posts/">Similar Posts</a> &#8211; uses the <a rel="nofollow" href="http://rmarsh.com/plugins/post-plugin-library/">Post Plugin Library</a> (which also gets used by a few other plugins) and provides the ability to display keyword related posts on your post pages.</li>
<li><a rel="nofollow" href="http://weblogtoolscollection.com/archives/2007/06/04/wp-plugin-where-did-they-go-from-here/">Where Did They Go From Here?</a> &#8211; like the Similar Posts plugin, this can be useful in displaying other posts from your site that your users may be interested in.</li>
</ul>

<h3>Others</h3>
<p>Of course, <a rel="nofollow" href="http://akismet.com/">Akismet</a> and <a rel="nofollow" href="http://wordpress.org/extend/plugins/stats/">WP Stats</a> should be enabled on most sites but as they come with a default install, I don&#8217;t really see the need to point them out again <img src='http://drakard.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a rel="nofollow" href="http://www.aaronharp.com/dev/wp-manageable/">Manageable</a> was essential before 2.7 integrated it into the core (although not as completely as I&#8217;d prefer) and <a rel="nofollow" href="http://pixelplexus.co.za/blog/2007/11/20/plugin-to-change-wordpress-post-order/">AStickyPostOrderER</a> was useful to alter the order of posts but doesn&#8217;t seem to work correctly in the latest Wordpress.</p>
<p>And finally, <a rel="nofollow" href="http://coffee2code.com/wp-plugins/no-update-nag/">No Update Nag</a> removes the annoying &#8220;a new version of WP is out, please tell your site admin&#8221; message that pops up. I know when a new version is out, and I do not need reminding by WP or my users &#8211; new versions get installed when I&#8217;m good and ready; or, in other words, after it has been shown that there are no accidental show stopping bugs, that the plugins I use still work and after I&#8217;ve upgraded and tested it on a development server.</p>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/wordpress/essential-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chain Reaction</title>
		<link>http://drakard.com/javascript-games/chain-reaction/</link>
		<comments>http://drakard.com/javascript-games/chain-reaction/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 12:54:27 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[multi-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=112</guid>
		<description><![CDATA[<img alt="Chain Reaction" src="/wp-content/scripts/images/react/react.gif" title="Chain Reaction" class="alignleft" width="44" height="44" /> Fill up the board with your pieces, but beware - too many in one place will set off a chain reaction!]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/chainreaction.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/chain-reaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HoltFootClinic.co.uk Goes Live!</title>
		<link>http://drakard.com/news/holtfootclinic-goes-live/</link>
		<comments>http://drakard.com/news/holtfootclinic-goes-live/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 11:18:00 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[clients]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=94</guid>
		<description><![CDATA[Another day, another podiatry practice gets a website.]]></description>
			<content:encoded><![CDATA[<p>A simple brochure site for a pair of Norfolk podiatry surgeries went live earlier this weekend &#8211; <a rel="nofollow" href="http://holtfootclinic.co.uk/" title="external link: holtfootclinic.co.uk">holtfootclinic.co.uk</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/news/holtfootclinic-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahtzee</title>
		<link>http://drakard.com/javascript-games/yahtzee/</link>
		<comments>http://drakard.com/javascript-games/yahtzee/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 12:06:47 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[multi-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=98</guid>
		<description><![CDATA[<img alt="Yahtzee" src="/wp-content/scripts/images/yahtzee/yahtzee.gif" title="Yahtzee" class="alignleft" width="44" height="44" /> Another classic for up to four players, score as many points possible with combinations of the rolls of the dice.]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/yahtzee.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/yahtzee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AngelPodiatry.co.uk Goes Live!</title>
		<link>http://drakard.com/news/angelpodiatry-goes-live/</link>
		<comments>http://drakard.com/news/angelpodiatry-goes-live/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 23:14:52 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[clients]]></category>

		<guid isPermaLink="false">http://drakard.com/news/angelpodiatrycouk-goes-live/</guid>
		<description><![CDATA[The angelpodiatry.co.uk website was launched today.]]></description>
			<content:encoded><![CDATA[<p>A first website for a long-established podiatry surgery has been launched today at <a rel="nofollow" href="http://angelpodiatry.co.uk/" title="external link: angelpodiatry.co.uk">angelpodiatry.co.uk</a> &#8211; if you&#8217;re in Norfolk or Suffolk and your feet could be better, make an appointment today.</p>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/news/angelpodiatry-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hnefatafl</title>
		<link>http://drakard.com/javascript-games/hnefatafl/</link>
		<comments>http://drakard.com/javascript-games/hnefatafl/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 12:46:43 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[multi-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=91</guid>
		<description><![CDATA[<img alt="Hnefatafl" src="/wp-content/scripts/images/hnefat/hnefat.gif" title="Hnefatafl" class="alignleft" width="44" height="44" /> "The King Game" is an ancient boardgame played by the Vikings to pass the time on their ocean voyages. One player tries to get the Viking king to safety, the other aims to capture him instead.]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/hnefatafl.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>

<h3>Background</h3>
<p>Hnefatafl (&#8220;the king game&#8221;) is an ancient boardgame played by the Vikings to pass the time on their ocean voyages. It was probably derived from a Roman game with similar rules and was later adopted by the Saxons. A number of different boards have been found in Viking burial mounds and there was some variations in the rules as well.</p>

<h3>Strategy Tips</h3>
<p>White should cover the exposed corners while gradually advancing on all sides. During the early stages, white cannot afford to lose too many pieces or else the king could slip through the gap created. Later, exchanges of pieces are safer for white (who initially outnumbers black 2:1) but generally, the more pieces on the board, the harder it is for black to move his king about. Note that most attempts to storm the centre are easily defeated by black.</p>
<p>Black should try to keep white off-balance by switching the directions his king is trying to escape in.</p>

<h3>More Information</h3>
<p>For a <i>very</i> detailed background on Hnefatafl, and its related ancient boardgames, I&#8217;d recommend reading the pages at <a rel="nofollow" href="http://hem.bredband.net/b512479/"  title="external link: Hnefatafl information">http://hem.bredband.net/b512479/</a> and <a rel="nofollow" href="http://www.treheima.ca/viking/tafl.htm"  title="external link: More Hnefatafl information">http://www.treheima.ca/viking/tafl.htm</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/hnefatafl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect Four</title>
		<link>http://drakard.com/javascript-games/connect-four/</link>
		<comments>http://drakard.com/javascript-games/connect-four/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 11:22:54 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[multi-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=96</guid>
		<description><![CDATA[<img alt="Connect Four" src="/wp-content/scripts/images/connect/connect.gif" title="Connect Four" class="alignleft" width="44" height="44" /> A family favorite, be the first to connect four of your colours in a line.]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/connect4.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/connect-four/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
