<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF 
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns="http://purl.org/rss/1.0/"
         xmlns:mn="http://usefulinc.com/rss/manifest/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
>

  <channel rdf:about="http://">
    <title>TreeView X</title>
    <link>http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/</link>
    <description>Phylogenetic tree viewer.</description>
    <dc:publisher>Roderic Page.</dc:publisher>
    <dc:creator>Roderic Page &lt;r.page@bio.gla.ac.uk&gt;</dc:creator>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/history.html" />
      </rdf:Seq>
    </items>
  </channel>

  <item rdf:about="http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/history.html">
    <link>http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/history.html</link>
    <title>Version 0.5 released</title>
    <description>Version 0.5 is the first version of TreeView X to use a single code base for all three platforms (Mac OS X, Windows, and Linux). The hope is that this will simplify future development.</description>
    <dc:subject>Version 0.5</dc:subject>
    <dc:creator>Roderic Page &lt;r.page@bio.gla.ac.uk&gt;</dc:creator>
  </item>

  <rdf:Description rdf:ID="manifest">
    <mn:channels>
      <rdf:Seq>
        <rdf:li rdf:resource="http://" />
      </rdf:Seq>
    </mn:channels>
  </rdf:Description>

</rdf:RDF>

