home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / global / contents.rdf < prev    next >
Extensible Markup Language  |  2005-07-29  |  888b  |  26 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  5.  
  6.   <!-- List all the skins being supplied by this theme -->
  7.   <RDF:Seq about="urn:mozilla:skin:root">
  8.     <RDF:li resource="urn:mozilla:skin:fusion/1.0" />
  9.   </RDF:Seq>
  10.  
  11.   <!-- fusion Information -->
  12.   <RDF:Description about="urn:mozilla:skin:fusion/1.0"
  13.                    chrome:name="fusion/1.0">
  14.     <chrome:packages>
  15.       <RDF:Seq about="urn:mozilla:skin:fusion/1.0:packages">
  16.         <RDF:li resource="urn:mozilla:skin:fusion/1.0:global"/>
  17.       </RDF:Seq>
  18.     </chrome:packages>
  19.   </RDF:Description>
  20.  
  21.   <!-- Version Information.  State that we work only with major version 1 of this
  22.        package. -->
  23.   <RDF:Description about="urn:mozilla:skin:fusion/1.0:global"
  24.     chrome:skinVersion="1.5"/>
  25. </RDF:RDF>
  26.