aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 01f38fefb4e8c1b92a465db4a6a8cd5943f6266a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.