---------------------------------------
    GNOME Water Temperature Applet
      (c) 2007-2008 Simon Wenner
---------------------------------------

A GNOME applet to display water temperatures of rivers, lakes and oceans.

Webpage:  http://watertmp-applet.sourceforge.net/
SVN: http://watertmp-applet.svn.sourceforge.net/

Dependencies:
===============
GNOME 2.x ;)
Python >= 2.4
pygtk-2.0 >= 2.10
gnome-python-2.0
gettext
intltool

on Debian/Ubuntu: sudo aptitude install python-gnome2-dev intltool libbonobo2-bin

Installation:
===============
sudo bonobo-activation-sysconf --add-directory=/usr/local/lib/bonobo/servers
./configure
make
sudo make install
sudo gconf-schemas --register /usr/local/etc/gconf/schemas/watertmp-applet.schemas

If it doesn't work like it should, try:
killall bonobo-activation-server
killall gnome-panel

Removal:
===============
sudo gconf-schemas --unregister /usr/local/etc/gconf/schemas/watertmp-applet.schemas
sudo make uninstall


For developers:
=================
'./src/watertmp-applet.py -w' starts the applet in an extra window. No bonobo server needed.

./data/watertmp-data-checker.py tests all data sources in the data/watertmp-applet.xml file.

./data/watertmp-regexp-tester.py is a script to help you to find a regular expression 
for your data source. Examples can be found at data/watertmp-applet.xml
