Rev 1311 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1311 | Rev 1321 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?xml version="1.0"?> |
1 | <?xml version="1.0"?> |
2 | 2 | ||
3 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
3 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
5 | 5 | ||
6 | <Description about="urn:mozilla:install-manifest"> |
6 | <Description about="urn:mozilla:install-manifest"> |
7 | <em:id>{442BFBA6-ADD9-11DD-BDE2-BC5D1A6F0FEF}</em:id> |
7 | <em:id>{442BFBA6-ADD9-11DD-BDE2-BC5D1A6F0FEF}</em:id> |
8 | <em:version>1.0</em:version> |
8 | <em:version>1.0</em:version> |
9 | <em:type>2</em:type> |
9 | <em:type>2</em:type> |
10 | 10 | ||
- | 11 | <!-- firefox --> |
|
11 | <em:targetApplication> |
12 | <em:targetApplication> |
12 | <Description> |
13 | <Description> |
13 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
14 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
14 | <em:minVersion>3</em:minVersion> |
15 | <em:minVersion>3</em:minVersion> |
15 | <em:maxVersion>3.0.*</em:maxVersion> |
16 | <em:maxVersion>3.0.*</em:maxVersion> |
- | 17 | </Description> |
|
- | 18 | </em:targetApplication> |
|
- | 19 | ||
- | 20 | <!-- thunderbird --> |
|
- | 21 | <em:targetApplication> |
|
- | 22 | <Description> |
|
- | 23 | <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> |
|
- | 24 | <em:minVersion>2</em:minVersion> |
|
- | 25 | <em:maxVersion>2.0.0.*</em:maxVersion> |
|
16 | </Description> |
26 | </Description> |
17 | </em:targetApplication> |
27 | </em:targetApplication> |
18 | 28 | ||
19 | <em:name>LatRus</em:name> |
29 | <em:name>LatRus</em:name> |
20 | <em:description>Convert latin char to russian on-the-fly</em:description> |
30 | <em:description>Convert latin char to russian on-the-fly</em:description> |
21 | <em:creator>Anatoli Klassen</em:creator> |
31 | <em:creator>Anatoli Klassen</em:creator> |
22 | <em:homepageURL>http://www.26th.net/public/projects/latrus-mozilla</em:homepageURL> |
32 | <em:homepageURL>http://www.26th.net/public/projects/latrus-mozilla</em:homepageURL> |
23 | <em:updateURL>http://www.26th.net/public/projects/latrus-mozilla/update.rdf</em:updateURL> |
33 | <em:updateURL>http://www.26th.net/public/projects/latrus-mozilla/update.rdf</em:updateURL> |
24 | <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD0n3FJvEygIzLWtleG7RQGsW33KlWt2CEKm4cNdyYtos2PXb68ZwMIGDduDeAdv0kg90Y2vnHpEgJwE4O6Ce6bfjxQWNbCWj6UgjRaosuzqKq4+BBwT65hMcIs72K1x3zQde6oNBsnYiEP18Cy7aY26+QA7M/vcOY5Rut66xYcjQIDAQAB</em:updateKey> |
34 | <em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD0n3FJvEygIzLWtleG7RQGsW33KlWt2CEKm4cNdyYtos2PXb68ZwMIGDduDeAdv0kg90Y2vnHpEgJwE4O6Ce6bfjxQWNbCWj6UgjRaosuzqKq4+BBwT65hMcIs72K1x3zQde6oNBsnYiEP18Cy7aY26+QA7M/vcOY5Rut66xYcjQIDAQAB</em:updateKey> |
25 | </Description> |
35 | </Description> |
26 | </RDF> |
36 | </RDF> |