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 >
Extensible Markup Language  |  2013-01-12  |  814b  |  24 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <gadget>
  3.     <name>My Weather</name>
  4.     <namespace>My Weather</namespace>
  5.     <version>3.9</version>
  6.   <author name="Pat Possible">
  7.     <info url="http://patpossible.de" text="patpossible.de" />
  8.     <logo src="img/logo.png" />
  9.   </author>
  10.     <copyright>© 2011</copyright>
  11.     <description>Let you view the current weather at your area or the weather of a city of your choice.</description>
  12.   <icons>
  13.     <icon width="64" height="64" src="img/logo.png" />
  14.   </icons>    
  15.   <hosts>
  16.     <host name="sidebar">
  17.       <base type="HTML" apiVersion="1.0.0" src="index.html" />
  18.       <permissions>full</permissions>
  19.       <platform minPlatformVersion="0.3" />
  20.             <autoUpdate url="http://gallery.live.com" siteUrl="" />
  21.     </host>
  22.   </hosts>
  23. </gadget>
  24.