Mangle RSS and Atom feeds
[catagits/Gitalist.git] / root / opml.tt2
CommitLineData
f539912a 1<?xml version="1.0" encoding="utf-8" ?>
2<opml version="1.1">
3 <body>[% count = 1 %]
4 [% FOR Repository = Repositories %]
5 <outline id="[% count %]"
6 description=""
7 text="[% Repository.name %] - [% Repository.description %]"
8 title=""
9 type="rss"
10 version="RSS"
11 xmlUrl="[% c.uri_for_action('/repository/rss', [ Repository.name ])%]" />
12 [% SET count = count + 1; END %]
13 </body>
14 <head>
15 <dateCreated>[% now %]</dateCreated>
16 <dateModified>[% now %]</dateModified>
17 <title>[% title %]</title>
18 </head>
19</opml>