source: svnbot/trunk/README @ 1

Last change on this file since 1 was 1, checked in by simon, 19 years ago

Import of svnbot.

File size: 1.6 KB
Line 
1svnbot -- A commit notification bot
2
3As nice as the CIA Open Source Notification System[1] is, I wanted
4something a little more simple.  I was not overly interested in
5statistics, and Trac[2] provides most of what I need in a web-based
6interface to Subversion[3], I just wanted a simple IRC bot that would
7alert people when something is committed to a repository.
8
9
10REQUIREMENTS
11
12svnbot is written in Python, and uses the Twisted API:
13
14  * Python (>=2.2), from http://python.org/
15  * Twisted 1.3, from http://twistedmatrix.com/ (untested in Twisted 2)
16
17
18USAGE
19
20Twisted provides packaging facilities to supposedly make things easy on
21running and configuring Twisted applications, but I haven't done that
22yet. :)
23
24Instead, edit svnbot.py to change the IRC server and channel, and run with:
25
26    twistd -oy svnbot.py
27
28
29TODO
30
31  * Stuff
32
33
34LICENSE
35
36Svnbot is free software; you can redistribute it and/or modify
37it under the terms of the GNU General Public License as published by
38the Free Software Foundation; either version 2 of the License, or
39(at your option) any later version.
40
41Svnbot is distributed in the hope that it will be useful,
42but WITHOUT ANY WARRANTY; without even the implied warranty of
43MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
44GNU General Public License for more details.
45
46You should have received a copy of the GNU General Public License
47along with Svnbot; if not, write to the Free Software
48Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
49
50----
511. http://cia.navi.cx/
522. http://www.edgewall.com/trac/
533. http://subversion.tigris.org/
Note: See TracBrowser for help on using the repository browser.