Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

contents.rdf

Kopieren Sie den folgenden Text in ein neues Textdokument und speichern Sie es unter dem Namen »contents.rdf«:

<?xml version="1.0"?>

<RDF:RDF xmlns:RDF="https://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:chrome="https://www.mozilla.org/rdf/chrome#">

  <!-- List all the skins being supplied by this theme -->
  <RDF:Seq about="urn:mozilla:skin:root">
    <RDF:li resource="urn:mozilla:skin:My_Theme"/>
  </RDF:Seq>

  <RDF:Description about="urn:mozilla:skin:My_Theme"
        chrome:displayName="My Theme"
        chrome:accessKey="N"
        chrome:author="Name des Autors"
        chrome:authorURL="Webseite des Autors"
        chrome:description="Beschreibung"
        chrome:name="My_Theme"
        chrome:image="vorschaubild.png">
   <chrome:packages>
      <RDF:Seq about="urn:mozilla:skin:My_Theme:packages">
        <RDF:li resource="urn:mozilla:skin:My_Theme:browser"/>
        <RDF:li resource="urn:mozilla:skin:My_Theme:communicator"/>
        <RDF:li resource="urn:mozilla:skin:My_Theme:global"/>
        <RDF:li resource="urn:mozilla:skin:My_Theme:mozapps"/>
        <RDF:li resource="urn:mozilla:skin:My_Theme:help"/>
      </RDF:Seq>
    </chrome:packages>
  </RDF:Description>

  <!-- Version Information. State that we work only with major version 1 of this package. -->
  <RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:My_Theme:browser"/>
  <RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:My_Theme:communicator"/>
  <RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:My_Theme:global"/>
  <RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:My_Theme:mozapps"/>
  <RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:My_Theme:help"/>
</RDF:RDF>

Schlagwörter des Dokuments und Mitwirkende

Schlagwörter: 
 Mitwirkende an dieser Seite: fscholz, Neuhaus
 Zuletzt aktualisiert von: fscholz,