diff options
author | Martin Lefebvre <dadexter@sekurity.com> | 2010-05-11 20:00:02 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 20:00:02 +0200 |
commit | f00e8f73e090f921a8802b6b38101d459a8042b9 (patch) | |
tree | 67487db74f21e499e78fbb980d09e60411a629db /desktop/CurseTheWeather/README | |
parent | fc8edb20b756fad5d427f82942f8f2a7ff0d7709 (diff) | |
download | slackbuilds-f00e8f73e090f921a8802b6b38101d459a8042b9.tar.gz |
desktop/CurseTheWeather: Added to 12.0 repository
Diffstat (limited to 'desktop/CurseTheWeather/README')
-rw-r--r-- | desktop/CurseTheWeather/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/CurseTheWeather/README b/desktop/CurseTheWeather/README new file mode 100644 index 0000000000..64f4305c01 --- /dev/null +++ b/desktop/CurseTheWeather/README @@ -0,0 +1,16 @@ +CurseTheWeather v0.3 + +CurseTheWeather is a curses application which displays the +weather in a terminal. It can give the current weather as +well as forcast for up to 10 days. + +weatherfeed.py is a module that it uses and it can be used +by other frontends to get weather information. Each time it +is instantiated, it grabs the weather from weather.com + +Due to the fact that the CurseTheWeather website uses trac the +download is somewhat misformed when using wget. If you use FF or another +browser this problem should not occur. + +The following commandshould solve this: +mv CurseTheWeather-0.3.tar.gz\?format\=raw CurseTheWeather-0.3.tar.gz |