Code
blo.gs RSS ping
Enqueue Next
Hello Wiki
Jackal
LessTalk diagram applet
org.mancer package
Publish script
rsswriter Roundup detector
SimpleChatServer
SqueakyApplet
Transition applet
blo.gs RSS ping
Enqueue Next
Hello Wiki
Jackal
LessTalk diagram applet
org.mancer package
Publish script
rsswriter Roundup detector
SimpleChatServer
SqueakyApplet
Transition applet
Download rsswriter Roundup detector 1.2 (05 September 2003)
rsswriter is a Roundup reactor for producing RSS 2.0 feed versions of your Roundup issue trackers. Like the code that emails updates to issues' "nosy" lists, rsswriter runs when issues are updated, not when you read the RSS feed.
Change the FILENAME variable at the top of the program to describe where you would like Roundup to write the feed. Tracker config variables are inserted with standard Python % syntax. For example, you can write %(TRACKER_NAME)s to insert the config variable TRACKER_NAME.
If you save the file in your tracker's templates directory, you can access the feed with the _file URL component. That is, for a tracker called projects and the default FILENAME of %(TEMPLATES)s/rss.xml, the RSS feed would be at roundup.cgi/projects/_file/rss.xml.
1.2, 5 Sep 2003: Fixes bug with programmatically submitted issues having messages without summaries (?!).
1.1, 29 August 2003: Produces valid pubDates. Produces pubDates and authors for change notes. Consolidates a message and change note into one item. Uses TRACKER_NAME in filename to produce one feed per tracker. Keeps to MAX_ITEMS limit more efficiently.
1.0, 28 August 2003: First public release.