gecko-dev/profile/defaults/mimeTypes.rdf

56 строки
2.3 KiB
Plaintext
Исходник Обычный вид История

<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:NC="http://home.netscape.com/NC-rdf#">
<Description about="urn:mimetypes">
<NC:MIME-types>
<Seq>
<li resource="urn:mimetype:application/pdf"/>
<li resource="urn:mimetype:text/html"/>
</Seq>
</NC:MIME-types>
</Description>
<Description about="urn:mimetype:application/pdf">
<NC:value>application/pdf</NC:value>
<NC:description>Portable Document Format</NC:description>
<NC:editable>true</NC:editable>
<NC:fileExtensions about="urn:mimetype:extension:application/pdf:pdf">pdf</NC:fileExtensions>
<NC:fileExtensions about="urn:mimetype:extension:application/pdf:foo">foo</NC:fileExtensions>
<NC:handlerProp>
<NC:handler about="urn:mimetype:handler:application/pdf">
<NC:saveToDisk about="urn:mimetype:handler:saveToDisk:application/pdf">false</NC:saveToDisk>
<NC:handleInternal>false</NC:handleInternal>
<NC:alwaysAsk>false</NC:alwaysAsk>
<NC:externalApplicationProp>
<NC:externalApplication about="urn:mimetype:externalApplication:application/pdf">
<NC:prettyName>Adobe Acrobat</NC:prettyName>
<NC:path>/usr/bin/xpdf</NC:path>
</NC:externalApplication>
</NC:externalApplicationProp>
</NC:handler>
</NC:handlerProp>
</Description>
<Description about="urn:mimetype:text/html">
<NC:value>text/html</NC:value>
<NC:description>Hypertext Document</NC:description>
<NC:editable>false</NC:editable>
<NC:fileExtensions about="urn:mimetype:extension:text/html:htm">htm</NC:fileExtensions>
<NC:fileExtensions about="urn:mimetype:extension:text/html:html">html</NC:fileExtensions>
<NC:handlerProp>
<NC:handler about="urn:mimetype:handler:text/html">
<NC:saveToDisk>false</NC:saveToDisk>
<NC:handleInternal>true</NC:handleInternal>
<NC:handleInternal>false</NC:handleInternal>
<NC:externalApplicationProp>
<NC:externalApplication>
<NC:prettyName></NC:prettyName>
<NC:path></NC:path>
</NC:externalApplication>
</NC:externalApplicationProp>
</NC:handler>
</NC:handlerProp>
</Description>
</RDF>