<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/css/rdf.css" type="text/css"?>
<rdf:RDF 
	xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dcterms="http://purl.org/dc/terms/">

<!-- Validate with http://librdf.org/rss/ -->
<channel rdf:about="http://www.deevans.net">
  <title>What's New?</title>
    <link>http://www.deevans.net</link>
  <description>
	 This RDF/RSS file gives information about what is new at
	 deevans.net, the home network of D E Evans.
  </description>
  <dcterms:modified>2008-07-25</dcterms:modified>

  <items>
    <rdf:Seq>
      <rdf:li rdf:resource="http://www.deevans.net/dee.rdf"/>
      <rdf:li rdf:resource="http://www.deevans.net/dee.rdf#quotes"/>
    </rdf:Seq>
  </items>
</channel>

<item rdf:about="http://www.deevans.net/blog/index.shtml">
  <title>Quotes</title>
  <link>http://www.deevans.net</link>
  <description>
    The quotes page, long hosted on my 
    <a href="http://www.xmission.com/~sinuhe">Xmission user page</a>
    has now been made the site index page.  I have not documented quotes
    that have been added in past years, but the following documents some 
    major changes.  All quotes have been audited for sources, and all
    quotes removed that do not have a verifiable source.  There are
    now 26 quotes, all from books that I have read, and in nearly every
    case own.  The most recent additions are from His All Holiness the
    Ecumenical Patriarch Bartholomew, from his book on Christianity,
    <i>Encountering the Mystery</i>.
  </description>
</item>  

<!-- Generic template for new entries.
<item rdf:about="http://www.deevans.net/blog/#">
  <title></title>
  <link>http://www.deevans.net/blog/#</link>
  <description>
  </description>
</item>  
-->

</rdf:RDF>

