86 lines
3.2 KiB
HTML
86 lines
3.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<title>Recoll updated filters</title>
|
|
|
|
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
|
<meta name="Author" content="Jean-Francois Dockes">
|
|
<meta name="Description" content=
|
|
"recoll is a simple full-text search system for unix and linux
|
|
based on the powerful and mature xapian engine">
|
|
<meta name="Keywords" content=
|
|
"full text search, desktop search, unix, linux">
|
|
<meta http-equiv="Content-language" content="en">
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|
<meta name="robots" content="All,Index,Follow">
|
|
|
|
<link type="text/css" rel="stylesheet" href="../styles/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="rightlinks">
|
|
<ul>
|
|
<li><a href="../index.html">Home</a></li>
|
|
<li><a href="../download.html">Downloads</a></li>
|
|
<li><a href="../usermanual/index.html">User manual</a></li>
|
|
<li><a href="../usermanual/rcl.install.html">Installation</a></li>
|
|
<li><a href="../index.html#support">Support</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<h1>Updated filters for Recoll</h1>
|
|
|
|
<p>The following describe new and updated filters, which will be
|
|
part of the next release, but can be installed on the current
|
|
release if you need them.</p>
|
|
|
|
<p>For updated filters, you just need to copy the script to the
|
|
filters directory which may be typically either <span
|
|
class="filename">/usr/share/recoll/filters</span>, or <span
|
|
class="filename">/usr/local/share/recoll/filters</span>. Please check
|
|
that the script is executable after copying it, and make it so if
|
|
needed (chmod a+x <i>scriptname</i>)</p>
|
|
|
|
<p>For new filters, you'll need to copy the script file as
|
|
above, possibly install the supporting application, and usually
|
|
edit the
|
|
<span class="filename">mimemap</span>,
|
|
<span class="filename">mimeview</span> and
|
|
<span class="filename">mimeconf</span> files, either in the
|
|
shared directory
|
|
(<span class="filename">
|
|
/usr[/local]/share/recoll/examples</span>), or
|
|
in your personal configuration directory
|
|
(<span class="filename">$HOME/.recoll</span> or
|
|
<span class="filename">$RECOLL_CONFDIR</span>).</p>
|
|
|
|
<p>Alternatively, you can replace your system files with
|
|
these updated and complete versions:
|
|
<a href="mimemap">mimemap</a>
|
|
<a href="mimeconf">mimeconf</a>
|
|
<a href="mimeview">mimeview</a> </p>
|
|
|
|
<p>Notes:</p>
|
|
<blockquote>
|
|
<p>All filters are up to date in Recoll 1.13.04, except rclics.</p>
|
|
<p>If you are using an older version, you should update to 1.13.04.</p>
|
|
</blockquote>
|
|
|
|
|
|
<h2>Updated icalendar filter</h2>
|
|
<p>The filter script for all releases up and including 1.13.04 used
|
|
the icalendar Python module which is not robust enough against some
|
|
syntax errors (found for example in Mozilla exports). The new version
|
|
uses an internal trivial parser, which will hopefully be both
|
|
sufficient for what we are doing and more robust.
|
|
You can download the <a href="rclics">new script</a>. This will not
|
|
work for versions prior to 1.13.</p>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|