~ubuntu-branches/debian/stretch/foxyproxy/stretch

« back to all changes in this revision

Viewing changes to src/install.rdf

  • Committer: Bazaar Package Importer
  • Author(s): Yaroslav Halchenko
  • Date: 2011-04-25 09:41:06 UTC
  • mfrom: (1.2.1 upstream) (9.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110425094106-p6mrvjz0n6acwf9r
Tags: 2.22.6-1
* New upstream bugfix release
  - Should fix firefox/iceweasel 4.0 compatibility (Closes: #604029)
* debian/copyright -- updated copyright years

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
 
2
<!--
 
3
  FoxyProxy
 
4
  Copyright (C) 2006-#%#% Eric H. Jung and LeahScape, Inc.
 
5
  http://getfoxyproxy.org/
 
6
  eric.jung@yahoo.com
 
7
  
 
8
  This source code is released under the GPL license,
 
9
  available in the LICENSE file at the root of this installation
 
10
  and also online at http://www.gnu.org/licenses/gpl.txt
 
11
-->
2
12
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3
13
    xmlns:em="http://www.mozilla.org/2004/em-rdf#"
4
14
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
5
15
 
6
16
    <Description rdf:about="urn:mozilla:install-manifest">
 
17
                <em:unpack>true</em:unpack>
7
18
<!-- begin-foxyproxy-standard -->
8
19
        <em:id>foxyproxy@eric.h.jung</em:id>
9
20
        <em:name>FoxyProxy Standard</em:name>
10
 
        <em:version>2.21</em:version>
 
21
        <em:version>2.22.6</em:version>
11
22
<!-- end-foxyproxy-standard -->
12
23
<!-- begin-foxyproxy-simple
13
24
        <em:id>foxyproxy-basic@eric.h.jung</em:id>
14
25
        <em:name>FoxyProxy Basic</em:name>
15
 
        <em:version>1.7</em:version>
 
26
        <em:version>1.8.6</em:version>
16
27
end-foxyproxy-simple -->
17
28
        <em:creator>LeahScape, Inc.</em:creator>
18
29
        <em:description>Premier proxy management for Firefox</em:description>
19
 
        <em:homepageURL>http://foxyproxy.mozdev.org</em:homepageURL>
 
30
        <em:homepageURL>http://getfoxyproxy.org</em:homepageURL>
20
31
        <em:aboutURL>chrome://foxyproxy/content/about.xul</em:aboutURL>
21
32
        <em:optionsURL>chrome://foxyproxy/content/options.xul</em:optionsURL>
22
33
        <em:iconURL>chrome://foxyproxy/content/images/foxyproxy-nocopy.gif</em:iconURL>
24
35
            <Description>
25
36
                <em:id>songbird@songbirdnest.com</em:id>
26
37
                <em:minVersion>0.4</em:minVersion>
27
 
                <em:maxVersion>1.7.0a</em:maxVersion>
 
38
                <em:maxVersion>1.7</em:maxVersion>
28
39
            </Description>
29
40
        </em:targetApplication>
30
41
        <em:targetApplication>
31
42
            <!-- Firefox -->
32
43
            <Description>
33
44
                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
34
 
                <em:minVersion>3.0a1</em:minVersion>
35
 
                <em:maxVersion>3.7a5pre</em:maxVersion>
 
45
                <em:minVersion>3.1b3</em:minVersion>
 
46
                <em:maxVersion>4.0.*</em:maxVersion>
36
47
            </Description>
37
48
        </em:targetApplication>
38
49
        <!-- Flock -->
48
59
         <Description>
49
60
            <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
50
61
            <em:minVersion>2.0a</em:minVersion>
51
 
            <em:maxVersion>2.1a2</em:maxVersion>
 
62
            <em:maxVersion>2.1b2</em:maxVersion>
52
63
          </Description>
53
64
        </em:targetApplication>  
54
65
        <!-- Thunderbird -->
56
67
            <Description>
57
68
                <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
58
69
                <em:minVersion>3.0a1pre</em:minVersion>
59
 
                <em:maxVersion>3.2a1pre</em:maxVersion>
 
70
                <em:maxVersion>3.3a2pre</em:maxVersion>
60
71
            </Description>
61
72
        </em:targetApplication>
62
73
    </Description>