Annotation of annozilla/src/install.rdf, revision 1.20
1.1 matthew 1: <?xml version="1.0"?>
2:
3: <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4: xmlns:em="http://www.mozilla.org/2004/em-rdf#">
5: <Description about="urn:mozilla:install-manifest">
6: <em:name>annozilla</em:name>
1.19 matthew 7: <em:version>0.6.7</em:version>
1.1 matthew 8: <em:description>Use an Annotea annotations server</em:description>
9: <em:creator>Matthew Wilson</em:creator>
10: <em:contributor>Doug Daniels</em:contributor>
11: <em:contributor>Jeffrey Phillips</em:contributor>
1.17 matthew 12: <em:contributor>Dr. Katsuhiko Tsujino</em:contributor>
13: <em:contributor>Jean-Noel Avila</em:contributor>
1.14 matthew 14: <em:contributor>Annotation icons © W3C</em:contributor>
1.1 matthew 15: <em:homepageURL>http://annozilla.mozdev.org</em:homepageURL>
1.3 matthew 16: <em:updateURL>http://annozilla.mozdev.org/annozilla-update.rdf</em:updateURL>
1.2 matthew 17: <em:id>{6a0d8528-3350-49b8-b26f-ea49fd8ea706}</em:id>
1.1 matthew 18: <!-- Firefox -->
19: <em:targetApplication>
20: <Description>
21: <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
22: <em:minVersion>1.0</em:minVersion>
1.19 matthew 23: <em:maxVersion>2.0.0.*</em:maxVersion>
1.1 matthew 24: </Description>
25: </em:targetApplication>
26: <em:file>
27: <Description about="urn:mozilla:extension:file:annozilla.jar">
28: <em:package>content/annozilla/</em:package>
29: <em:locale>locale/en-US/annozilla/</em:locale>
1.9 matthew 30: <em:locale>locale/fr-FR/annozilla/</em:locale>
1.17 matthew 31: <em:locale>locale/ja-JP/annozilla/</em:locale>
1.1 matthew 32: </Description>
33: </em:file>
1.9 matthew 34: <em:optionsURL>chrome://annozilla/content/prefs/firefox/redirector.xul</em:optionsURL>
1.16 matthew 35: <!-- Dependencies -->
36: <em:requires>
37: <Description>
38: <em:id>{1a78ab42-f996-4c90-a649-4e7a2dcad5c0}</em:id>
39: <em:name>annotations</em:name>
40: <em:homepageURL>http://annozilla.mozdev.org/</em:homepageURL>
41: <em:updateURL>http://annozilla.mozdev.org/annotations-update.rdf</em:updateURL>
42: <em:minVersion>0.3.3</em:minVersion>
1.20 ! matthew 43: <em:maxVersion>0.3.*</em:maxVersion>
1.16 matthew 44: </Description>
45: </em:requires>
46: <em:requires>
47: <Description>
48: <em:id>{f2ba8b04-849e-4818-861c-46a2b838326a}</em:id>
49: <em:name>xpointerlib</em:name>
50: <em:homepageURL>http://xpointerlib.mozdev.org/</em:homepageURL>
51: <em:updateURL>http://xpointerlib.mozdev.org/xpointerlib-update.rdf</em:updateURL>
52: <em:minVersion>0.2.2</em:minVersion>
1.20 ! matthew 53: <em:maxVersion>0.2.*</em:maxVersion>
1.16 matthew 54: </Description>
55: </em:requires>
1.1 matthew 56: </Description>
57: </RDF>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>