Hello community, here is the log from the commit of package plasmoid-cwp for openSUSE:Factory checked in at 2012-05-09 18:20:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasmoid-cwp (Old) and /work/SRC/openSUSE:Factory/.plasmoid-cwp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasmoid-cwp", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/plasmoid-cwp/plasmoid-cwp.changes 2012-05-08 12:28:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.plasmoid-cwp.new/plasmoid-cwp.changes 2012-05-09 18:32:53.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 7 17:37:35 UTC 2012 - [email protected] + +- Update to version 1.6.1: + * xml: accuweather.com (US): fixed wrong weather data + +------------------------------------------------------------------- Old: ---- 98925-cwp-1.6.0.tar.bz2 New: ---- 98925-cwp-1.6.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasmoid-cwp.spec ++++++ --- /var/tmp/diff_new_pack.hlWxXF/_old 2012-05-09 18:32:54.000000000 +0200 +++ /var/tmp/diff_new_pack.hlWxXF/_new 2012-05-09 18:32:54.000000000 +0200 @@ -18,7 +18,7 @@ Name: plasmoid-cwp -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: Customizable Weather Plasmoid License: GPL-3.0+ ++++++ 98925-cwp-1.6.0.tar.bz2 -> 98925-cwp-1.6.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/ChangeLog new/cwp-1.6.1/ChangeLog --- old/cwp-1.6.0/ChangeLog 2012-05-05 12:32:36.000000000 +0200 +++ new/cwp-1.6.1/ChangeLog 2012-05-06 18:49:00.000000000 +0200 @@ -1,3 +1,7 @@ +1.6.1 +===== +- xml: accuweather.com (US): fixed wrong weather data + 1.6.0 ===== - Greek translation (thanks to pkoukousoulas) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/README new/cwp-1.6.1/README --- old/cwp-1.6.0/README 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/README 2012-05-06 18:49:00.000000000 +0200 @@ -1,5 +1,5 @@ ========================================= -Customizable Weather Plasmoid (CWP) 1.6.0 +Customizable Weather Plasmoid (CWP) 1.6.1 ========================================= This is another weather plasmoid. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/br_weather_com.xml new/cwp-1.6.1/data/br_weather_com.xml --- old/cwp-1.6.0/data/br_weather_com.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/br_weather_com.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="br.weather.com" search_page="http://br.weather.com" example_zip="BRXX0043" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="br.weather.com" search_page="http://br.weather.com" example_zip="BRXX0043" unit="C" /> <locale_settings locale="pt" encoding="latin1" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/de_weather_com.xml new/cwp-1.6.1/data/de_weather_com.xml --- old/cwp-1.6.0/data/de_weather_com.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/de_weather_com.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="de.weather.com" search_page="http://de.weather.com" example_zip="80331" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="de.weather.com" search_page="http://de.weather.com" example_zip="80331" unit="C" /> <locale_settings locale="de" encoding="latin1" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/espanol_weather_com.xml new/cwp-1.6.1/data/espanol_weather_com.xml --- old/cwp-1.6.0/data/espanol_weather_com.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/espanol_weather_com.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="espanol.weather.com" search_page="http://espanol.weather.com" example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="espanol.weather.com" search_page="http://espanol.weather.com" example_zip="Ciudad-de-Mexico-MXDF0132" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/fr_weather_com.xml new/cwp-1.6.1/data/fr_weather_com.xml --- old/cwp-1.6.0/data/fr_weather_com.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/fr_weather_com.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="fr.weather.com" search_page="http://fr.weather.com" example_zip="Paris-FRXX0076" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="fr.weather.com" search_page="http://fr.weather.com" example_zip="Paris-FRXX0076" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/freemeteo_com_celsius.xml new/cwp-1.6.1/data/freemeteo_com_celsius.xml --- old/cwp-1.6.0/data/freemeteo_com_celsius.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/freemeteo_com_celsius.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="freemeteo.com" search_page="http://freemeteo.com" example_zip="gid=3117735&la=4" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="freemeteo.com" search_page="http://freemeteo.com" example_zip="gid=3117735&la=4" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/freemeteo_com_fahrenheit.xml new/cwp-1.6.1/data/freemeteo_com_fahrenheit.xml --- old/cwp-1.6.0/data/freemeteo_com_fahrenheit.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/freemeteo_com_fahrenheit.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="freemeteo.com" search_page="http://freemeteo.com" example_zip="gid=3117735&la=4" unit="F" /> + <xml_file_version type="cwp" version="2012-05-06" name="freemeteo.com" search_page="http://freemeteo.com" example_zip="gid=3117735&la=4" unit="F" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/ilmeteo_it.xml new/cwp-1.6.1/data/ilmeteo_it.xml --- old/cwp-1.6.0/data/ilmeteo_it.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/ilmeteo_it.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="ilmeteo.it" search_page="http://www.ilmeteo.it" example_zip="Roma" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="ilmeteo.it" search_page="http://www.ilmeteo.it" example_zip="Roma" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/in_weather_com.xml new/cwp-1.6.1/data/in_weather_com.xml --- old/cwp-1.6.0/data/in_weather_com.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/in_weather_com.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="in.weather.com" search_page="http://in.weather.com" example_zip="New-Delhi-INXX0096" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="in.weather.com" search_page="http://in.weather.com" example_zip="New-Delhi-INXX0096" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/myforecast_com_celsius.xml new/cwp-1.6.1/data/myforecast_com_celsius.xml --- old/cwp-1.6.0/data/myforecast_com_celsius.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/myforecast_com_celsius.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="www.myforecast.com" search_page="http://www.myforecast.com" example_zip="12844" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="www.myforecast.com" search_page="http://www.myforecast.com" example_zip="12844" unit="C" /> <locale_settings locale="en" encoding="latin1" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/myforecast_com_fahrenheit.xml new/cwp-1.6.1/data/myforecast_com_fahrenheit.xml --- old/cwp-1.6.0/data/myforecast_com_fahrenheit.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/myforecast_com_fahrenheit.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="www.myforecast.com" search_page="http://www.myforecast.com" example_zip="12844" unit="F" /> + <xml_file_version type="cwp" version="2012-05-06" name="www.myforecast.com" search_page="http://www.myforecast.com" example_zip="12844" unit="F" /> <locale_settings locale="en" encoding="latin1" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/pogodynka_pl.xml new/cwp-1.6.1/data/pogodynka_pl.xml --- old/cwp-1.6.0/data/pogodynka_pl.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/pogodynka_pl.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="pogodynka.pl" search_page="http://www.pogodynka.pl" example_zip="polska/warszawa_warszawa" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="pogodynka.pl" search_page="http://www.pogodynka.pl" example_zip="polska/warszawa_warszawa" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/satellite_images.xml new/cwp-1.6.1/data/satellite_images.xml --- old/cwp-1.6.0/data/satellite_images.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/satellite_images.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp_satellite_images" version="2012-05-05" /> + <xml_file_version type="cwp_satellite_images" version="2012-05-06" /> <!--Global--> <image name="- - Global - -" url="" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/uk_weather_com.xml new/cwp-1.6.1/data/uk_weather_com.xml --- old/cwp-1.6.0/data/uk_weather_com.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/uk_weather_com.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="uk.weather.com" search_page="http://uk.weather.com" example_zip="London-UKXX0085" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="uk.weather.com" search_page="http://uk.weather.com" example_zip="London-UKXX0085" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/wetter_com.xml new/cwp-1.6.1/data/wetter_com.xml --- old/cwp-1.6.0/data/wetter_com.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/wetter_com.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="www.wetter.com" search_page="http://www.wetter.com" example_zip="DE0006515" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="www.wetter.com" search_page="http://www.wetter.com" example_zip="DE0006515" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/www_accuweather_com_us_celsius.xml new/cwp-1.6.1/data/www_accuweather_com_us_celsius.xml --- old/cwp-1.6.0/data/www_accuweather_com_us_celsius.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/www_accuweather_com_us_celsius.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="www.accuweather.com US" search_page="http://www.accuweather.com" example_zip="85001" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="www.accuweather.com US" search_page="http://www.accuweather.com" example_zip="85001" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> <urlc urlc_prefix="http://www.accuweather.com/us/" urlc_suffix="/city-weather-forecast.asp" urlc_follow="grep starturl | sed -e "s/.*content=\"\([^\"]*\)\".*/\1?unit=c/"" /> - <url1 url1_prefix="http://www.accuweather.com/us/" url1_suffix="/city-weather-forecast.asp" url1_follow="grep daily-weather-forecast | head -n 1 | sed -e "s/.*action-uri=\([^;]*\);.*/\1?fday=1\&unit=c/"" /> + <url1 url1_prefix="http://www.accuweather.com/us/" url1_suffix="/city-weather-forecast.asp" url1_follow="grep daily-weather-forecast | head -n 1 | sed -e "s/.*action-uri=\([^;]*\);.*/\1?day=1\&unit=c/"" /> - <url2 url2_prefix="http://www.accuweather.com/us/" url2_suffix="/city-weather-forecast.asp" url2_follow="grep daily-weather-forecast | head -n 1 | sed -e "s/.*action-uri=\([^;]*\);.*/\1?fday=6\&unit=c/"" /> + <url2 url2_prefix="http://www.accuweather.com/us/" url2_suffix="/city-weather-forecast.asp" url2_follow="grep daily-weather-forecast | head -n 1 | sed -e "s/.*action-uri=\([^;]*\);.*/\1?day=6\&unit=c/"" /> <url3 url3_prefix="http://www.accuweather.com/us/" url3_suffix="/city-weather-forecast.asp" url3_follow="grep current-weather | tail -n 1 | sed -e "s/.*href=\"\([^\"]*\)\".*/\1?unit=c/"" /> @@ -59,66 +59,66 @@ /> <data_day1 url="url1" - name="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep -A 3 href=\"#\" | tr -d '\r' | tr -d '\n' | awk '{print}' | sed -e "s/.*href=\"#\">\(To\|Over\)\([^&<]*\).*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-\2\/\3-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep -A 3 href=\"#\" | tr -d '\r' | tr -d '\n' | awk '{print}' | sed -e "s/.*href=\"#\">\(To\|Over\)\([^&<]*\).*icon i-\([^\" ]*\).*/\2_\3/"" - icon_text="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep -A 3 href=\"#\" | tr -d '\r' | tr -d '\n' | awk '{print}' | sed -e "s/.*href=\"#\">\(To\|Over\)\([^&<]*\).*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-\2\/\3-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep -A 3 href=\"#\" | tr -d '\r' | tr -d '\n' | awk '{print}' | sed -e "s/.*href=\"#\">\(To\|Over\)\([^&<]*\).*icon i-\([^\" ]*\).*/\2_\3/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day2 url="url1" - name="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day3 url="url1" - name="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day4 url="url1" - name="grep -A 18 li\ class=\"day | head -n 78 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 class=\"day | head -n 78 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 class=\"day | head -n 78 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 class=\"day | head -n 78 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 class=\"day | head -n 78 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 class=\"day | head -n 78 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 78 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 class=\"day\ [ch] | head -n 78 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 class=\"day\ [ch] | head -n 78 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 class=\"day\ [ch] | head -n 78 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 class=\"day\ [ch] | head -n 78 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 class=\"day\ [ch] | head -n 78 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day5 url="url1" - name="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day6 url="url2" - name="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day7 url="url2" - name="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <icon_transform diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/www_accuweather_com_us_fahrenheit.xml new/cwp-1.6.1/data/www_accuweather_com_us_fahrenheit.xml --- old/cwp-1.6.0/data/www_accuweather_com_us_fahrenheit.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/www_accuweather_com_us_fahrenheit.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,15 +1,15 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="www.accuweather.com US" search_page="http://www.accuweather.com" example_zip="85001" unit="F" /> + <xml_file_version type="cwp" version="2012-05-06" name="www.accuweather.com US" search_page="http://www.accuweather.com" example_zip="85001" unit="F" /> <locale_settings locale="utf-8" encoding="utf8" /> <urlc urlc_prefix="http://www.accuweather.com/us/" urlc_suffix="/city-weather-forecast.asp" urlc_follow="grep starturl | sed -e "s/.*content=\"\([^\"]*\)\".*/\1?unit=f/"" /> - <url1 url1_prefix="http://www.accuweather.com/us/" url1_suffix="/city-weather-forecast.asp" url1_follow="grep daily-weather-forecast | head -n 1 | sed -e "s/.*action-uri=\([^;]*\);.*/\1?fday=1\&unit=f/"" /> + <url1 url1_prefix="http://www.accuweather.com/us/" url1_suffix="/city-weather-forecast.asp" url1_follow="grep daily-weather-forecast | head -n 1 | sed -e "s/.*action-uri=\([^;]*\);.*/\1?day=1\&unit=f/"" /> - <url2 url2_prefix="http://www.accuweather.com/us/" url2_suffix="/city-weather-forecast.asp" url2_follow="grep daily-weather-forecast | head -n 1 | sed -e "s/.*action-uri=\([^;]*\);.*/\1?fday=6\&unit=f/"" /> + <url2 url2_prefix="http://www.accuweather.com/us/" url2_suffix="/city-weather-forecast.asp" url2_follow="grep daily-weather-forecast | head -n 1 | sed -e "s/.*action-uri=\([^;]*\);.*/\1?day=6\&unit=f/"" /> <url3 url3_prefix="http://www.accuweather.com/us/" url3_suffix="/city-weather-forecast.asp" url3_follow="grep current-weather | tail -n 1 | sed -e "s/.*href=\"\([^\"]*\)\".*/\1?unit=f/"" /> @@ -59,66 +59,66 @@ /> <data_day1 url="url1" - name="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep -A 3 href=\"#\" | tr -d '\r' | tr -d '\n' | awk '{print}' | sed -e "s/.*href=\"#\">\(To\|Over\)\([^&<]*\).*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-\2\/\3-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep -A 3 href=\"#\" | tr -d '\r' | tr -d '\n' | awk '{print}' | sed -e "s/.*href=\"#\">\(To\|Over\)\([^&<]*\).*icon i-\([^\" ]*\).*/\2_\3/"" - icon_text="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep -A 3 href=\"#\" | tr -d '\r' | tr -d '\n' | awk '{print}' | sed -e "s/.*href=\"#\">\(To\|Over\)\([^&<]*\).*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-\2\/\3-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep -A 3 href=\"#\" | tr -d '\r' | tr -d '\n' | awk '{print}' | sed -e "s/.*href=\"#\">\(To\|Over\)\([^&<]*\).*icon i-\([^\" ]*\).*/\2_\3/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day2 url="url1" - name="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day3 url="url1" - name="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 li\ class=\"day | head -n 58 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 58 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day4 url="url1" - name="grep -A 18 li\ class=\"day | head -n 78 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 class=\"day | head -n 78 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 class=\"day | head -n 78 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 class=\"day | head -n 78 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 class=\"day | head -n 78 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 class=\"day | head -n 78 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 78 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 class=\"day\ [ch] | head -n 78 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 class=\"day\ [ch] | head -n 78 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 class=\"day\ [ch] | head -n 78 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 class=\"day\ [ch] | head -n 78 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 class=\"day\ [ch] | head -n 78 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day5 url="url1" - name="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 li\ class=\"day | head -n 98 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 98 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day6 url="url2" - name="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 li\ class=\"day | head -n 18 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 18 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <data_day7 url="url2" - name="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" - temperature_low="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" - temperature_high="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" - icon="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" - icon_code="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" - icon_text="grep -A 18 li\ class=\"day | head -n 38 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" + name="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep href=\"#\" | sed -e "s/<[^>]*>//g"" + temperature_low="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*Lo *<\/span> *\([-0-9]*\).*/\1/"" + temperature_high="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep temp | tail -n 1 | sed -e "s/.*temp *\"> *\([-0-9]*\).*/\1/"" + icon="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*icon i-\([^\" ]*\).*/http:\/\/www.accuweather.com\/adc2010\/images\/icons-day\/\1-m.png/"" + icon_code="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep icon | sed -e "s/.*class=\"icon i-\([^\" ]*\).*/day_\1/"" + icon_text="grep -A 18 li\ class=\"day\ [ch] | head -n 38 | tail -n 18 | grep cond | sed -e "s/<[^>]*>//g"" /> <icon_transform diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/www_accuweather_com_world_celsius.xml new/cwp-1.6.1/data/www_accuweather_com_world_celsius.xml --- old/cwp-1.6.0/data/www_accuweather_com_world_celsius.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/www_accuweather_com_world_celsius.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="www.accuweather.com World" search_page="http://www.accuweather.com/en/world-weather" example_zip="305448" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="www.accuweather.com World" search_page="http://www.accuweather.com/en/world-weather" example_zip="305448" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/www_accuweather_com_world_fahrenheit.xml new/cwp-1.6.1/data/www_accuweather_com_world_fahrenheit.xml --- old/cwp-1.6.0/data/www_accuweather_com_world_fahrenheit.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/www_accuweather_com_world_fahrenheit.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="www.accuweather.com World" search_page="http://www.accuweather.com/en/world-weather" example_zip="305448" unit="F" /> + <xml_file_version type="cwp" version="2012-05-06" name="www.accuweather.com World" search_page="http://www.accuweather.com/en/world-weather" example_zip="305448" unit="F" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/www_gismeteo_com.xml new/cwp-1.6.1/data/www_gismeteo_com.xml --- old/cwp-1.6.0/data/www_gismeteo_com.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/www_gismeteo_com.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="www.gismeteo.com" search_page="http://www.gismeteo.ru" example_zip="4944" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="www.gismeteo.com" search_page="http://www.gismeteo.ru" example_zip="4944" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/www_weather_com.cn.xml new/cwp-1.6.1/data/www_weather_com.cn.xml --- old/cwp-1.6.0/data/www_weather_com.cn.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/www_weather_com.cn.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="www.weather.com.cn" search_page="http://www.weather.com.cn" example_zip="101010100" unit="C" /> + <xml_file_version type="cwp" version="2012-05-06" name="www.weather.com.cn" search_page="http://www.weather.com.cn" example_zip="101010100" unit="C" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/data/www_weather_com.xml new/cwp-1.6.1/data/www_weather_com.xml --- old/cwp-1.6.0/data/www_weather_com.xml 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/data/www_weather_com.xml 2012-05-06 18:49:00.000000000 +0200 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <custom_weather> - <xml_file_version type="cwp" version="2012-05-05" name="www.weather.com" search_page="http://www.weather.com" example_zip="USDC0001" unit="F" /> + <xml_file_version type="cwp" version="2012-05-06" name="www.weather.com" search_page="http://www.weather.com" example_zip="USDC0001" unit="F" /> <locale_settings locale="utf-8" encoding="utf8" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/plasma-applet-cwp.desktop new/cwp-1.6.1/plasma-applet-cwp.desktop --- old/cwp-1.6.0/plasma-applet-cwp.desktop 2012-05-05 12:32:36.000000000 +0200 +++ new/cwp-1.6.1/plasma-applet-cwp.desktop 2012-05-06 18:49:00.000000000 +0200 @@ -30,7 +30,7 @@ X-KDE-PluginInfo-Author=Georg Hennig [email protected] X-KDE-PluginInfo-Name=plasma_applet_cwp -X-KDE-PluginInfo-Version=1.6.0 +X-KDE-PluginInfo-Version=1.6.1 X-KDE-PluginInfo-Website=http://www.kde-look.org/content/show.php/show.php?content=98925 X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cwp-1.6.0/version.h new/cwp-1.6.1/version.h --- old/cwp-1.6.0/version.h 2012-05-05 12:32:37.000000000 +0200 +++ new/cwp-1.6.1/version.h 2012-05-06 18:49:00.000000000 +0200 @@ -20,7 +20,7 @@ #ifndef version_h #define version_h -#define VERSION "1.6.0" +#define VERSION "1.6.1" #define DATE "2009-2012" #define AUTHOR "Georg Hennig" #define NAME "Customizable Weather Plasmoid (CWP)" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
