]> git.donarmstrong.com Git - dactyl.git/blob - pentadactyl/install.rdf
8b811cdb294a88bfd3de8ec7aed6d0b87449c89a
[dactyl.git] / pentadactyl / install.rdf
1 <?xml version="1.0"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4     <Description about="urn:mozilla:install-manifest"
5         em:id="pentadactyl@dactyl.googlecode.com"
6         em:type="2"
7         em:name="Pentadactyl"
8         em:version="1.0b6"
9         em:description="Firefox for Vim and Links addicts"
10         em:homepageURL="http://dactyl.sourceforge.net/pentadactyl"
11         em:iconURL="resource://dactyl-local-skin/icon.png"
12         em:bootstrap="true">
13
14         <em:creator>Kris Maglione, Doug Kearns</em:creator>
15         <em:developer>Kris Maglione</em:developer>
16         <em:developer>Doug Kearns</em:developer>
17         <em:developer>Štěpán Němec</em:developer>
18
19         <em:contributor>anekos</em:contributor>
20         <em:contributor>teramako</em:contributor>
21         <em:contributor>Viktor Kojouharov (Виктор Кожухаров)</em:contributor>
22         <em:contributor>Marco Candrian</em:contributor>
23         <em:contributor>Daniel Bainton</em:contributor>
24         <em:contributor>Konstantin Stepanov</em:contributor>
25         <em:contributor>Tim Hammerquist</em:contributor>
26         <em:contributor>Ted Pavlic</em:contributor>
27         <em:contributor>janus_wel</em:contributor>
28         <em:contributor>Martin Stubenschrott</em:contributor>
29         <em:contributor>Conrad Irwin</em:contributor>
30
31         <em:targetApplication>
32             <Description
33                 em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
34                 em:minVersion="3.5"
35                 em:maxVersion="4.0.*"/>
36         </em:targetApplication>
37     </Description>
38 </RDF>
39
40 <!-- vim: set fdm=marker sw=4 ts=4 et: -->