Bump version to 0.003006, update Changes and README.
[catagits/Gitalist.git] / root / opml.tt2
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 | html_entity %] - [% Repository.description | html_entity %]"
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 | html_entity %]</title>
18     </head>
19 </opml>