blob: d52f581866968eab3be717b3c79021d441ae6f77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="weather.wunderground" name="Weather Underground" version="0.0.2" provider-name="Team XBMC">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
</requires>
<extension point="xbmc.python.weather" library="default.py"/>
<extension point="xbmc.addon.metadata">
<summary lang="bg">Синоптична прогноза от wunderground.com</summary>
<summary lang="en">Weather forecast from wunderground.com</summary>
<summary lang="se">Väderprognos från wunderground.com</summary>
<description lang="bg">Прогноза за времето осигурена от Weather Underground (http://www.wunderground.com/)</description>
<description lang="en">Weather forecast provided by Weather Underground (http://www.wunderground.com/)</description>
<description lang="se">Väderprognos tillhandahållen av Weather Underground (http://www.wunderground.com/)</description>
<disclaimer lang="en">Use of this add-on implies that you have agreed to the Terms of Service located at http://www.wunderground.com/weather/api/d/terms.html</disclaimer>
<disclaimer lang="se">Användning av detta tillägg innebär att du har godkänt Terms of Service från http://www.wunderground.com/weather/api/d/terms.html</disclaimer>
<platform>all</platform>
</extension>
</addon>
|