Statistics
| Branch: | Revision:

root / src / pithos / update.rdf @ 69:3eb33c8ffa8d

History | View | Annotate | Download (1.6 kB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3
         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4

    
5
  <!-- This Description resource includes all the update and compatibility information for
6
       a single add-on with the id foobar@developer.mozilla.org. You can list multiple
7
       add-ons information in the same RDF file. -->
8
  <RDF:Description about="urn:mozilla:extension:pithos@christos.kk.loverdos">
9
    <em:updates>
10
      <RDF:Seq>
11
        <!-- Each li is a different version of the same add-on -->
12
        <RDF:li>
13
          <RDF:Description>
14
            <em:version>0.9.4</em:version> <!-- This is the version number of the add-on -->
15

    
16
            <!-- One targetApplication for each application the add-on is compatible with -->
17
            <em:targetApplication>
18
              <RDF:Description>
19
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
20
                <em:minVersion>2.0</em:minVersion>
21
                <em:maxVersion>3.6.*</em:maxVersion>
22

    
23
                <!-- This is where this version of the add-on will be downloaded from -->
24
                <em:updateLink>https://code.grnet.gr/projects/pithos-ffxplugin/repository/entry/src/pithos/pithos.xpi?format=raw</em:updateLink>
25

    
26
                <!-- A page describing what is new in this updated version -->
27
                <em:updateInfoURL></em:updateInfoURL>
28
              </RDF:Description>
29
            </em:targetApplication>
30
          </RDF:Description>
31
        </RDF:li>
32

    
33
      </RDF:Seq>
34
    </em:updates>
35
  </RDF:Description>
36
</RDF:RDF>