This commit is contained in:
Jean-Francois Dockes 2014-04-24 10:10:53 +02:00
parent 3d7a199894
commit e17595162e
3 changed files with 26 additions and 7 deletions

View file

@ -118,6 +118,10 @@
<span class="application">groff</span>).</li> <span class="application">groff</span>).</li>
<li><span class="application">Dia</span> diagrams.</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> </ul>
<h4>File types indexed with external helpers</h4> <h4>File types indexed with external helpers</h4>
@ -182,7 +186,11 @@
<li><span class="application">Powerpoint</span> and <span <li><span class="application">Powerpoint</span> and <span
class="application">Excel</span> with the <a href= 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 <li><span class="application">CHM (Microsoft help)</span> files
with <span class="command">Python, with <span class="command">Python,

View file

@ -42,7 +42,8 @@
inside documents as well as file names.</p> inside documents as well as file names.</p>
<ul> <ul>
<li>It can search <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, <li>It can reach any storage place: files,
archive members, email attachments, transparently archive members, email attachments, transparently
handling decompression.</li> handling decompression.</li>
@ -57,6 +58,7 @@
(<a href="release-1.19.html">Release notes</a>, (<a href="release-1.19.html">Release notes</a>,
<a href="BUGS.html">known bugs</a>).</p> <a href="BUGS.html">known bugs</a>).</p>
<p><span class="application">Recoll</span> is based on the very <p><span class="application">Recoll</span> is based on the very
strong <a href="http://www.xapian.org">Xapian</a> search strong <a href="http://www.xapian.org">Xapian</a> search
engine library, for which it provides a powerful text 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 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 powerful interface, and let you open a copy of a PDF at the right
page with two clicks. There is little that will remain page with two clicks. There is little that will remain
hidden on your disk. hidden on your disk.</p>
<a class="important" href="features.html">More details &hellip;</a></p>
<p>If you have problems with Recoll, <a href="doc.html"> <p>Recoll has extensive <a href="doc.html">
documentation</a> and <a href="support.html"> documentation</a>. If you run into a problem, or want to
support</a> are available.</p> 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 <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 search tricks that you don't know about. A quick look at

View file

@ -63,6 +63,13 @@ Configuration</em> menu.</p>
<h2><a name="minor_releases">Minor releases at a glance</a></h2> <h2><a name="minor_releases">Minor releases at a glance</a></h2>
<ul> <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 <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> did not copy the new ppt extraction code to the filters directory.</li>
<li>1.19.10 has a bit more changes than <li>1.19.10 has a bit more changes than