forked from zindus/addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
88 lines (75 loc) · 3.69 KB
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<rdf:Description about="urn:mozilla:install-manifest">
<em:id>{ad7d8a66-253b-11dc-977c-000c29a3126e}</em:id>
<em:version>0.8.40</em:version> <!-- version populated by build script -->
<em:targetApplication>
<!-- Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>2.0b2</em:minVersion> <!-- tb -->
<em:maxVersion>10.*</em:maxVersion> <!-- tb -->
</Description>
</em:targetApplication>
<!-- Notes on the experiment with Firefox Contact Sync:
- the addon installs into firefox and sync with Google works fine
- firefox doesn't have a built-in contacts store
- the addon uses an SQLite analogue of the Thunderbird addressbook (addressbookff.js)
- the use of mozStorage means the addon needs gecko 1.9.1 ==> firefox 3.5 at a minimum
- mozilla's release of 'Firefox Contacts' has killed my interest in pursuing this further
(even though they are a ways away from two-way sync)
- if the intent was to support firefox properly we'd want a firefox comment here that fed the build
of the corresponding xml element in update.rdf
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.5</em:minVersion>
<em:maxVersion>3.6.*</em:maxVersion>
</Description>
</em:targetApplication>
-->
<em:targetApplication>
<!-- Seamonkey -->
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0a1</em:minVersion> <!-- sm -->
<em:maxVersion>2.2.*</em:maxVersion> <!-- sm -->
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Postbox -->
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>1.0b13</em:minVersion> <!-- pb -->
<em:maxVersion>3.0.*</em:maxVersion> <!-- pb -->
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Postbox Express -->
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>1.0.*</em:minVersion> <!-- pe -->
<em:maxVersion>1.0.*</em:maxVersion> <!-- pe -->
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Spicebird -->
<Description>
<em:id>{ee53ece0-255c-4cc6-8a7e-81a8b6e5ba2c}</em:id>
<em:minVersion>0.4</em:minVersion> <!-- sb -->
<em:maxVersion>0.8.*</em:maxVersion> <!-- sb -->
</Description>
</em:targetApplication>
<em:name>Zindus</em:name>
<em:optionsURL>chrome://zindus/content/configsettings.xul</em:optionsURL>
<em:description>Google and Zimbra contact sync for Thunderbird.</em:description>
<em:creator>Leni Mayo</em:creator>
<em:contributor>Sunny Bains</em:contributor>
<em:homepageURL>http://www.zindus.com/</em:homepageURL>
<em:hidden>false</em:hidden>
<em:type>2</em:type>
<em:iconURL>chrome://zindus/skin/zindus32x32.gif</em:iconURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCyC+XK8GT8SJpfhxXZu7MM+ALv/OmcRfP3m2m6DzWrB121ToA3zEfUOfD568gDuKExpptuomgNyYRUB32yCQfmHryMS4fXXuG49JGlQq7kMNXW+aSp7IE5Q6DExVhLZ0jOSXk+alWbTWLFpXNLuI0n72T291Otmq0YEyrlqx3UbwIDAQAB</em:updateKey>
<em:updateURL>http://www.zindus.com/download/xpi-update-rdf.php?item_id=%ITEM_ID%&item_version=%ITEM_VERSION%&item_status=%ITEM_STATUS%&app_id=%APP_ID%&app_os=%APP_OS%&app_abi=%APP_ABI%&reltype=prod-zindus</em:updateURL>
</rdf:Description>
</rdf:RDF>