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