9f721ab5a35a6aef998638af396d18e0257e4280
[catagits/Gitalist.git] / root / repository / atom.tt2
1 <?xml version="1.0" encoding="utf-8"?>
2 <feed xmlns="http://purl.org/atom/ns#">
3   <title>[% title | html_entity %]</title>
4   <modified>[% updated %]</modified>
5   [% FOREACH Commit = Commits %]
6   <entry>
7     <title>[% Commit.title | html_entity %]</title>
8     <id>[% Commit.id %]</id>
9     <link rel="alternate" type="text/html" href="[% Commit.id %]" />
10     <content type="xhtml">
11       <div xmlns="http://www.w3.org/1999/xhtml">[% Commit.content | html_entity %]</div>
12     </content>
13   </entry>
14   [% END %]
15 </feed>