Magellan Linux

Contents of /trunk/viewvc/magellan-template/rss.ezt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations) (download) (as text)
Fri May 13 08:48:34 2016 UTC (7 years, 11 months ago) by niro
File MIME type: application/xml
File size: 793 byte(s)
-updates magellan-template to match viewvc-1.1.24
1 <?xml version="1.0"?>
2 <rss version="2.0">
3 <channel>
4 <link>[rss_link_href]</link>
5 <title>[rootname] checkins[if-any where] (in [where])[end]</title>
6
7 <description>[is roottype "svn"]Subversion[else]CVS[end] commits to the[if-any where] [where] directory of the[end] [rootname] repository</description>
8
9 [for commits]<item>
10 <title>[if-any commits.rev][commits.rev]: [end][[commits.author]] [format "xml"][commits.short_log][end]</title>
11 [if-any commits.rss_url]<link>[commits.rss_url]</link>[end]
12 <author>[commits.author]</author>
13 <pubDate>[if-any commits.rss_date][commits.rss_date][else](unknown date)[end]</pubDate>
14 <description>&#x3C;pre&#x3E;[format "xml"][format "html"][commits.log][end][end]&#x3C;/pre&#x3E;</description>
15 </item>[end]
16 </channel>
17 </rss>

Properties

Name Value
svn:mime-type application/xml