Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by niro, Tue Oct 30 22:18:26 2012 UTC revision 8 by niro, Fri May 13 08:48:34 2016 UTC
# Line 1  Line 1 
1  <?xml version="1.0"?>  <?xml version="1.0"?>
2  <rss version="2.0">  <rss version="2.0">
3  <channel>  <channel>
4        <link>[rss_link_href]</link>
5      <title>[rootname] checkins[if-any where] (in [where])[end]</title>      <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>      <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>   [for commits]<item>
10          <title>[if-any commits.rev][commits.rev]: [end][[commits.author]] [commits.short_log]</title>          <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]   [if-any commits.rss_url]<link>[commits.rss_url]</link>[end]
12   <author>[commits.author]</author>   <author>[commits.author]</author>
13   <pubDate>[if-any commits.rss_date][commits.rss_date][else](unknown date)[end]</pubDate>   <pubDate>[if-any commits.rss_date][commits.rss_date][else](unknown date)[end]</pubDate>
14   <description>&lt;pre&gt;[format "xml"][commits.log][end]&lt;/pre&gt;</description>   <description>&#x3C;pre&#x3E;[format "xml"][format "html"][commits.log][end][end]&#x3C;/pre&#x3E;</description>
15      </item>[end]      </item>[end]
16  </channel>  </channel>
17  </rss>  </rss>

Legend:
Removed from v.7  
changed lines
  Added in v.8