doc
This commit is contained in:
parent
3d7a199894
commit
e17595162e
3 changed files with 26 additions and 7 deletions
|
@ -118,6 +118,10 @@
|
|||
<span class="application">groff</span>).</li>
|
||||
|
||||
<li><span class="application">Dia</span> diagrams.</li>
|
||||
<li><span class="application">Excel</span>
|
||||
and <span class="application">Powerpoint</span>
|
||||
for <span class="application">Recoll</span> versions 1.19.12
|
||||
and later.</li>
|
||||
</ul>
|
||||
|
||||
<h4>File types indexed with external helpers</h4>
|
||||
|
@ -182,7 +186,11 @@
|
|||
|
||||
<li><span class="application">Powerpoint</span> and <span
|
||||
class="application">Excel</span> with the <a href=
|
||||
"http://vitus.wagner.pp.ru/software/catdoc/">catdoc</a> utilities.</li>
|
||||
"http://vitus.wagner.pp.ru/software/catdoc/">catdoc</a>
|
||||
utilities up to recoll 1.19.12. Recoll 1.19.12 and later use
|
||||
internal Python filters for Excel and Powerpoint, and catdoc
|
||||
is not needed at all (catdoc did not work on many semi-recent
|
||||
Excel and Powerpoint files).</li>
|
||||
|
||||
<li><span class="application">CHM (Microsoft help)</span> files
|
||||
with <span class="command">Python,
|
||||
|
|
|
@ -42,7 +42,8 @@
|
|||
inside documents as well as file names.</p>
|
||||
<ul>
|
||||
<li>It can search
|
||||
most <a href="features.html#doctypes">document formats</a>.</li>
|
||||
most <span class="important"><a href="features.html#doctypes">document
|
||||
formats</a></span>.</li>
|
||||
<li>It can reach any storage place: files,
|
||||
archive members, email attachments, transparently
|
||||
handling decompression.</li>
|
||||
|
@ -57,6 +58,7 @@
|
|||
(<a href="release-1.19.html">Release notes</a>,
|
||||
<a href="BUGS.html">known bugs</a>).</p>
|
||||
|
||||
|
||||
<p><span class="application">Recoll</span> is based on the very
|
||||
strong <a href="http://www.xapian.org">Xapian</a> search
|
||||
engine library, for which it provides a powerful text
|
||||
|
@ -69,12 +71,14 @@
|
|||
more...). It will also help you search for it with a friendly and
|
||||
powerful interface, and let you open a copy of a PDF at the right
|
||||
page with two clicks. There is little that will remain
|
||||
hidden on your disk.
|
||||
<a class="important" href="features.html">More details …</a></p>
|
||||
hidden on your disk.</p>
|
||||
|
||||
<p>If you have problems with Recoll, <a href="doc.html">
|
||||
documentation</a> and <a href="support.html">
|
||||
support</a> are available.</p>
|
||||
<p>Recoll has extensive <a href="doc.html">
|
||||
documentation</a>. If you run into a problem, or want to
|
||||
propose improvements, you are welcome to use
|
||||
the <a href="support.html">
|
||||
<span class="important">mailing list or problem
|
||||
tracker</span></a>.</p>
|
||||
|
||||
<p><b><i>Recoll user ?</i></b> Maybe there are still a few useful
|
||||
search tricks that you don't know about. A quick look at
|
||||
|
|
|
@ -63,6 +63,13 @@ Configuration</em> menu.</p>
|
|||
|
||||
<h2><a name="minor_releases">Minor releases at a glance</a></h2>
|
||||
<ul>
|
||||
<li>1.19.12p2 fulfills an old promise that I had forgotten: have a
|
||||
double-clik in the result table run an "open file" action. It just
|
||||
had waited for too long...</li>
|
||||
<li>1.19.12p1 fixes the 1.19.12 install script which did not
|
||||
actually copy the xls filter...</li>
|
||||
<li>1.19.12 adds a parameter for setting the truncation size of the
|
||||
stored metadata attributes, and a new XLS filter.</li>
|
||||
<li>1.19.11 is a fix to the install script in 1.19.10. The latter
|
||||
did not copy the new ppt extraction code to the filters directory.</li>
|
||||
<li>1.19.10 has a bit more changes than
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue