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!! :-)

Short installation instruction:
# tar -xvzf plasma-weather-0.1.tar.gz
# cd weather
# mkdir build
# cd build
# cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
# make
# make install

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

If you want to make this widget 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
***********************************************
v0.1 
   -Initial Release

v0.2 

   -Added widget configuration dialog
   -Users can now configure zip code and temperature format via dialog
   -Fixed SVG scaling issue (I think??)
   -New icon set by painkiller101 (THANKS!! :-))

v0.3

   -made the ~/weather.xml file hidden
   -added support for icon themes
   -added new icon theme used with permission from Wojciech Grzanka

v0.4
   
   -added refresh configuration options
   -fixed missing icon bug (i hope!!)
   -modified icon display code
