home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / MultiMeter.gadget / gadget.xml next >
Encoding:
Text File  |  2013-01-12  |  1.3 KB  |  36 lines

  1. <!--//
  2. ////////////////////////////////////////////////////////////////////////////////
  3. //
  4. //  Created by Johan Bourtembour (JB)
  5. //  http://www.betanetwork.net/hobbylounge/
  6. //  Copyright (c) 2006-2007 SFkilla.  All rights reserved.
  7. //  DO NOT MODIFY OR CHANGE ANYTHING IN HERE!
  8. //  I Thank you in advance for respecting my work ;)
  9. //
  10. ////////////////////////////////////////////////////////////////////////////////
  11. //-->
  12. <?xml version="1.0" encoding="utf-8" ?>
  13. <gadget>
  14.   <name>Multi Meter</name>
  15.   <namespace>SFKilla</namespace>
  16.   <version>1.24</version>
  17.   <author name="SFkilla">
  18.     <info url="http://www.thehobbylounge.com/" text="The Hobby Lounge" />
  19.     <logo src="layout/logo.png" />
  20.   </author>
  21.   <copyright>Copyright JB ┬⌐2006-2007</copyright>
  22.   <description>Multi Meter Dual core shows cpu usage (2cores) + memory infos + very customisable (skins / statuscolors) + shortcut options etc....</description>
  23.  
  24.   <icons>
  25.     <icon height="48" width="48" src="layout/icon.png"/>
  26.   </icons>
  27.  
  28.   <hosts>
  29.     <host name="sidebar">
  30.       <base type="HTML" apiVersion="1.0.0" src="MultimeterD.html" />
  31.       <permissions>full</permissions>
  32.       <platform minPlatformVersion="0.3" />
  33.       <autoscaleDPI>true</autoscaleDPI>
  34.     </host>
  35.   </hosts>
  36. </gadget>