web: small updates

This commit is contained in:
Jean-Francois Dockes 2011-11-25 15:02:34 +01:00
parent 7d30b7d553
commit 2b01554729
3 changed files with 55 additions and 14 deletions

View File

@ -35,17 +35,19 @@
<h1>Recoll downloads</h1>
<p>
<table width=100%><tbody><tr>
<td><a href="#source">Source</a></td>
<td><a href="#rpms">Rpm/deb packages</a></td>
<td><a href="BUGS.html">Known bugs</a></td>
<td><a href="#otherbinary">Other binary packages</a></td>
<td><a href="#ports">Bsd and Mac ports</a></td>
<td><a href="#filters">Filters</a> </td>
<td><a href="#translations">Translations</a></td>
</tr>
</tbody>
</table>
<table width=100%>
<tbody>
<tr>
<td><a href="#source">Source</a></td>
<td><a href="#rpms">Rpm/deb packages</a></td>
<td><a href="BUGS.html">Known bugs</a></td>
<td><a href="#otherbinary">Other binary packages</a></td>
<td><a href="#ports">Bsd and Mac ports</a></td>
<td><a href="#filters">Filters</a> </td>
<td><a href="#translations">Translations</a></td>
</tr>
</tbody>
</table>
</p>
<h2><a>General information</a></h2>

View File

@ -37,6 +37,18 @@
<div class="content">
<h1 class="intro">Recoll features</h1>
<table width=100%>
<tbody>
<tr>
<td><a href="#systems">Supported systems</a></td>
<td><a href="#doctypes">Document types</a></td>
<td><a href="#other">Other features</a></td>
<td><a href="#integration">Desktop and web integration</a></td>
<td><a href="#stemming">Stemming</a></td>
</tr>
</tbody>
</table>
<h2><a name="systems">Supported systems</a></h2>
<p><span class="application">Recoll</span> has been compiled
@ -235,7 +247,7 @@
</ul>
<h2>Other features</h2>
<h2><a name="other">Other features</a></h2>
<ul>
<li>Can use <b>Beagle</b> browser plug-ins to index web
@ -271,7 +283,29 @@
real-time indexing daemon.</li>
</ul>
<h2><a name="#stemming"></a>Stemming</h2>
<h2><a name="integration">Desktop and web integration</a></h2>
<p>The <span class="application">Recoll</span> GUI has many
features that help to specify an efficient search and to manage
the results. However it maybe sometimes preferable to use a
simpler tool with a better integration with your desktop
interfaces. Several solutions exist, at the moment mostly for
the KDE desktop:</p>
<ul>
<li>The <span class="application">Recoll</span> KIO module
allows starting queries and viewing results from the
Konqueror browser or KDE applications <em>Open</em> dialogs.</li>
<li>The <a href="http://kde-apps.org">recollrunner</a> krunner
module allows integrating Recoll search results into a
krunner query.</li>
</ul>
<p>Recoll also has
<a href="usermanual/rcl.program.api.html#RCL.PROGRAM.API.PYTHON">
<span class="application">Python</span></a> and
<span class="application">PHP</span> modules which can allow
easy integration with web or other applications.</p>
<h2><a name="stemming"></a>Stemming</h2>
<p>Stemming is a process which transforms inflected words
into their most basic form. For example, <i>flooring</i>,

View File

@ -57,7 +57,7 @@
web server, desktop environment or exotic language necessary.</li>
<li>Will run on most Unix-based <a
href="features.html#systems">systems</a></li>
<li>Qt 4 GUI. (Qt 3 is supported up to release 1.14.x).</li>
<li>Qt 4 GUI, plus command line, KIO and krunner interfaces.</li>
<li>Searches most common
<a href="features.html#doctypes">document types</a>, emails and
@ -70,6 +70,11 @@
<li>Multi-language and multi-character set with Unicode based
internals.</li>
<li>Extensive documentation, with a
complete <a href="usermanual/usermanual.html">user
manual</a> and manual pages for each command.</li>
<li><a class="weak" href="features.html">(more detail)</a></li>
</ul>