/_sitemap.rss for COCANWIKI.
[cocanwiki.git] / templates / sitemap_rss.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <rdf:RDF
3   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4   xmlns="http://purl.org/rss/1.0/"
5   xmlns:dc="http://purl.org/dc/elements/1.1/">
6   <channel rdf:about="http://::hostname_html_tag::/">
7     <title>Sitemap for ::hostname_html::</title>
8     <link>http://::hostname_html_tag::/</link>
9     <language>en-GB</language>
10     <items>
11       <rdf:Seq>
12         ::table(sitemap)::
13         <rdf:li rdf:resource="http://::hostname_html_tag::/::url_html_tag::"/>
14         ::end::
15       </rdf:Seq>
16     </items>
17   </channel>
18 ::table(sitemap)::
19   <item rdf:about="http://::hostname_html_tag::/::url_html_tag::">
20     <title>::title_html::</title>
21     <link>http://::hostname_html_tag::/::url_html_tag::</link>
22     <description>
23       ::content_html::
24     </description>
25     <!-- <dc:creator> ... </dc:creator> -->
26     <!-- <dc:date> ... </dc:date> -->
27   </item>
28 ::end::
29 </rdf:RDF>