Use appropriate prototype depending on perl version in test.
[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=""
a2bc5aee 7 text="[% Repository.name | html_entity %] - [% Repository.description | html_entity %]"
f539912a 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>
a2bc5aee 17 <title>[% title | html_entity %]</title>
f539912a 18 </head>
19</opml>