Table of Contents
-----------------
1. Requirements
2. Recommendations
3. Installation
4. Use

1. Requirements:
----------------

WeeTray requires the installation of the following python packages:

PyGTK (python-gtk2 in Debian)
dbus-python (python-dbus in Debian)
The Python X Library (python-xlib in Debian)

2. Recommendations
------------------

In window-managers that support the EWMH standard, WeeTray can switch 
to the desktop/view-port weechat is running on and raise its terminal
window. To do that you have to have the wmctrl client installed.

If your distribution doesn't have a pre-packaged version or port, you 
can get wmctrl at http://sweb.cz/tripie/utils/wmctrl/. 

3. Installation
---------------
The weetray-client.py script can be placed in ~/.weechat/python/ for 
manual loading or ~/.weechat/python/autoload to be loaded automatically
when you start weechat. 

You have to create the directory ~/.weechat/icons/ and place the two 
.xpm files that come with this tarball. 

Lastly, you should place weetray-server.py somewhere in your path (or
you can just execute it using its full path). 

4. Use
------
Before you load the weetray-client.py you have to start the weetray-server.py
from the shell. If you are using a desktop environment like gnome you can start
weetray-server.py in your session-preferences, or you can use ~/.xsession although
you probably want to make sure the tray is started before you start 
weetray-server.py.

Obviously, in case auto-load the weechat script when you start weechat, you want 
weetray-server.py started before you start weechat. 