Annotation of annozilla/www/annozilla-update.rdf, revision 1.9
1.1 matthew 1: <?xml version="1.0"?>
2: <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3: xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4:
5: <Description about="urn:mozilla:extension:{6a0d8528-3350-49b8-b26f-ea49fd8ea706}">
6:
7: <!-- Firefox 1.0 format: list of all available updates -->
8: <em:updates>
9: <Seq>
1.8 matthew 10: <li resource="urn:mozilla:extension:{6a0d8528-3350-49b8-b26f-ea49fd8ea706}:0.6.5"/>
1.1 matthew 11: </Seq>
12: </em:updates>
13:
14: </Description>
15:
1.8 matthew 16: <Description about="urn:mozilla:extension:{6a0d8528-3350-49b8-b26f-ea49fd8ea706}:0.6.5">
17: <em:version>0.6.5</em:version>
1.1 matthew 18: <em:targetApplication>
19: <Description>
20: <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
21: <em:minVersion>1.0</em:minVersion>
1.9 ! matthew 22: <em:maxVersion>2.0b1</em:maxVersion>
1.8 matthew 23: <em:updateLink>http://downloads.mozdev.org/annozilla/annozilla-0.6.5.xpi</em:updateLink>
1.1 matthew 24: </Description>
25: </em:targetApplication>
26: </Description>
27:
28: </RDF>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>