This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathinstall.rdf
70 lines (62 loc) · 2.94 KB
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0"?>
<!--
*****************************************************************************
sipgate FFX - Firefox Extension for Mozilla Firefox Webbrowser
Copyright (C) 2011 sipgate GmbH, Germany
The original code is hosted at
http://www.github.com/sipgate/sipgateffx
sipgateFFX is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License
as published by the Free Software Foundation.
sipgateFFX is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA
*****************************************************************************
-->
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!-- firefox -->
<RDF:Description RDF:about="rdf:#$NV0g12"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="3.0a1"
em:maxVersion="17.*" />
<!-- thunderbird -->
<RDF:Description RDF:about="rdf:#$+z19m"
em:id="{3550f703-e582-4d05-9a08-453d09bdfdc6}"
em:minVersion="3.0a1pre"
em:maxVersion="20.*" />
<!-- postbox -->
<RDF:Description RDF:about="rdf:#$GrpsQ"
em:id="[email protected]"
em:minVersion="1.0b16"
em:maxVersion="1.2.*" />
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="[email protected]"
em:name="sipgateFFX"
em:version="0.7.4"
em:creator="sipgate"
em:type="2"
em:description="Browser and communication successfully merged"
em:homepageURL="http://www.sipgate.de"
em:iconURL="chrome://sipgateffx/skin/sipgateffx_logo.png"
em:optionsURL="chrome://sipgateffx/content/options.xul"
em:aboutURL="chrome://sipgateffx/content/about.xul">
<!-- em:updateURL="https://secure.dev.sipgate.de/static/downloads/sipgateffx/update.rdf"> -->
<em:localized>
<Description>
<em:locale>de-DE</em:locale>
<em:name>sipgateFFX</em:name>
<em:description>Browser und Kommunikation erfolgreich vereint</em:description>
</Description>
</em:localized>
<em:targetApplication RDF:resource="rdf:#$NV0g12"/>
<em:targetApplication RDF:resource="rdf:#$+z19m"/>
<em:targetApplication RDF:resource="rdf:#$GrpsQ"/>
</RDF:Description>
</RDF:RDF>