svn2rss.py - a script meant to be used in post-commit hook scripts to
generate RSS 2.0 files. Uses PyRSS2Gen, which is distributed under a
BSD license, to convert commit information to a PyRSS2Gen object;the
object gets dumped to a xml file and is persisted using a pickle file.
Most of the other svn post-commit scripts that generate rss seem to
generate older versions of rss.
Log:
[[[
* (svn2rss.py): Generate a RSS 2.0 file containing commit information.
Once the maximum number of items is reached, the oldest element is
removed. The item title is the Revision number and the item
description contains the author, date, log messages and changed
paths.
]]]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 29 21:01:06 2005