-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
42 lines (38 loc) · 1.72 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
<?xml version="1.0"?>
<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:type="2"
em:name="Pentadactyl"
em:version="1.0.7-pm"
em:description="Pale Moon for Vim and Links addicts"
em:homepageURL="http://5digits.org/pentadactyl"
em:bootstrap="true"
em:strictCompatibility="true">
<em:creator>Kris Maglione, Doug Kearns</em:creator>
<em:developer>Kris Maglione</em:developer>
<em:developer>Doug Kearns</em:developer>
<em:contributor>M.C. Straver</em:contributor>
<em:contributor>chaoskagami</em:contributor>
<em:contributor>anekos</em:contributor>
<em:contributor>teramako</em:contributor>
<em:contributor>Viktor Kojouharov (Виктор Кожухаров)</em:contributor>
<em:contributor>Marco Candrian</em:contributor>
<em:contributor>Daniel Bainton</em:contributor>
<em:contributor>Konstantin Stepanov</em:contributor>
<em:contributor>Tim Hammerquist</em:contributor>
<em:contributor>Ted Pavlic</em:contributor>
<em:contributor>janus_wel</em:contributor>
<em:contributor>Martin Stubenschrott</em:contributor>
<em:contributor>Conrad Irwin</em:contributor>
<em:contributor>Štěpán Němec</em:contributor>
<em:targetApplication>
<Description
em:id="{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}"
em:minVersion="24.0"
em:maxVersion="29.*"/>
</em:targetApplication>
</Description>
</RDF>
<!-- vim: set fdm=marker sw=4 ts=4 et: -->