diff options
Diffstat (limited to 'plugins/Weather/docs/weather/weatherch-XML.ini')
-rw-r--r-- | plugins/Weather/docs/weather/weatherch-XML.ini | 325 |
1 files changed, 325 insertions, 0 deletions
diff --git a/plugins/Weather/docs/weather/weatherch-XML.ini b/plugins/Weather/docs/weather/weatherch-XML.ini new file mode 100644 index 0000000000..393d8b641b --- /dev/null +++ b/plugins/Weather/docs/weather/weatherch-XML.ini @@ -0,0 +1,325 @@ +[Weather 0.3.x Update Data 1.1]
+
+; History:
+; 2004/04/01 Initial release
+; 2004/04/14 Update to v1.1, add variables for 10-day forecasts
+; 2004/04/19 Fix search for 3.2.4, new format for 10-day forecasts
+
+[Header]
+Name=Weather Channel
+Internal Name=wch_xml
+Description=Download XML weather information from www.weather.com
+Author=sirius
+Version=2004/04/19
+
+[Default]
+Default URL=http://www.weather.com/outlook/travel/local/%s
+Default Map=http://www.weather.com/outlook/travel/map/%s
+Update URL=http://xoap.weather.com/weather/local/%s?cc=*&dayf=10&par=&key=&unit=s
+
+[tm]
+Start=<tm>
+End=</tm>
+
+[Sunrise]
+Start=<sunr>
+End=</sunr>
+
+[Sunset]
+Start=<suns>
+End=</suns>
+
+[Zone]
+Start=<zone>
+End=</zone>
+
+
+[Local Time]
+Set Data=[tm] & " UTC(" & [Zone] & ")"
+
+
+[Update]
+Start=<lsup>
+End=</lsup>
+
+[Temperature]
+Start=<tmp>
+End=</tmp>
+Unit=F
+
+[Feel]
+Start=<flik>
+End=</flik>
+Unit=F
+
+[Condition]
+Start=<t>
+End=</t>
+
+[Pressure]
+Start=<r>
+End=</r>
+Unit=in
+
+[Pressure Change]
+Start=<d>
+End=</d>
+Unit=in
+
+[Wind Speed]
+Start=<s>
+End=</s>
+Unit=mph
+
+[Wind Direction]
+Start=<t>
+End=</t>
+
+[Humidity]
+Start=<hmid>
+End=</hmid>
+
+[Visibility]
+Start=<vis>
+End=</vis>
+Unit=miles
+
+[Dewpoint]
+Start=<dewp>
+End=</dewp>
+Unit=F
+
+[FD1D]
+Start=dt="
+End=">
+[FD1H]
+Start=<hi>
+End=</hi>
+Unit=F
+[FD1L]
+Start=<low>
+End=</low>
+Unit=F
+[FD1C]
+Start=<t>
+End=</t>
+[FD1P]
+Start=<ppcp>
+End=</ppcp>
+[FD2D]
+Start=dt="
+End=">
+[FD2H]
+Start=<hi>
+End=</hi>
+Unit=F
+[FD2L]
+Start=<low>
+End=</low>
+Unit=F
+[FD2C]
+Start=<t>
+End=</t>
+[FD2P]
+Start=<ppcp>
+End=</ppcp>
+[FD3D]
+Start=dt="
+End=">
+[FD3H]
+Start=<hi>
+End=</hi>
+Unit=F
+[FD3L]
+Start=<low>
+End=</low>
+Unit=F
+[FD3C]
+Start=<t>
+End=</t>
+[FD3P]
+Start=<ppcp>
+End=</ppcp>
+[FD4D]
+Start=dt="
+End=">
+[FD4H]
+Start=<hi>
+End=</hi>
+Unit=F
+[FD4L]
+Start=<low>
+End=</low>
+Unit=F
+[FD4C]
+Start=<t>
+End=</t>
+[FD4P]
+Start=<ppcp>
+End=</ppcp>
+[FD5D]
+Start=dt="
+End=">
+[FD5H]
+Start=<hi>
+End=</hi>
+Unit=F
+[FD5L]
+Start=<low>
+End=</low>
+Unit=F
+[FD5C]
+Start=<t>
+End=</t>
+[FD5P]
+Start=<ppcp>
+End=</ppcp>
+[FD6D]
+Start=dt="
+End=">
+[FD6H]
+Start=<hi>
+End=</hi>
+Unit=F
+[FD6L]
+Start=<low>
+End=</low>
+Unit=F
+[FD6C]
+Start=<t>
+End=</t>
+[FD6P]
+Start=<ppcp>
+End=</ppcp>
+[FD7D]
+Start=dt="
+End=">
+[FD7H]
+Start=<hi>
+End=</hi>
+Unit=F
+[FD7L]
+Start=<low>
+End=</low>
+Unit=F
+[FD7C]
+Start=<t>
+End=</t>
+[FD7P]
+Start=<ppcp>
+End=</ppcp>
+[FD8D]
+Start=dt="
+End=">
+[FD8H]
+Start=<hi>
+End=</hi>
+Unit=F
+[FD8L]
+Start=<low>
+End=</low>
+Unit=F
+[FD8C]
+Start=<t>
+End=</t>
+[FD8P]
+Start=<ppcp>
+End=</ppcp>
+[FD9D]
+Start=dt="
+End=">
+[FD9H]
+Start=<hi>
+End=</hi>
+Unit=F
+[FD9L]
+Start=<low>
+End=</low>
+Unit=F
+[FD9C]
+Start=<t>
+End=</t>
+[FD9P]
+Start=<ppcp>
+End=</ppcp>
+[FD10D]
+Start=dt="
+End=">
+[FD10H]
+Start=<hi>
+End=</hi>
+Unit=F
+[FD10L]
+Start=<low>
+End=</low>
+Unit=F
+[FD10C]
+Start=<t>
+End=</t>
+[FD10P]
+Start=<ppcp>
+End=</ppcp>
+
+
+[High]
+Set Data=[FD1H]
+
+[Low]
+Set Data=[FD1L]
+
+
+[Forecast Day 1]
+Set Data=[FD1D] & " " & [FD1H] & "/" & [FD1L] & " " & [FD1P] & "%, " & [FD1C]
+
+[Forecast Day 2]
+Set Data=[FD2D] & " " & [FD2H] & "/" & [FD2L] & " " & [FD2P] & "%, " & [FD2C]
+
+[Forecast Day 3]
+Set Data=[FD3D] & " " & [FD3H] & "/" & [FD3L] & " " & [FD3P] & "%, " & [FD3C]
+
+[Forecast Day 4]
+Set Data=[FD4D] & " " & [FD4H] & "/" & [FD4L] & " " & [FD4P] & "%, " & [FD4C]
+
+[Forecast Day 5]
+Set Data=[FD5D] & " " & [FD5H] & "/" & [FD5L] & " " & [FD5P] & "%, " & [FD5C]
+
+[Forecast Day 6]
+Set Data=[FD6D] & " " & [FD6H] & "/" & [FD6L] & " " & [FD6P] & "%, " & [FD6C]
+
+[Forecast Day 7]
+Set Data=[FD7D] & " " & [FD7H] & "/" & [FD7L] & " " & [FD7P] & "%, " & [FD7C]
+
+[Forecast Day 8]
+Set Data=[FD8D] & " " & [FD8H] & "/" & [FD8L] & " " & [FD8P] & "%, " & [FD8C]
+
+[Forecast Day 9]
+Set Data=[FD9D] & " " & [FD9H] & "/" & [FD9L] & " " & [FD9P] & "%, " & [FD9C]
+
+[Forecast Day 10]
+Set Data=[FD10D] & " " & [FD10H] & "/" & [FD10L] & " " & [FD10P] & "%, " & [FD10C]
+
+
+
+[ID Search]
+Available=TRUE
+Search URL=http://xoap.weather.com/weather/local/%s
+Not Found Str=Invalid location provided
+Name Start=<dnam>
+Name End=</dnam>
+
+[Name Search]
+Single Result=TRUE
+Multiple Result=TRUE
+Search URL=http://xoap.weather.com/search/search?where=%s
+Not Found Str=<search ver="2.0" />
+Single Result Str=Moved/Location:
+Single First=ID
+Single Name Start=type="1">
+Single Name End=</loc>
+Single ID Start=<loc id="
+Single ID End="
+Mult First=ID
+Mult Name Start=type="1">
+Mult Name End=</loc>
+Mult ID Start=<loc id="
+Mult ID End="
|