========
weather feed
version: 0.1
========
A simple program to read from a Yahoo! Weather RSS Feed.
Not my first attempt at a wxPython project, but the
first one that is worth releasing.
I think I finally got a handle on the BoxSizer thing.
I don't know why it was such a pain before, but it's what
made me not want to use wxPython for a while. Although it
was still kind of annoying this time.
I'm not sure if this will actually work on multiple platforms
or not. I hope it does, cause it'd be really dumb to write
a program for a cross-platform gui toolkit in a cross-platform
programming language/environment and have it be Windows only.
But I don't have any way to test at the moment.
Version History
---------------
- 0.1 [2007.10.12]
Give the weather display a wx.STAY_ON_TOP style
- 0.0 [2007.10.11]
Initial Release
Requirements
------------
- Python 2.5
- lxml 1.3.4
- wxPython
Other
-----
The weather icons are from the Tango Icon Project
- http://tango.freedesktop.org/
The taskbar icon is from the Crystal Project Icon Set (LGPL)
- http://www.everaldo.com/crystal/
========
http://www.mattptr.net