diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-28 13:40:21 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-28 13:40:21 +0100 |
commit | cc7a24566091c3599907c4c54301763a20539577 (patch) | |
tree | c72d4b5aa52da6af588412ce7689aef0903bd2f0 /README | |
download | rbot-bugzilla-cc7a24566091c3599907c4c54301763a20539577.tar.gz rbot-bugzilla-cc7a24566091c3599907c4c54301763a20539577.tar.bz2 rbot-bugzilla-cc7a24566091c3599907c4c54301763a20539577.zip |
Initial import.
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +This is a simple plugin for the Ruby IRC bot rbot, which can be found +at http://linuxbrit.co.uk/rbot . + +The plugin allows rbot instances to fetch information about bugs +present on a given bugzilla installation by fetching the XML data of +the requested bug, and then shows a summary line on the channel or the +query where it was requested. + +The plugin needs the the httpclient Ruby extension that can be found +at http://dev.ctor.org/http-access2/ . + +A default set of configured Bugzilla installations can be found in the +bugzillaplugin.db file in this tarball, this includes Bugzilla +installations for: Gentoo, xine, Linux kernel, KDE, GNOME, SourceMage +Linux, Mozilla, FreeDesktop, Netbeans, SpamAssassin, Eclipse, Apache, +GCC, atheme (Audacious and other projects), Novell and RedHat. + +The plugin is released under the Affero General Public License 3 (or +at your option, any later version). For this reason, the "zilla +source" download will report the URL where to download the source. + +If you make any change to the source code, you should then make them +available, and change the link_source function accordingly. |