
Phpweather Handler for TUTOS

This "Handler" will create a link for city entries within a 
address location.
The Handler will look for a Weather report of the given city/country
combination

To use this handler you need to install the phpweather package from
http://phpweather.sourceforge.net

This handler is tested with phpweather version 2.0.0

After installing phpweather on your side you should change
[tutosdir]/php/phpweather/hconfig.pinc according to your
installation.

$tutos['pw_path'] = $tutos['base'] .'/phpweather/';

For proxy usage look at $tutos[proxyhost] and $tutos[proxyport] in config.pinc

for activation
add/uncomment this line in config.pinc

$tutos[handler]['city']['pw'] = 'phpweather/pw.pinc';

# $Id: README,v 1.2 2003/02/07 05:22:22 gokohnert Exp $
