antville/code/Site/rss.skin

38 lines
1.1 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="<% this.url %>">
<title><![CDATA[<% this.title %>]]></title>
<link><% this.url %></link>
<% this.tagline prefix="<description><![CDATA[" suffix="]]></description>" %>
<dc:publisher><![CDATA[<% param.title %>]]></dc:publisher>
<dc:creator><![CDATA[<% param.creator %> (mailto:<% param.email %>)]]></dc:creator>
<dc:date><% param.lastupdate %></dc:date>
<dc:language>en</dc:language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T00:00:00Z</sy:updateBase>
<items>
<rdf:Seq>
<% param.resources %>
</rdf:Seq>
</items>
</channel>
<textinput rdf:about="<% this.url %>search">
<title>find</title>
<description>Search this weblog:</description>
<name>q</name>
<link><% this.url %>search</link>
</textinput>
<% param.items %>
</rdf:RDF>