
Plasmoid Weather Widget
***********************************************

This KDE4 plasmoid displays weather data for a specified zip code.  
This widget used the Yahoo! Weather API to collect data so credit is 
due there.  

This Software is published under the terms of the GNU GPL V3 and comes
without any warranty. Feel free to change or distribute this software.

New icon set for the Weather Widget created by painkiller101.  Thanks 
so much for the great work!! :-)

(old) and Short installation instruction:
# tar -jxvf plasma-weatherforecast-0.5.tar.bz2
# cd plasma-weatherforecast-0.5
# mkdir build
# cd build
# cmake --release -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` ../
# make
# sudo make install

If you have any dependency problems see 
sudo apt-get build-dep kdeplasma-addons
http://www.kde-look.org/content/show.php/weatherforecast?content=92149

DELETE or UNINSTALL THIS PLASMOID:
The plasmoid installs 3 files only; just delete them.
/usr/lib/kde4/plasma_applet_simpleweatherforecast.so
/usr/share/kde4/services/plasma-applet-simpleweatherforecast.desktop
/usr/share/kde4/apps/desktoptheme/default/widgets/plasma-simpleweatherforecast.svg

(my prefix is 
$> kde4-config --prefix or kde-config --prefix
/usr
). Look for your prefix and then delete these files

ATTENTION INTERNATIONAL USERS:
***********************************************

If you want to make this plasmoid work and don't have a zip code, use the following
steps:

1. Go to http://weather.yahoo.com/
2. Type in your city, country and click Go
3. Copy the 8 character location ID from the URL on the next page (ie for Hong Kong, China it is CHXX0049)
4. Paste the location ID into the widgets zip code field


Creating Icon Themes
***********************************************

In order to create and icon theme, you must create an SVG icon for every weather 
condition in the conditionscodes.txt file included in this package.  The object 
name for the icon must correspond to the condition code in the conditionscodes.txt 
file.


Changelog
***********************************************
See webpage
http://www.kde-look.org/content/show.php/weatherforecast?content=92149
