1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 23:57:59 +01:00

Add missing em:type flags to install.rdf files.

This commit is contained in:
Kris Maglione
2011-01-25 19:03:35 -05:00
parent ec42ad5a5a
commit 44bdb6e666
4 changed files with 33 additions and 30 deletions

View File

@@ -1213,8 +1213,9 @@ var Commands = Module("commands", {
return [len - str.length, arg, quote]; return [len - str.length, arg, quote];
}, },
quote: function quote(str) Commands.quoteArg[/[\s"'\\]|^$|^-/.test(str) quote: function quote(str) Commands.quoteArg[
? (/[\b\f\n\r\t]/.test(str) ? '"' : "'") /[\b\f\n\r\t]/.test(str) ? "'" :
/[\s"'\\]|^$|^-/.test(str) ? "'"
: ""](str) : ""](str)
}, { }, {
completion: function () { completion: function () {

View File

@@ -2,16 +2,16 @@
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:songbird="http://www.songbirdnest.com/2007/addon-metadata-rdf#"> xmlns:songbird="http://www.songbirdnest.com/2007/addon-metadata-rdf#">
<Description about="urn:mozilla:install-manifest"> <Description about="urn:mozilla:install-manifest"
<em:id>melodactyl@dactyl.googlecode.com</em:id> em:id="melodactyl@dactyl.googlecode.com"
<em:type>2</em:type> em:type="2"
<em:name>Melodactyl</em:name> em:name="Melodactyl"
<em:version>0.1a1pre</em:version> em:version="0.1a1pre"
<em:description>Songbird for Vim and CMus junkies.</em:description> em:description="Songbird for Vim and CMus junkies."
<em:creator>Prathyush Thota</em:creator> em:creator="Prathyush Thota"
<em:homepageURL>http://dactyl.sourceforge.net/</em:homepageURL> em:homepageURL="http://dactyl.sourceforge.net/"
<em:iconURL>chrome://melodactyl/skin/icon.png</em:iconURL> em:iconURL="chrome://melodactyl/skin/icon.png"
<em:optionsURL>chrome://dactyl/content/preferences.xul</em:optionsURL> em:optionsURL="chrome://dactyl/content/preferences.xul">
<em:targetApplication> <em:targetApplication>
<Description> <Description>
<em:id>songbird@songbirdnest.com</em:id> <em:id>songbird@songbirdnest.com</em:id>

View File

@@ -1,14 +1,15 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#"> xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest"> <Description about="urn:mozilla:install-manifest"
<em:id>pentadactyl@dactyl.googlecode.com</em:id> em:id="pentadactyl@dactyl.googlecode.com"
<em:name>Pentadactyl</em:name> em:type="2"
<em:version>1.0b6pre</em:version> em:name="Pentadactyl"
<em:description>Firefox for Vim and Links addicts</em:description> em:version="1.0b6pre"
<em:homepageURL>http://dactyl.sourceforge.net/pentadactyl</em:homepageURL> em:description="Firefox for Vim and Links addicts"
<em:iconURL>resource://dactyl-local-skin/icon.png</em:iconURL> em:homepageURL="http://dactyl.sourceforge.net/pentadactyl"
<em:bootstrap>true</em:bootstrap> em:iconURL="resource://dactyl-local-skin/icon.png"
em:bootstrap="true">
<em:creator>Kris Maglione, Doug Kearns</em:creator> <em:creator>Kris Maglione, Doug Kearns</em:creator>
<em:developer>Kris Maglione</em:developer> <em:developer>Kris Maglione</em:developer>

View File

@@ -1,15 +1,16 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#"> xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest"> <Description about="urn:mozilla:install-manifest"
<em:id>teledactyl@dactyl.googlecode.com</em:id> em:id="teledactyl@dactyl.googlecode.com"
<em:name>Teledactyl</em:name> em:type="2"
<em:version>0.5b1pre</em:version> em:name="Teledactyl"
<em:description>Thunderbird for Mutt and Vim addicts</em:description> em:version="0.5b1pre"
<em:creator>Kris Maglione</em:creator> em:description="Thunderbird for Mutt and Vim addicts"
<em:homepageURL>http://dactyl.sf.net/Teledactyl</em:homepageURL> em:creator="Kris Maglione"
<em:iconURL>chrome://teledactyl/skin/icon.png</em:iconURL> em:homepageURL="http://dactyl.sf.net/Teledactyl"
<em:optionsURL>chrome://dactyl/content/preferences.xul</em:optionsURL> em:iconURL="chrome://teledactyl/skin/icon.png"
em:optionsURL="chrome://dactyl/content/preferences.xul">
<em:targetApplication> <em:targetApplication>
<Description> <Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>