1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 12:24:13 +01:00

[muttator] Move everything to muttator/

This commit is contained in:
Daniel Bainton
2008-12-02 21:18:30 +02:00
parent 13fb142358
commit 4bdc2097e1
14 changed files with 0 additions and 0 deletions

29
muttator/install.rdf Normal file
View File

@@ -0,0 +1,29 @@
<?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>muttator@mozdev.org</em:id>
<em:name>Muttator</em:name>
<em:version>###VERSION###</em:version>
<em:description>Make Thunderbird behave like Vim</em:description>
<em:creator>Martin Stubenschrott</em:creator>
<em:homepageURL>http://muttator.mozdev.org</em:homepageURL>
<em:iconURL>chrome://muttator/skin/icon.png</em:iconURL>
<!--em:updateURL>http://downloads.mozdev.org/vimperator/update.rdf</em:updateURL-->
<em:file>
<Description about="urn:mozilla:extension:file:vimperator.jar">
<em:package>content/muttator/</em:package>
</Description>
</em:file>
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.0a1pre</em:minVersion>
<em:maxVersion>3.0b1pre</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>