sorted design of search
[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     <content mode="xml">
10       <div xmlns="http://www.w3.org/1999/xhtml">[% Commit.content | html_entity %]</div>
11     </content>
12   </entry>
13   [% END %]
14 </feed>