summaryrefslogtreecommitdiff
path: root/profile/.icedove/ocpnorvk.default/mimeTypes.rdf
blob: 2113dd1bde36944a66f06d708aadcf2e3892f2eb (plain)
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
<?xml version="1.0"?>
<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <RDF:Seq RDF:about="urn:mimetypes:root">
  </RDF:Seq>
  <RDF:Description RDF:about="urn:schemes">
    <NC:Protocol-Schemes RDF:resource="urn:schemes:root"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:root"
                   NC:de_defaultHandlersVersion="-1" />
  <RDF:Description RDF:about="urn:mimetypes">
    <NC:MIME-types RDF:resource="urn:mimetypes:root"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:scheme:http"
                   NC:value="http">
    <NC:handlerProp RDF:resource="urn:scheme:handler:http"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:scheme:https"
                   NC:value="https">
    <NC:handlerProp RDF:resource="urn:scheme:handler:https"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:scheme:ftp"
                   NC:value="ftp">
    <NC:handlerProp RDF:resource="urn:scheme:handler:ftp"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:scheme:handler:http"
                   NC:alwaysAsk="false">
    <NC:externalApplication RDF:resource="urn:scheme:externalApplication:http"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:scheme:handler:https"
                   NC:alwaysAsk="false">
    <NC:externalApplication RDF:resource="urn:scheme:externalApplication:https"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:scheme:handler:ftp"
                   NC:alwaysAsk="false">
    <NC:externalApplication RDF:resource="urn:scheme:externalApplication:ftp"/>
  </RDF:Description>
  <RDF:Seq RDF:about="urn:schemes:root">
    <RDF:li RDF:resource="urn:scheme:http"/>
    <RDF:li RDF:resource="urn:scheme:https"/>
    <RDF:li RDF:resource="urn:scheme:ftp"/>
  </RDF:Seq>
  <RDF:Description RDF:about="urn:scheme:externalApplication:http"
                   NC:prettyName="Default browser"
                   NC:path="/etc/alternatives/x-www-browser" />
  <RDF:Description RDF:about="urn:scheme:externalApplication:https"
                   NC:prettyName="Default browser"
                   NC:path="/etc/alternatives/x-www-browser" />
  <RDF:Description RDF:about="urn:scheme:externalApplication:ftp"
                   NC:prettyName="Default browser"
                   NC:path="/etc/alternatives/x-www-browser" />
</RDF:RDF>