<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>vdboor - Technology</title>
    <link>http://www.codingdomain.com/blog/</link>
    <description>About coding, kmess, and uhmm.. everything else</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1-beta5 - http://www.s9y.org/</generator>
    <pubDate>Sun, 26 Nov 2006 23:35:00 GMT</pubDate>

    <image>
        <url>http://www.codingdomain.com/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: vdboor - Technology - About coding, kmess, and uhmm.. everything else</title>
        <link>http://www.codingdomain.com/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Introducing PhpPlanet: PHP feed aggregation software</title>
    <link>http://www.codingdomain.com/blog/archives/4-Introducing-PhpPlanet-PHP-feed-aggregation-software.html</link>
            <category>KMess</category>
            <category>Open Source</category>
            <category>Technology</category>
    
    <comments>http://www.codingdomain.com/blog/archives/4-Introducing-PhpPlanet-PHP-feed-aggregation-software.html#comments</comments>
    <wfw:comment>http://www.codingdomain.com/blog/wfwcomment.php?cid=4</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.codingdomain.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Diederik van der Boor)</author>
    <content:encoded>
    
&lt;p&gt;One of the things I really wanted to implement was a &amp;quot;Planet KMess&amp;quot; section at the KMess website. I&#039;ve been looking for existing solutions, but couldn&#039;t find what I was looking for. I don&#039;t need expanding sections, or forum/e-mail like &amp;quot;mark as read&amp;quot; capabilities. Just a simple web page with all stories, posted in order.&lt;/p&gt;&lt;p&gt;As for why I&#039;m not using &lt;a target=&quot;_blank&quot; href=&quot;http://www.planetplanet.org/&quot;&gt;Planet&lt;/a&gt;: the Planet KDE site is flooded with old feeds now and then. I don&#039;t want to see that happening for a &amp;quot;Planet KMess&amp;quot; website. Planet is written in Python and uses a file-based cache. This is a complete black box for me as Python illiterate, and adds Python as new dependency to the web site.&lt;/p&gt;&lt;p&gt;The result is a new Planet-like feed reader/aggregator named PhpPlanet. It is v0.1 software and can be &lt;a href=&quot;http://www.codingdomain.com/software/phpplanet/phpplanet-0.1.tar.gz&quot;&gt;downloaded here&lt;/a&gt;. It stores feeds in a MySQL database, and uses Snoopy/MagpieRSS to parse the feeds. Flooding is avoided by observing the timestamp of RSS entries. When multiple entries have the same timestamp it&#039;s an indication the feed is regenerated, and those entries will be rejected automatically. &lt;img src=&quot;http://www.codingdomain.com/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 27 Nov 2006 00:35:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.codingdomain.com/blog/archives/4-guid.html</guid>
    
</item>

</channel>
</rss>