Merge remote branch 't0m/json' into json
[catagits/Gitalist.git] / root / repository / rss.tt2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">
3
4 <channel>
5 <title>[% title | html_entity %]</title>
6 <link>[% c.uri_for_action('/repository/summary', [Repository.name]) %]</link>
7 <description>[% Repository.description | html_entity %]</description>
8 <language>[% lang %]</language>
9 <pubDate>[% pubDate %]</pubDate>
10 <lastBuildDate>[% lastBuildDate %]</lastBuildDate>
11 [% FOREACH Commit = Commits %]
12 <item>
13 <title>[% Commit.title | html_entity %]</title>
14 <description>[% Commit.description | html_entity %]</description>
15 <guid isPermaLink="true">[% Commit.permaLink %]</guid>
16 </item>
17 [% END %]
18 </channel>
19 </rss>