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