Bumped version for release.
[cocanwiki.git] / templates / history_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::/::page_html_tag::">
7     <title>Version of page ::page_html::</title>
8     <link>http://::hostname_html_tag::/::page_html_tag::</link>
9     <language>en-GB</language>
10     <items>
11       <rdf:Seq>
12         ::table(history)::
13         <rdf:li rdf:resource="http://::hostname_html_tag::/::page_html_tag::?version=::version::"/>
14         ::end::
15       </rdf:Seq>
16     </items>
17   </channel>
18 ::table(history)::
19   <item rdf:about="http://::hostname_html_tag::/::page_html_tag::?version=::version::">
20     <title>::title_html:: (version ::version::) changed by ::logged_user:: ::logged_ip::</title>
21     <link>http://::hostname_html_tag::/::page_html_tag::?version=::version::</link>
22     <description>
23       &lt;a href="/::url_html_tag::/diff?version=::version::"&gt;Differences&lt;/a&gt;
24     </description>
25     <!-- <dc:creator> ... </dc:creator> -->
26     <!-- <dc:date> ... </dc:date> -->
27   </item>
28 ::end::
29 </rdf:RDF>