lyx filter
This commit is contained in:
parent
bee6d7059d
commit
2593ad42b2
@ -1,4 +1,4 @@
|
|||||||
# @(#$Id: mimeconf,v 1.22 2007-01-22 16:32:55 dockes Exp $ (C) 2004 J.F.Dockes
|
# @(#$Id: mimeconf,v 1.23 2007-01-23 07:14:16 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-lyx = exec rcllyx
|
||||||
application/x-scribus = exec rclscribus
|
application/x-scribus = exec rclscribus
|
||||||
audio/mpeg = exec rclmedia
|
audio/mpeg = exec rclmedia
|
||||||
image/vnd.djvu = exec rcldjvu
|
image/vnd.djvu = exec rcldjvu
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# @(#$Id: mimemap,v 1.18 2007-01-22 16:32:55 dockes Exp $ (C) 2004 J.F.Dockes
|
# @(#$Id: mimemap,v 1.19 2007-01-23 07:14:16 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
|
||||||
|
|
||||||
|
.lyx = application/x-lyx
|
||||||
.sla = application/x-scribus
|
.sla = application/x-scribus
|
||||||
|
|
||||||
.wpd = application/vnd.wordperfect
|
.wpd = application/vnd.wordperfect
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# @(#$Id: mimeview,v 1.2 2006-12-19 08:40:50 dockes Exp $ (C) 2004 J.F.Dockes
|
# @(#$Id: mimeview,v 1.3 2007-01-23 07:14:16 dockes Exp $ (C) 2004 J.F.Dockes
|
||||||
|
|
||||||
## ##########################################
|
## ##########################################
|
||||||
# External viewers, launched by the recoll GUI when you click on a result
|
# External viewers, launched by the recoll GUI when you click on a result
|
||||||
@ -22,6 +22,8 @@ application/vnd.sun.xml.writer.global = openoffice %f
|
|||||||
application/vnd.sun.xml.writer.template = openoffice %f
|
application/vnd.sun.xml.writer.template = openoffice %f
|
||||||
application/x-fsdirectory = rox %f
|
application/x-fsdirectory = rox %f
|
||||||
application/x-dvi = xdvi %f
|
application/x-dvi = xdvi %f
|
||||||
|
application/x-lyx = lyx %f
|
||||||
|
application/x-scribus = scribus %f
|
||||||
audio/mpeg = xmms %f
|
audio/mpeg = xmms %f
|
||||||
image/jpeg = xv %f
|
image/jpeg = xv %f
|
||||||
image/png = xv %f
|
image/png = xv %f
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user