comparison update.rdf @ 19:a45124612e60

Added the update.rdf file that is uploaded to labs.toolness.com and used by the extension for update information.
author Atul Varma <varmaa@toolness.com>
date Sat, 23 Aug 2008 12:44:53 -0700
parents
children 808c3edb1085
comparison
equal deleted inserted replaced
18:301ba9942f59 19:a45124612e60
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
5
6 <!-- This Description resource includes all the update and
7 compatibility information for a single add-on with the id
8 ambnews@labs.toolness.com. You can list multiple add-ons
9 information in the same RDF file. -->
10
11 <RDF:Description about="urn:mozilla:extension:ambnews@labs.toolness.com">
12 <em:updates>
13 <RDF:Seq>
14
15 <!-- Each li is a different version of the same add-on -->
16 <RDF:li>
17 <RDF:Description>
18 <!-- This is the version number of the add-on -->
19 <em:version>0.0.3a</em:version>
20
21 <!-- One targetApplication for each application the add-on
22 is compatible with -->
23 <em:targetApplication>
24 <RDF:Description>
25 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
26 <em:minVersion>3.0</em:minVersion>
27 <em:maxVersion>3.1.*</em:maxVersion>
28
29 <!-- This is where this version of the add-on will be
30 downloaded from -->
31 <em:updateLink>https://labs.toolness.com/ambnews/ambientnews-0.0.3a.xpi</em:updateLink>
32 </RDF:Description>
33 </em:targetApplication>
34 </RDF:Description>
35 </RDF:li>
36
37 <RDF:li>
38 <RDF:Description>
39 <!-- This is the version number of the add-on -->
40 <em:version>0.0.4a</em:version>
41
42 <!-- One targetApplication for each application the add-on
43 is compatible with -->
44 <em:targetApplication>
45 <RDF:Description>
46 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
47 <em:minVersion>3.0</em:minVersion>
48 <em:maxVersion>3.1.*</em:maxVersion>
49
50 <!-- This is where this version of the add-on will be
51 downloaded from -->
52 <em:updateLink>https://labs.toolness.com/ambnews/ambientnews-0.0.4a.xpi</em:updateLink>
53 </RDF:Description>
54 </em:targetApplication>
55 </RDF:Description>
56 </RDF:li>
57
58 <RDF:li>
59 <RDF:Description>
60 <!-- This is the version number of the add-on -->
61 <em:version>0.0.5a</em:version>
62
63 <!-- One targetApplication for each application the add-on
64 is compatible with -->
65 <em:targetApplication>
66 <RDF:Description>
67 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
68 <em:minVersion>3.0</em:minVersion>
69 <em:maxVersion>3.1.*</em:maxVersion>
70
71 <!-- This is where this version of the add-on will be
72 downloaded from -->
73 <em:updateLink>https://labs.toolness.com/ambnews/ambientnews-0.0.5a.xpi</em:updateLink>
74 </RDF:Description>
75 </em:targetApplication>
76 </RDF:Description>
77 </RDF:li>
78
79 </RDF:Seq>
80 </em:updates>
81 </RDF:Description>
82 </RDF:RDF>