<?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>Alex Little &#187; aggregator</title>
	<atom:link href="http://alexlittle.net/blog/tag/aggregator/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexlittle.net/blog</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 17:31:23 +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>Simple as Pie</title>
		<link>http://alexlittle.net/blog/2008/08/08/simple-as-pie/</link>
		<comments>http://alexlittle.net/blog/2008/08/08/simple-as-pie/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 08:49:20 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[aggregator]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[simplepie]]></category>
		<category><![CDATA[VSO]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=450</guid>
		<description><![CDATA[The eagle eyed amongst you will have noticed that I&#8217;ve added a &#8216;VSO feeds&#8217; section to the side bar. I wanted to be able to aggregate feeds from other VSO volunteers to show on my site, unfortunately the RSS widget built into WordPress won&#8217;t aggregate feeds for you &#8211; you&#8217;d need to create a new [...]]]></description>
			<content:encoded><![CDATA[<p>The eagle eyed amongst you will have noticed that I&#8217;ve added a &#8216;VSO feeds&#8217; section to the side bar. I wanted to be able to aggregate feeds from other VSO volunteers to show on my site, unfortunately the RSS widget built into WordPress won&#8217;t aggregate feeds for you &#8211; you&#8217;d need to create a new wdiget for each feed &#8211; not really what I wanted.</p>
<p>However, I did find the <a href="http://simplepie.org/wiki/plugins/wordpress/simplepie_plugin_for_wordpress/start">SimplePie Plugin for WordPress</a> which has done exactly what I needed and was very straightforward to get up and running. The display is all done via templates and is very configurable. The only (very small) niggle that I have is that you need to specify the feed urls in the code, rather than in the WordPress admin pages, e.g.</p>
<p><code> </code></p>
<pre>&lt;?php
echo @SimplePieWP(array(
     'http://markvso.blogspot.com/feeds/posts/default',
     'http://siddypen.wordpress.com/feed',

http://nonoincambodia.blogspot.com/feeds/posts/default'

      ), array(
     'items' =&gt; 10,
     'date_format' =&gt; 'j M Y',
     'truncate_item_description' =&gt; 100
  ));
?&gt;</pre>
<p>At the moment I&#8217;m only showing feeds from 3 blogs, but if you have a feed that you&#8217;d like me to add then please <a href="http://alexlittle.net/blog/contact">send it on</a>.</p>
<p>Rather unfortunately the blogging system that VSO uses (<a href="http://www.vso-stories.net/">http://www.vso-stories.net/</a>) doesn&#8217;t provide RSS feeds of the postings (!) &#8211; though it does provide an email subscription service. So there are several other blogs I&#8217;d like to include in my aggregator which would be very relevant, e.g. <a href="http://julianbass.vso-stories.net/index.php?page=message">Julian Bass&#8217;s blog</a>, but I can&#8217;t until vso-stories provides an RSS feed factility <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2008/08/08/simple-as-pie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

