summaryrefslogtreecommitdiff
path: root/profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-19 01:18:05 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-19 01:18:05 +0100
commitbe1180372f14bd699d7919ba6dad0308d31192f9 (patch)
tree0e9810df6a04d44c1a76632ef16f1d43f7b23c1b /profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf
downloadetcskel-kanotix-be1180372f14bd699d7919ba6dad0308d31192f9.zip
etcskel-kanotix-be1180372f14bd699d7919ba6dad0308d31192f9.tar.gz
Initial commit
Diffstat (limited to 'profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf')
-rw-r--r--profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf26
1 files changed, 26 insertions, 0 deletions
diff --git a/profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf b/profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf
new file mode 100644
index 0000000..122c663
--- /dev/null
+++ b/profile/.mozilla/firefox/evc3to3e.default/mimeTypes.rdf
@@ -0,0 +1,26 @@
+<?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:Description RDF:about="urn:mimetype:application/pdf"
+ NC:value="application/pdf"
+ NC:editable="true"
+ NC:description="PDF-Dokument">
+ <NC:handlerProp RDF:resource="urn:mimetype:handler:application/pdf"/>
+ </RDF:Description>
+ <RDF:Description RDF:about="urn:mimetype:externalApplication:application/pdf"
+ NC:path="/usr/bin/kpdf"
+ NC:prettyName="kpdf" />
+ <RDF:Seq RDF:about="urn:mimetypes:root">
+ <RDF:li RDF:resource="urn:mimetype:application/pdf"/>
+ </RDF:Seq>
+ <RDF:Description RDF:about="urn:mimetype:handler:application/pdf"
+ NC:alwaysAsk="true"
+ NC:saveToDisk="false"
+ NC:useSystemDefault="false"
+ NC:handleInternal="false">
+ <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/pdf"/>
+ </RDF:Description>
+ <RDF:Description RDF:about="urn:mimetypes">
+ <NC:MIME-types RDF:resource="urn:mimetypes:root"/>
+ </RDF:Description>
+</RDF:RDF>