home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 117
/
FreelogNo117-OctobreNovembre2013.iso
/
Theme
/
8GadgetPack
/
8GadgetPackSetup.msi
/
Gadgets.7z
/
Gadgets
/
MyWeather.gadget
/
gadget.xml
< prev
next >
Wrap
Extensible Markup Language
|
2013-01-12
|
814b
|
24 lines
<?xml version="1.0" encoding="utf-8" ?>
<gadget>
<name>My Weather</name>
<namespace>My Weather</namespace>
<version>3.9</version>
<author name="Pat Possible">
<info url="http://patpossible.de" text="patpossible.de" />
<logo src="img/logo.png" />
</author>
<copyright>© 2011</copyright>
<description>Let you view the current weather at your area or the weather of a city of your choice.</description>
<icons>
<icon width="64" height="64" src="img/logo.png" />
</icons>
<hosts>
<host name="sidebar">
<base type="HTML" apiVersion="1.0.0" src="index.html" />
<permissions>full</permissions>
<platform minPlatformVersion="0.3" />
<autoUpdate url="http://gallery.live.com" siteUrl="" />
</host>
</hosts>
</gadget>