Programmer: Ryan Nickell  p0z3r@users.sourceforge.net
Original Release Date: 08/11/2005
Version: 0.4

This superkaramba theme utilized the python module qstat.py that has bindings
into the qstat application.  It should handle all supported game servers that 
the qstat application supports. It only displays the top 20 or so players currently.

Files:
README        - This file
qstat.py      - The importable qstat wrapper module for the qstat application
skQstat.py    - The python code for superkaramba callbacks
skQstat.theme - The superkaramba theme file

Directories:
doc         - The documentation for skQstat
images      - This contains images used by the theme
pkgs        - This contains the packages that you may need to install
    qstat-2.6.tar.gz    - is the qstat binary application package
    qstat-latest.tar.gz - is the qstat python wrapper module for the qstat xml output
screenshots - This contains images of what to expect when running skQstat

INSTALL:
For this theme to work, you will have to install the qstat application in the 
pkgs/qstat-2.6.tar.gz package.  Once that application is configure/make/make install'ed 
then the superkaramba theme should be able to report server statistics. Newer packages
released on qstat.org will probably work as well if you aren't using the qstat distributed
with skQstat.

The other package, pkgs/qstat-latest.tar.gz, is the python wrapper.  There is 
NO need to install this.  It is already in the theme directory for it to be accessed. 
The reason it is included is for distribution of the source so that anyone can use it 
should they want to write their own python code to read qstat output.

Q & A:
-------------------------------------------------------------------------------
Q. How do I change to monitor a different game server?
A. Click on the green button in the upper left corner and follow the dialog instructions.

Note: This has only been tested with Return to Castle Wolfenstein, Enemy Territory and Call of Duty.
Please contact me concerning anything that fails like a particular game server. That 
way we can add support.

Thanks for using skQstat!

CREDITS:
Thanks to Steve Jankowski who is the maintainer of Qstat( http://www.qstat.org )
Also, thanks to Erik Max Francis for his python wrapper qstat.py ( http://www.alcyone.com/max/ )

Changelog:
Version 0.4 - Updated to work with SuperKaramba-0.37-RC2
    - Made skQstat into a full fledged skz package
Version 0.3 - Added support for more games that were listed in qstat-2.6 documentation. Those games include Doom 3, Half-Life 2, Jedi Knight: Jedi Academy, All Seeing Eye, Gamespy V2, Ravenshield, Savage, Farcry and Steam Master server.
