Roundup Wiki

Mark Paschal has written a very nice detector which generates static RSS feeds from roundup issue changes:

http://markpasc.org/code/rsswriter/

There are a couple of advantages to this approach over TemplateBasedFeedGeneration:

1. The file is static so you can host it from a normal web server, so

2. A detector is told what has changed (and can be made to only look

There are also a couple of disadvantages:

1. Since the feed is statically generated from a pre-defined set of

2. The feed is only generated when the issue is changed, so if you

If you get::

just copy the function determineNewMessages() from nosyreaction.py to rsswriter.py and comment out the line::