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