added scribus support
This commit is contained in:
parent
4d780d0c58
commit
6d5b0482c7
@ -1,4 +1,4 @@
|
|||||||
# @(#$Id: mimeconf,v 1.21 2006-12-20 13:12:49 dockes Exp $ (C) 2004 J.F.Dockes
|
# @(#$Id: mimeconf,v 1.22 2007-01-22 16:32:55 dockes Exp $ (C) 2004 J.F.Dockes
|
||||||
|
|
||||||
# Recoll : associations of mime types to processing filters.
|
# Recoll : associations of mime types to processing filters.
|
||||||
# There are different sections for decompression, 'interning' for indexing
|
# There are different sections for decompression, 'interning' for indexing
|
||||||
@ -41,6 +41,7 @@ application/vnd.sun.xml.writer = exec rclsoff
|
|||||||
application/vnd.sun.xml.writer.global = exec rclsoff
|
application/vnd.sun.xml.writer.global = exec rclsoff
|
||||||
application/vnd.sun.xml.writer.template = exec rclsoff
|
application/vnd.sun.xml.writer.template = exec rclsoff
|
||||||
application/x-dvi = exec rcldvi
|
application/x-dvi = exec rcldvi
|
||||||
|
application/x-scribus = exec rclscribus
|
||||||
audio/mpeg = exec rclmedia
|
audio/mpeg = exec rclmedia
|
||||||
image/vnd.djvu = exec rcldjvu
|
image/vnd.djvu = exec rcldjvu
|
||||||
message/rfc822 = internal
|
message/rfc822 = internal
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# @(#$Id: mimemap,v 1.17 2006-12-21 09:22:31 dockes Exp $ (C) 2004 J.F.Dockes
|
# @(#$Id: mimemap,v 1.18 2007-01-22 16:32:55 dockes Exp $ (C) 2004 J.F.Dockes
|
||||||
# Recoll: associations of file name extensions to mime types
|
# Recoll: associations of file name extensions to mime types
|
||||||
|
|
||||||
.txt = text/plain
|
.txt = text/plain
|
||||||
@ -54,6 +54,7 @@
|
|||||||
.sxg = application/vnd.sun.xml.writer.global
|
.sxg = application/vnd.sun.xml.writer.global
|
||||||
.stw = application/vnd.sun.xml.writer.template
|
.stw = application/vnd.sun.xml.writer.template
|
||||||
|
|
||||||
|
.sla = application/x-scribus
|
||||||
|
|
||||||
.wpd = application/vnd.wordperfect
|
.wpd = application/vnd.wordperfect
|
||||||
.rtf = text/rtf
|
.rtf = text/rtf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user