]> git.donarmstrong.com Git - x_full.git/blob - .mozilla/firefox/default/extensions/externaleditor@nullref.se/install.rdf
bc50a105be930ac3aba2a8916f68bfa8ddd6b31c
[x_full.git] / .mozilla / firefox / default / extensions / externaleditor@nullref.se / install.rdf
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <!-- ***** BEGIN LICENSE BLOCK *****
4    - Version: MPL 1.1
5    -
6    - The contents of this file are subject to the Mozilla Public License Version
7    - 1.1 (the "License"); you may not use this file except in compliance with
8    - the License. You may obtain a copy of the License at
9    - http://www.mozilla.org/MPL/
10    -
11    - Software distributed under the License is distributed on an "AS IS" basis,
12    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13    - for the specific language governing rights and limitations under the
14    - License.
15    -
16    - The Original Code is the External Editor extension.
17    -
18    - The Initial Developer of the Original Code is Philip Nilsson.
19    - Portions created by the Initial Developer are Copyright (C) 2005, 2006
20    - the Initial Developer. All Rights Reserved.
21    -
22    - Contributor(s):
23    -
24    - ***** END LICENSE BLOCK ***** -->
25
26 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
27          xmlns:em="http://www.mozilla.org/2004/em-rdf#">
28         <rdf:Description rdf:about="urn:mozilla:install-manifest">
29                 <em:id>externaleditor@nullref.se</em:id>
30                 <em:name>Editus Externus</em:name>
31                 <em:version>0.9.3</em:version>
32                 <em:description>Edit textboxes using an external editor.</em:description>
33                 <em:type>2</em:type>
34                 <em:creator>Philip Nilsson</em:creator>
35                 <em:contributor>Kimitake Abe, some encoding hackery</em:contributor>
36                 <em:contributor>Stas Fomin, features and more encoding hackery</em:contributor>
37                 <em:contributor>MatrixIsAllOver, it locale</em:contributor>
38                 <em:contributor>Goofy, fr locale</em:contributor>
39                 <em:contributor>chuzo, es-ES locale</em:contributor>
40                 <em:contributor>Timur Timirkhanov, ru locale</em:contributor>
41                 <em:contributor>victory, ja locale</em:contributor>
42                 <em:contributor>SlovakSoft, sk locale</em:contributor>
43                 <em:homepageURL>http://nullref.se/projects/externaleditor</em:homepageURL>
44                 <em:optionsURL>chrome://externaleditor/content/options.xul</em:optionsURL>
45                 <em:iconURL>chrome://externaleditor/skin/null.png</em:iconURL>
46
47                 <em:targetApplication>
48                         <rdf:Description> <!-- Firefox. -->
49                                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
50                                 <em:minVersion>1.0+</em:minVersion>
51                                 <em:maxVersion>3</em:maxVersion>
52                         </rdf:Description>
53                         <rdf:Description> <!-- Thunderbird. -->
54                                 <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
55                                 <em:minVersion>1.0+</em:minVersion>
56                                 <em:maxVersion>1.4+</em:maxVersion>
57                         </rdf:Description>
58                 </em:targetApplication>
59         </rdf:Description>
60 </rdf:RDF>