Changeset 6 for svnbot/trunk
- Timestamp:
- Aug 28, 2005, 12:33:36 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
svnbot/trunk/README
r5 r6 1 svnbot -- A commit notification bot 1 svnbot -- A commit notification bot: 2 2 3 3 As nice as the CIA Open Source Notification System[1] is, I wanted … … 6 6 interface to Subversion[3], I just wanted a simple IRC bot that would 7 7 alert people when something is committed to a repository. 8 9 Since I have been present in the #trac IRC channel on Freenode, I have 10 noticed whippingboy[4]. I am told this is just a Supybot[5] with an RSS 11 plugin, which polls Trac's timeline RSS feed from a cron job. 8 12 9 13 … … 22 26 yet. :) 23 27 24 Instead, edit svnbot.py to change the IRC server and channel, and run with: 28 Instead, edit svnbot.py to change the IRC server and channel, and run 29 with: 25 30 26 31 twistd -oy svnbot.py … … 34 39 LICENSE 35 40 36 Svnbot is free software; you can redistribute it and/or modify 37 it under the terms of the GNU General Public License as published by 38 the Free Software Foundation; either version 2 of the License, or 39 (at your option) any later version. 41 Svnbot is free software; you can redistribute it and/or modify it under 42 the terms of the GNU General Public License as published by the Free 43 Software Foundation; either version 2 of the License. 40 44 41 Svnbot is distributed in the hope that it will be useful, 42 but WITHOUT ANY WARRANTY; without even the implied warranty of 43 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the44 GNU General Public Licensefor more details.45 Svnbot is distributed in the hope that it will be useful, but WITHOUT 46 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 47 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 48 for more details. 45 49 46 You should have received a copy of the GNU General Public License 47 along with Svnbot; if not, write to the Free Software 48 F oundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA50 You should have received a copy of the GNU General Public License along 51 with Svnbot; if not, write to the Free Software Foundation, Inc., 51 52 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 49 53 50 54 ---- … … 52 56 2. http://www.edgewall.com/trac/ 53 57 3. http://subversion.tigris.org/ 58 4. http://whippingboy.homeunix.org/
Note: See TracChangeset
for help on using the changeset viewer.