<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel rdf:about="http://www.alexpounds.com/whatsnew.rss">
    <title>What's New at alexpounds.com.</title>
    <link>http://www.alexpounds.com/</link>
    <description>What's new at the personal homepage of Alex Pounds.</description>
    <items>
        <rdf:Seq>
            <rdf:li resource="http://www.alexpounds.com/elsewhere.php" />
            <rdf:li resource="http://www.alexpounds.com/writings/articles/abandonedbuildings.php" />
            <rdf:li resource="http://www.alexpounds.com/writings/articles/linuxaudioplayers.php" />
            <rdf:li resource="http://www.alexpounds.com/writings/articles/backups.php" />
            <rdf:li resource="http://www.alexpounds.com/code/annacubed.php" />
        </rdf:Seq>
    </items>
</channel>

<item rdf:about="http://www.alexpounds.com/elsewhere.php">
    <title>Elsewhere on the Web</title>
    <link>http://www.alexpounds.com/elsewhere.php</link>
    <dc:date>2009-06-25</dc:date>
    <description>Things I have written/posted around the internet.</description>
</item>
<item rdf:about="http://www.alexpounds.com/writings/articles/abandonedbuildings.php">
    <title>Lightning shoots in Abandoned Buildings</title>
    <link>http://www.alexpounds.com/writings/articles/abandonedbuildings.php</link>
    <dc:date>2009-04-24</dc:date>
    <description>A write-up of a photoshoot I did in an abandoned building with a friend</description>
</item>
<item rdf:about="http://www.alexpounds.com/writings/articles/linuxaudioplayers.php">
    <title>Linux music apps suck</title>
    <link>http://www.alexpounds.com/writings/articles/linuxaudioplayers.php</link>
    <dc:date>2008-04-01</dc:date>
    <description>A rant about the various music players I've tried - why I hate them. Why they suck.</description>
</item>
<item rdf:about="http://www.alexpounds.com/writings/articles/backups.php">
    <title>HOWTO: Linux Backups</title>
    <link>http://www.alexpounds.com/writings/articles/backups.php</link>
    <dc:date>2007-08-23</dc:date>
    <description>How to set up an encrypted, automated, incremental backup to a spare HD in Debian Linux.</description>
</item>
<item rdf:about="http://www.alexpounds.com/code/annacubed.php">
    <title>Anna Cubed</title>
    <link>http://www.alexpounds.com/code/annacubed.php</link>
    <dc:date>2006-07-30</dc:date>
    <description>Anna Cubed is a multiplayer, multiplatform game of the card game Solo.</description>
</item>
</rdf:RDF>

