Mangle RSS and Atom feeds
[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#">
3 <title>[% title %]</title>
4 <modified>[% updated %]</modified>
5 [% FOREACH Commit = Commits %]
6 <entry>
7 <title>[% Commit.title %]</title>
8 <id>[% Commit.id %]</id>
9 <content mode="xml">
10 <div xmlns="http://www.w3.org/1999/xhtml">[% Commit.content %]</div>
11 </content>
12 </entry>
13 [% END %]
14</feed>