1. moved rss10Channel.skins from global to rss.skin in root and site 2. moved rss10Resource.skin from global to rssResource.skin in root and site 3. moved rss10Item.skin from global to rssItem.skin in root and site 4. moved contents of global/rssTextInput.skin into site/rss10Channel 5. renamd rss10.hac in root and site to rss.hac
37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
<?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>
|