Newer
Older
Import / web / internal.invertedlogic.com / svn / templates / rss.ezt
@John Ryland John Ryland on 22 Dec 2020 630 bytes import NUC files
<?xml version="1.0"?>
<rss version="2.0">
<channel>
    <title>[rootname] checkins[if-any where] (in [where])[end]</title>

    <description>Subversion commits to the[if-any where] [where] directory of the[end] [rootname] repository</description>

	[for commits]<item>
        <title>[if-any commits.rev][commits.rev]: [end][[commits.author]] [commits.short_log]</title>
		[if-any commits.rss_url]<link>[commits.rss_url]</link>[end]
		<author>[commits.author]</author>
		<pubDate>[commits.rss_date]</pubDate>
		<description>&lt;pre&gt;[format "xml"][commits.log][end]&lt;/pre&gt;</description>
    </item>[end]
</channel>	
</rss>