home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / CustomCalendar.gadget / gadget.xml < prev    next >
Extensible Markup Language  |  2012-11-01  |  779b  |  22 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <gadget>
  3.     <name>Custom Calendar</name>
  4.     <version>1.1</version>
  5.     <author name="Home Cooked Gadgets">
  6.         <logo src="img/logo.png" />
  7.         <info url="www.homecookedgadgets.com" />
  8.     </author>
  9.     <copyright>© 2010</copyright>
  10.     <description>See the current day or browse through the calendar.</description>
  11.     <icons>
  12.         <icon height="100" width="100" src="img/icon.png"/>
  13.     </icons>
  14.     <hosts>
  15.         <host name="sidebar">
  16.             <base type="HTML" apiVersion="1.0.0" src="CustomCalendar.html" mce_src="CustomCalendar.html" />
  17.             <permissions>full</permissions>
  18.             <platform minPlatformVersion="1.0" />
  19.             <autoscaleDPI>false</autoscaleDPI>
  20.         </host>
  21.     </hosts>
  22. </gadget>