From a54350782e9bbd81aad3ef58a11826e3cd13134c Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 24 Sep 2009 15:34:56 +0200 Subject: General cleanup to match with HEAD --- weather.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'weather.lua') diff --git a/weather.lua b/weather.lua index 476c969..e18fe7f 100644 --- a/weather.lua +++ b/weather.lua @@ -18,7 +18,7 @@ module("vicious.weather") -- {{{ Weather widget type local function worker(format, station) -- US National Oceanic and Atmospheric Administration - -- * Station (ICAO) codes: http://www.rap.ucar.edu/weather/surface/stations.txt + -- * ICAO codes: http://www.rap.ucar.edu/weather/surface/stations.txt local noaa = "http://weather.noaa.gov/pub/data/observations/metar/decoded/" -- Get info from a weather station @@ -26,11 +26,8 @@ local function worker(format, station) local ws = f:read("*all") f:close() - -- Setup tables + -- Default values local weather = { - -- Some of the weather symbols would look nice if prepended to - -- the final output, but it is up to the user to do that - -- * http://www.alanwood.net/unicode/miscellaneous_symbols.html ["{city}"] = "N/A", ["{wind}"] = "N/A", ["{windmph}"] = "N/A", -- cgit v1.2.3