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 >
Wrap
Extensible Markup Language
|
2012-11-01
|
779b
|
22 lines
<?xml version="1.0" encoding="utf-8" ?>
<gadget>
<name>Custom Calendar</name>
<version>1.1</version>
<author name="Home Cooked Gadgets">
<logo src="img/logo.png" />
<info url="www.homecookedgadgets.com" />
</author>
<copyright>© 2010</copyright>
<description>See the current day or browse through the calendar.</description>
<icons>
<icon height="100" width="100" src="img/icon.png"/>
</icons>
<hosts>
<host name="sidebar">
<base type="HTML" apiVersion="1.0.0" src="CustomCalendar.html" mce_src="CustomCalendar.html" />
<permissions>full</permissions>
<platform minPlatformVersion="1.0" />
<autoscaleDPI>false</autoscaleDPI>
</host>
</hosts>
</gadget>