Commit Graph

12 Commits

Author SHA1 Message Date
Adrian C. (anrxc) b0f737ea56 Rewrote all headers 2009-09-29 22:33:19 +02:00
Adrian C. (anrxc) 2a5126f4f0 General cleanup 2009-09-14 17:25:23 +02:00
Adrian C. (anrxc) 1603b5fe82 Curl connect timeout 1s, max time 3s 2009-09-10 17:04:41 +02:00
Adrian C. (anrxc) f8eb93a656 Mention ICAO as the wanted code in the weather widget. 2009-08-12 23:34:55 +02:00
Adrian C. (anrxc) d4595bb00f All worker functions are local. 2009-08-07 17:41:10 +02:00
Adrian C. (anrxc) 515cc0dd6b Weather widget switched to curl.
It is somewhat lighter, faster and simpler than wget. It is as common
as wget these days... from GnuPG to Git and Gimp, they all depend on
it, and we all have it installed.
2009-08-06 01:50:50 +02:00
Adrian C. (anrxc) b46278a746 Lower the wget timeout to 3s in weather.lua 2009-08-05 22:44:47 +02:00
Adrian C. (anrxc) 2d0cbf562e Fixed the weather widget, wind km/h was broken. 2009-08-05 21:58:04 +02:00
Adrian C. (anrxc) 418151f57e Make all widgets return their worker functions when called. 2009-08-01 23:11:41 +02:00
Adrian C. (anrxc) 1630b786d4 Added wind speed in km/h to the weather widget. 2009-08-01 06:20:31 +02:00
Adrian C. (anrxc) 3f851ff589 Added a note about weather symbols to the weather widget. 2009-07-31 21:53:14 +02:00
Adrian C. (anrxc) 3eefddf8ab Weather widget written and included, by request.
The widget uses 'wget' to grab the information. The Lua socket library
would be nicer, of course, but let's not introduce external libraries
at this point. Wget will write to stdout with a timeout of 5s. This
has the potential to block everything else in case of problems... But
let's not introduce temporary files at this point. Besides having to
handle files, operations while running on battery power are to be
avoided.
2009-07-29 18:46:43 +02:00