view update.rdf @ 22:808c3edb1085 default tip

Updated update.rdf.
author Atul Varma <varmaa@toolness.com>
date Sun, 19 Jul 2009 17:57:43 -0700
parents a45124612e60
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>

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

  <!-- This Description resource includes all the update and
       compatibility information for a single add-on with the id
       ambnews@labs.toolness.com. You can list multiple add-ons
       information in the same RDF file. -->

  <RDF:Description about="urn:mozilla:extension:ambnews@labs.toolness.com">
    <em:updates>
      <RDF:Seq>

        <!-- Each li is a different version of the same add-on -->
        <RDF:li>
          <RDF:Description>
            <!-- This is the version number of the add-on -->
            <em:version>0.0.3a</em:version> 

            <!-- One targetApplication for each application the add-on
                 is compatible with -->
            <em:targetApplication>
              <RDF:Description>
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                <em:minVersion>3.0</em:minVersion>
                <em:maxVersion>3.1.*</em:maxVersion>

                <!-- This is where this version of the add-on will be
                     downloaded from -->
                <em:updateLink>https://labs.toolness.com/ambnews/ambientnews-0.0.3a.xpi</em:updateLink>
              </RDF:Description>
            </em:targetApplication>
          </RDF:Description>
        </RDF:li>

        <RDF:li>
          <RDF:Description>
            <!-- This is the version number of the add-on -->
            <em:version>0.0.4a</em:version> 

            <!-- One targetApplication for each application the add-on
                 is compatible with -->
            <em:targetApplication>
              <RDF:Description>
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                <em:minVersion>3.0</em:minVersion>
                <em:maxVersion>3.1.*</em:maxVersion>

                <!-- This is where this version of the add-on will be
                     downloaded from -->
                <em:updateLink>https://labs.toolness.com/ambnews/ambientnews-0.0.4a.xpi</em:updateLink>
              </RDF:Description>
            </em:targetApplication>
          </RDF:Description>
        </RDF:li>

        <RDF:li>
          <RDF:Description>
            <!-- This is the version number of the add-on -->
            <em:version>0.0.6a</em:version> 

            <!-- One targetApplication for each application the add-on
                 is compatible with -->
            <em:targetApplication>
              <RDF:Description>
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
                <em:minVersion>3.0</em:minVersion>
                <em:maxVersion>3.5.*</em:maxVersion>

                <!-- This is where this version of the add-on will be
                     downloaded from -->
                <em:updateLink>https://labs.toolness.com/ambnews/ambientnews-0.0.6a.xpi</em:updateLink>
              </RDF:Description>
            </em:targetApplication>
          </RDF:Description>
        </RDF:li>

      </RDF:Seq>
    </em:updates>
  </RDF:Description>
</RDF:RDF>