=====================
BuildBotIcon (python)
=====================

BuildBotIcon is a system tray monitor for the BuildBot continuous integration framework. 

It shows a colored icon (the BuildBot nut) in the system tray and changes it depending on the 
state of your builders. 

It also plays sounds when the state changes.

The tool can also control lava lamps (or other devices) via a Phidgets USB board.

There is also a Java version available, if you prefer that.

-----------
Latest News
-----------

2011-01-04: First python version

-------------------
License, Legal, etc
-------------------

BuildBotIcon is Copyright 2010-2011 Marcus Lindblom

Licensed under GNU Public License (GPL) v3.0 (see LICENSE)

------------
Requirements
------------

* Developed with Python 2.6.1, but uses only 2.5+ features,
* Developed with PyQt v4.7.4 and Qt 4.6.2, but uses only Qt 4.2 features.

If you're using a version that you think should work but doesn't, please post a bug report
(or preferrably a patch or pull request) to Bitbucket (see below for URL).

------------------
Usage instructions
------------------

Todo...

------------
Contact Info
------------

* https://bitbucket.org/marcusl/buildboticon/ - source, bug tracker, wiki, etc)
* https://www.ohloh.net/p/buildboticon - if you use it, note it here..)

Please use the bitbucket website for bug reports, enhancement requests and patch contributing.

It's easy to fork the source and hack it yourself, then submit a pull request back to me when 
you're done)

Cheers,
/Marcus Lindblom