Changes between Version 4 and Version 5 of SvnBot
- Timestamp:
- Mar 11, 2006, 10:49:58 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SvnBot
v4 v5 7 7 8 8 * The [http://cia.navi.cx/ CIA Open Source Notification System] tracks project activities and presents some statistics about projects. It has the ability to provide notification via an IRC bot. 9 * [http://whippingboy.homeunix.org/ whippingboy] is an IRC bot (thought to be a [http://supybot.com/ Supybot] with an RSS plugin) that polls the timeline for projects using Trac, notifying on any new changes, including commits to the repository.9 * [http://whippingboy.homeunix.org/ whippingboy] is an IRC bot (thought to be a [http://supybot.com/ Supybot] with an RSS plugin) that polls the timeline for projects using [http://trac.edgewall.com/ Trac], notifying on any new changes, including commits to the repository. 10 10 11 11 The main reasons for creating yet another bot were for its simplicity, and as a personal programming exercise. … … 16 16 17 17 * Python (>=2.2), from http://python.org/ 18 * Twisted 1.3, from http://twistedmatrix.com/ (untested in Twisted 2)18 * Twisted 2, from http://twistedmatrix.com/ 19 19 20 20 == Downloading ==