]> git.donarmstrong.com Git - x_full.git/blobdiff - .mozilla/firefox/default/extensions/externaleditor@nullref.se/install.rdf
add various extensions
[x_full.git] / .mozilla / firefox / default / extensions / externaleditor@nullref.se / install.rdf
diff --git a/.mozilla/firefox/default/extensions/externaleditor@nullref.se/install.rdf b/.mozilla/firefox/default/extensions/externaleditor@nullref.se/install.rdf
new file mode 100644 (file)
index 0000000..7321449
--- /dev/null
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<!-- ***** BEGIN LICENSE BLOCK *****
+   - Version: MPL 1.1
+   -
+   - The contents of this file are subject to the Mozilla Public License Version
+   - 1.1 (the "License"); you may not use this file except in compliance with
+   - the License. You may obtain a copy of the License at
+   - http://www.mozilla.org/MPL/
+   -
+   - Software distributed under the License is distributed on an "AS IS" basis,
+   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+   - for the specific language governing rights and limitations under the
+   - License.
+   -
+   - The Original Code is the External Editor extension.
+   -
+   - The Initial Developer of the Original Code is Philip Nilsson.
+   - Portions created by the Initial Developer are Copyright (C) 2005, 2006
+   - the Initial Developer. All Rights Reserved.
+   -
+   - Contributor(s):
+   -
+   - ***** END LICENSE BLOCK ***** -->
+
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+       <rdf:Description rdf:about="urn:mozilla:install-manifest">
+               <em:id>externaleditor@nullref.se</em:id>
+               <em:name>Editus Externus</em:name>
+               <em:version>0.9.3</em:version>
+               <em:description>Edit textboxes using an external editor.</em:description>
+               <em:type>2</em:type>
+               <em:creator>Philip Nilsson</em:creator>
+               <em:contributor>Kimitake Abe, some encoding hackery</em:contributor>
+               <em:contributor>Stas Fomin, features and more encoding hackery</em:contributor>
+               <em:contributor>MatrixIsAllOver, it locale</em:contributor>
+               <em:contributor>Goofy, fr locale</em:contributor>
+               <em:contributor>chuzo, es-ES locale</em:contributor>
+               <em:contributor>Timur Timirkhanov, ru locale</em:contributor>
+               <em:contributor>victory, ja locale</em:contributor>
+               <em:contributor>SlovakSoft, sk locale</em:contributor>
+               <em:homepageURL>http://nullref.se/projects/externaleditor</em:homepageURL>
+               <em:optionsURL>chrome://externaleditor/content/options.xul</em:optionsURL>
+               <em:iconURL>chrome://externaleditor/skin/null.png</em:iconURL>
+
+               <em:targetApplication>
+                       <rdf:Description> <!-- Firefox. -->
+                               <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+                               <em:minVersion>1.0+</em:minVersion>
+                               <em:maxVersion>1.6a1</em:maxVersion>
+                       </rdf:Description>
+                       <rdf:Description> <!-- Thunderbird. -->
+                               <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
+                               <em:minVersion>1.0+</em:minVersion>
+                               <em:maxVersion>1.4+</em:maxVersion>
+                       </rdf:Description>
+               </em:targetApplication>
+       </rdf:Description>
+</rdf:RDF>