forked from abartov/cite4wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
70 lines (63 loc) · 2.76 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
<?xml version="1.0"?>
<!-- This file is part of Cite4Wiki.
Cite4Wiki is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
Cite4Wiki is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with Foobar. If not, see
<https://www.gnu.org/licenses/>.
-->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:version>1.6</em:version>
<em:type>2</em:type>
<em:name>Cite4Wiki</em:name>
<em:description>Citation generating tool for the English Wikipedia.</em:description>
<em:creator>Job Bautista (pandakekok9)</em:creator>
<em:contributor>Stanton McCandlish (SMcCandlish)</em:contributor>
<em:contributor>Unit 5</em:contributor>
<em:contributor>Jonathan E. Hochman (Jehochman)</em:contributor>
<em:contributor>Diego Cadogan (Manuar)</em:contributor>
<em:contributor>Ratel</em:contributor>
<em:contributor>Yojimbo Doodah</em:contributor>
<em:contributor>Mozilla.org (stock code)</em:contributor>
<em:homepageURL>https://en.wikipedia.org/wiki/Wikipedia:Cite4Wiki</em:homepageURL>
<em:optionsURL>chrome://cite4wiki/content/options.xul</em:optionsURL>
<em:iconURL>chrome://cite4wiki/skin/icon.png</em:iconURL>
<em:targetApplication><!-- Pale Moon -->
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication><!-- Firefox/Basilisk -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>52.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication><!-- SeaMonkey -->
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.1</em:minVersion>
<em:maxVersion>2.53.7</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication><!-- Borealis Navigator -->
<Description>
<em:id>{a3210b97-8e8a-4737-9aa0-aa0e607640b9}</em:id>
<em:minVersion>0.9.7766a1</em:minVersion>
<em:maxVersion>0.9.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>