home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / winamp / wa3install-mad.exe / Skins / Mad_Magazine.wal / skin.xml
Extensible Markup Language  |  2002-06-25  |  862b  |  31 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2.  
  3. <WinampAbstractionLayer version="0.8">
  4.  
  5.     <skininfo>
  6.         <version>1.0</version>
  7.         <name>Mad Magazine Skin</name>
  8.         <comment>The official Mad Magazine Winamp3 skin</comment>
  9.         <author>Taber Buhl</author>
  10.         <homepage>http://www.tb2.com</homepage>
  11.         <screenshot>screenshot.png</screenshot>
  12.     </skininfo>
  13.     
  14.     <include file="../Default/xml/studio.xml"/>
  15.     
  16.     <include file="xml/system-elements.xml"/>
  17.     <include file="xml/system-colors.xml"/>
  18.     <include file="xml/components.xml"/>
  19.     <include file="xml/standardframe.xml"/>
  20.     <include file="xml/player.xml"/>
  21.     <include file="xml/video.xml"/>
  22.     <include file="xml/thinger.xml"/>
  23.     <include file="xml/config.xml"/>
  24.  
  25.     <!-- scripts come last -->
  26.     <scripts>
  27.         <script id="alfred" file="scripts/alfred.maki"/>
  28.     </scripts>
  29.  
  30. </WinampAbstractionLayer>
  31.