This commit is contained in:
Jean-Francois Dockes 2012-04-06 15:13:20 +02:00
parent f08bd8f9db
commit 1e96ee6df6
2 changed files with 33 additions and 20 deletions

View File

@ -87,11 +87,11 @@
<h2><a name="doctypes">Document types</a></h2> <h2><a name="doctypes">Document types</a></h2>
<p>Recoll can index many document types (along with their <p>Recoll can index many document types (along with their
compressed versions). Some types are handled internally (no compressed versions). Some types are handled internally (no
external application needed). Other types need a separate external application needed). Other types need a separate
application to be installed to extract the text. Types that application to be installed to extract the text. Types that
only need very common utilities (awk/sed/groff etc.) are only need very common utilities (awk/sed/groff/Python etc.)
listed in the native section.</p> are listed in the native section.</p>
<h4>File types indexed natively</h4> <h4>File types indexed natively</h4>
@ -100,22 +100,25 @@
<li><span class="literal">html</span>.</li> <li><span class="literal">html</span>.</li>
<li><span class="literal">maildir</span> and <span class= <li><span class="literal">maildir</span> and
"literal">mailbox</span> (<span class= <span class="literal">mailbox</span> (
"literal">Mozilla</span>, <span class= <span class="literal">Mozilla</span>,
"literal">Thunderbird</span> and <span class= <span class="literal">Thunderbird</span> and
"literal">Evolution</span> mail ok).</li> <span class="literal">Evolution</span>mail ok).
</li>
<li><span class="literal">gaim</span> and <span class= <li><span class="literal">gaim</span> and
"literal">purple</span> log files.</li> <span class="literal">purple</span> log files.</li>
<li><span class="literal">Lyx</span> files (needs <span <li><span class="literal">Lyx</span> files (needs
class="literal">Lyx</span> to be installed).</li> <span class="literal">Lyx</span> to be installed).</li>
<li><span class="literal">Scribus</span> files.</li> <li><span class="literal">Scribus</span> files.</li>
<li><span class="literal">Man pages</span> (need <span <li><span class="literal">Man pages</span> (needs
class="command">groff</span>).</li> <span class="command">groff</span>).</li>
<li><span class="literal">Dia</span> diagrams.</li>
</ul> </ul>
<h4>File types indexed with external helpers</h4> <h4>File types indexed with external helpers</h4>
@ -124,9 +127,10 @@
command in addition to the applications specifically listed.</p> command in addition to the applications specifically listed.</p>
<h5>The XML ones</h5> <h5>The XML ones</h5>
<p>The following types need <span class=
"command">xsltproc</span> from the <b>libxslt</b> package. <p>The following types need <span class="command">
Quite a few also need <span class="command">unzip</span>:</p> xsltproc</span> from the <b>libxslt</b> package.
Quite a few also need <span class="command">unzip</span>:</p>
<ul> <ul>
<li><span class="literal">Abiword</span> files.</li> <li><span class="literal">Abiword</span> files.</li>
@ -148,6 +152,9 @@
<h5>Other formats</h5> <h5>Other formats</h5>
<p>The following need miscellaneous helper programs to decode
the internal formats.</p>
<ul> <ul>
<li><span class="literal">pdf</span> with the <span class= <li><span class="literal">pdf</span> with the <span class=
"command">pdftotext</span> command, which can be installed "command">pdftotext</span> command, which can be installed
@ -166,7 +173,8 @@
"http://vitus.wagner.pp.ru/software/catdoc/">catdoc</a> utilities.</li> "http://vitus.wagner.pp.ru/software/catdoc/">catdoc</a> utilities.</li>
<li><span class="literal">CHM (Microsoft help)</span> files <li><span class="literal">CHM (Microsoft help)</span> files
with <span class="command">Python, <a href="http://gnochm.sourceforge.net/pychm.html">pychm</a> with <span class="command">Python,
<a href="http://gnochm.sourceforge.net/pychm.html">pychm</a>
and <a href="http://www.jedrea.com/chmlib/">chmlib</a></span>.</li> and <a href="http://www.jedrea.com/chmlib/">chmlib</a></span>.</li>
<li><span class="literal">GNU info</span> files <li><span class="literal">GNU info</span> files

View File

@ -75,6 +75,11 @@
should upgrade.</p> should upgrade.</p>
</blockquote> </blockquote>
<h2>DIA files</h2>
<p><a href="rcldia">rcldia</a> is a new filter
for <a href="http://projects.gnome.org/dia/">Dia</a> files,
contributed by Stefan Friedel.</p>
<h2>CHM files</h2> <h2>CHM files</h2>
<p><a href="rclchm">rclchm</a>. The previous version of the <p><a href="rclchm">rclchm</a>. The previous version of the
filter mishandled files which had encoded internal URLs (not filter mishandled files which had encoded internal URLs (not