summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'rss.ezt')
-rw-r--r--rss.ezt17
1 files changed, 17 insertions, 0 deletions
diff --git a/rss.ezt b/rss.ezt
new file mode 100644
index 0000000..7accf6e
--- /dev/null
+++ b/rss.ezt
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<rss version="2.0">
+<channel>
+ <link>[rss_link_href]</link>
+ <title>[rootname] checkins[if-any where] (in [where])[end]</title>
+
+ <description>[is roottype "svn"]Subversion[else]CVS[end] 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>[if-any commits.rss_date][commits.rss_date][else](unknown date)[end]</pubDate>
+ <description>&lt;pre&gt;[format "xml"][commits.log][end]&lt;/pre&gt;</description>
+ </item>[end]
+</channel>
+</rss>