From 2593ad42b23f28dc5e60e88e6ae9f047b9bfcda8 Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 23 Jan 2007 07:14:36 +0000 Subject: [PATCH] lyx filter --- src/sampleconf/mimeconf | 3 ++- src/sampleconf/mimemap | 3 ++- src/sampleconf/mimeview | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf index 02e5871b..c0bd5f04 100644 --- a/src/sampleconf/mimeconf +++ b/src/sampleconf/mimeconf @@ -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. # 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.template = exec rclsoff application/x-dvi = exec rcldvi +application/x-lyx = exec rcllyx application/x-scribus = exec rclscribus audio/mpeg = exec rclmedia image/vnd.djvu = exec rcldjvu diff --git a/src/sampleconf/mimemap b/src/sampleconf/mimemap index 6e036392..9cf86ff5 100644 --- a/src/sampleconf/mimemap +++ b/src/sampleconf/mimemap @@ -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 .txt = text/plain @@ -54,6 +54,7 @@ .sxg = application/vnd.sun.xml.writer.global .stw = application/vnd.sun.xml.writer.template +.lyx = application/x-lyx .sla = application/x-scribus .wpd = application/vnd.wordperfect diff --git a/src/sampleconf/mimeview b/src/sampleconf/mimeview index fb834a16..68229773 100644 --- a/src/sampleconf/mimeview +++ b/src/sampleconf/mimeview @@ -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 @@ -22,6 +22,8 @@ application/vnd.sun.xml.writer.global = openoffice %f application/vnd.sun.xml.writer.template = openoffice %f application/x-fsdirectory = rox %f application/x-dvi = xdvi %f +application/x-lyx = lyx %f +application/x-scribus = scribus %f audio/mpeg = xmms %f image/jpeg = xv %f image/png = xv %f