web
This commit is contained in:
parent
5e7729b195
commit
119773358b
@ -294,6 +294,17 @@ packages if you want use the source rpms.</p>
|
|||||||
for <a href="fedora20">Fedora 20</a>. There are only x86_64 binaries
|
for <a href="fedora20">Fedora 20</a>. There are only x86_64 binaries
|
||||||
for now, use the source rpm for other archs.</p>
|
for now, use the source rpm for other archs.</p>
|
||||||
|
|
||||||
|
<h3>CentOS 7.1</h3>
|
||||||
|
|
||||||
|
<p>CentOS ships neither Xapian nor Recoll. <a href="centos71">Here are
|
||||||
|
some packages.</a>. There are only x86_64 binaries
|
||||||
|
for now, use the source rpm for other archs. As far as I know, the
|
||||||
|
only specific issue is that CentOS does not seem to have the Qt
|
||||||
|
WebKit module. The Recoll build uses QTextBrowser instead of a
|
||||||
|
WebKit QWebView, so no Javascript or advanced CSS in the result list
|
||||||
|
or snippets window for you.</p>
|
||||||
|
|
||||||
|
|
||||||
<h3>OpenSUSE</h3>
|
<h3>OpenSUSE</h3>
|
||||||
|
|
||||||
<p>Recoll is in the KDE:Extra repository. You just need to add the
|
<p>Recoll is in the KDE:Extra repository. You just need to add the
|
||||||
|
|||||||
@ -76,6 +76,12 @@
|
|||||||
<p>However, if you are running a Recoll version older than 1.17,
|
<p>However, if you are running a Recoll version older than 1.17,
|
||||||
you should really upgrade.</p>
|
you should really upgrade.</p>
|
||||||
|
|
||||||
|
<h2>PDF documents</h2>
|
||||||
|
<p>Fixded <a href="rclpdf">rclpdf</a> filter, compatible with
|
||||||
|
newer poppler pdftotext versions, which now properly escape
|
||||||
|
text inside the html <head> section (but not the body,
|
||||||
|
curiously).</p>
|
||||||
|
|
||||||
<h2>Scribus documents</h2>
|
<h2>Scribus documents</h2>
|
||||||
<p>An improved <a href="rclscribus">rclscribus</a> filter,
|
<p>An improved <a href="rclscribus">rclscribus</a> filter,
|
||||||
thanks to Morten Langlo.</p>
|
thanks to Morten Langlo.</p>
|
||||||
|
|||||||
@ -99,6 +99,12 @@
|
|||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
||||||
|
<dt>2015-06-30</dt>
|
||||||
|
<dd>A new rclpdf filter, with improved compatibility with
|
||||||
|
recent poppler pdftotext
|
||||||
|
versions. See <a href="filters/filters.html">rclpdf
|
||||||
|
filter</a>.</dd>
|
||||||
|
|
||||||
<dt>2015-06-16</dt>
|
<dt>2015-06-16</dt>
|
||||||
<dd>Recoll 1.21.0 is out. This has a new query parser and
|
<dd>Recoll 1.21.0 is out. This has a new query parser and
|
||||||
should be considered an instable release, please do not
|
should be considered an instable release, please do not
|
||||||
|
|||||||
@ -118,6 +118,29 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt><a href="release-1.16.html">Release 1.16</a>: small
|
||||||
|
improvements</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>Images displayed in preview window.</li>
|
||||||
|
<li>Save to file popup in preview.</li>
|
||||||
|
<li>Fields in advanced search.</li>
|
||||||
|
<li>Searches anchored to beginning or end of text.</li>
|
||||||
|
<li>Saving the result table to CSV.</li>
|
||||||
|
<li>Improved indentation in preview window.</li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
|
||||||
|
<dt><a href="release-1.15.html">Release 1.15</a>: results
|
||||||
|
table</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>Optional spreadsheet presentation of results.</li>
|
||||||
|
<li>Clear search history.</li>
|
||||||
|
<li>Better thunderbird mbox format handling.</li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user