Actually Roundup supports RSS now but I've never tried to do it. It was mentioned in the release notes, either the latest or the one before. The other way is to take the approach in the script that issues the weekly summaries, and run something periodically that queries the database. The source for this is in scripts/roundup-summary.
<br><br><div><span class="gmail_quote">On 6/4/07, <b class="gmail_sendername">Micha³ Kwiatkowski</b> &lt;<a href="mailto:constant.beta@gmail.com">constant.beta@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I&#39;m a Google Summer of Code student working on a patch verification<br>system (<a href="http://pybots.org/pvs/">http://pybots.org/pvs/</a>) for Python. Work on this project<br>involves getting some data from the Roundup tracker and this is where
<br>my question comes from. I haven&#39;t looked into the code much, but<br>figured I&#39;d be better of asking people who already know Roundup code<br>base well. OK, here goes.<br><br>I would like to get from a Roundup instance information on recently
<br>modified issues. I already noticed there are no RSS/Atom feeds<br>implemented, nor any RPC interface. Maybe there are other ways of<br>getting this data from a remote client? A custom detector with<br>notification capabilities may be a solution, but I would really like
<br>to keep the communication initiated by the client, not the tracker.<br>This way even if a client goes down, it won&#39;t lose any updates by not<br>listening.<br><br>A simple RSS feed would perfect, I can even go and implement it, if
<br>it&#39;s the only way. My question to the list is: is there really no<br>other way, and if so, what chances are that my RSS solution would get<br>accepted into official Python tracker (this way making further<br>development of PVS possible). Thanks in advance for your suggestions.
<br><br>Cheers,<br>mk<br>_______________________________________________<br>Tracker-discuss mailing list<br><a href="mailto:Tracker-discuss@python.org">Tracker-discuss@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/tracker-discuss">
http://mail.python.org/mailman/listinfo/tracker-discuss</a><br></blockquote></div><br>