This commit is contained in:
Jean-Francois Dockes 2015-01-19 16:56:01 +01:00
parent b7fcf79db8
commit 6f17ef23d4
3 changed files with 14 additions and 8 deletions

View File

@ -270,11 +270,11 @@ application/x-tar = execm rcltar
<li><span class="application">RTF</span> files with
<a href="http://www.gnu.org/software/unrtf/unrtf.html">
unrtf</a>. Please note that up to version 0.21.3,
<span class="command">unrtf</span> mostly does not work
with non western-european character sets. If you have a need
for indexing, e.g., russian or chinese RTF files, make sure
that you have 0.21.3 or newer. Unrtf is easy to build from
source.</li>
<span class="command">unrtf</span> mostly does not work with
non western-european character sets. Many serious problems
(crashes and infinite loops) were fixed in unrtf 0.21.8, so
that's really what you want. Building Unrtf from source is
quick and easy.</li>
<li><span class="application">TeX</span> with <span class=
"command">untex</span>. If there is no untex package for

View File

@ -96,6 +96,12 @@
<dl>
<dt>2014-12-27</dt>
<dd><a href="https://www.gnu.org/software/unrtf/">
Unrtf 21.8</a> has been released. This fixes many issues
in unrtf, some with possible security implications. You
really want to use this version.</dd>
<dt>2014-12-18</dt> <dd>Recoll 1.20.1 is out and replaces 1.19
as the main version. I have been using 1.20 for months
(along with a number of fearless builders-from-source), and

View File

@ -180,9 +180,9 @@
<span class="filename">src/python/samples/docdups.py</span></li>
<li>The command used to identify the mime types of files
when the internal method is <span class="literal">file
-i</span> by default. It is now possible to customize this
command by setting
when the internal method fails used to be hard-coded
as <span class="literal">file -i</span>. It is now
possible to customize this command by setting
the <span class="literal">systemfilecommand</span> in the
configuration. A suggested value would
be <span class="filename">xdg-mime</span>, which sometimes