This commit is contained in:
Jean-Francois Dockes 2016-06-01 09:43:18 +02:00
parent 5b46131ec5
commit 5eba4eebcf
3 changed files with 20 additions and 20 deletions

View file

@ -381,7 +381,7 @@
Recoll when the specification is stabilized, and could be
useful for other things, such as indexing contents from an
RDBMS (see
<a href="usermanual/usermanual.html#RCL.PROGRAM.API">
<a href="usermanual/usermanual.html#RCL.PROGRAM.PYTHONAPI">
the manual</a> for details). Restructured and cleaned up
internal Recoll interfaces.</li>

View file

@ -14,13 +14,13 @@
<script type="text/javascript">
function showdiv(viewid)
{
var ids = ["general", "bugs", "source", "packages", "ports", "filters",
"translations"];
for (var i = 0; i < ids.length; i++) {
document.getElementById(ids[i]).style.display = "none";
}
document.getElementById(viewid).style.display = "block";
}
var ids = ["general", "bugs", "source", "packages",
"windows", "ports", "filters", "translations"];
for (var i = 0; i < ids.length; i++) {
document.getElementById(ids[i]).style.display = "none";
}
document.getElementById(viewid).style.display = "block";
}
</script>
</head>
@ -348,18 +348,18 @@
-->
<div id="windows">
<h3><a name="windows">Microsoft Windows Setup Files</a></h3>
<p>The port of Recoll to Windows is still a bit experimental and
lacking things like real-time indexing or spelling
suggestions. However it works well enough to be useful. More info
and links to the setup
files <a href="pages/recoll-windows.html">here</a>.</p>
</div> <!-- windows -->
</div> <!-- Packages -->
<div id="windows">
<h2><a name="windows">Microsoft Windows Setup Files</a></h2>
<p>The port of Recoll to Windows is still a bit experimental and
lacking things like real-time indexing or spelling
suggestions. However it works well enough to be useful. More info
and links to the setup
files <a href="pages/recoll-windows.html">here</a>.</p>
</div> <!-- windows -->
<div id="ports">
<h2><a name="ports">Ports</a></h2>
@ -402,7 +402,7 @@
<p>You can use the <em>.ts</em> file to alter the translations
if you wish (use Qt's <em>linguist</em> tool to edit the
source file, then <em>lrelease</em> to produce
the <em>.qm</em> file.). The <literal>.qm</literal>file
the <em>.qm</em> file.). The <em>.qm</em>file
should be copied
to <span class="filename">/usr/[local/]share/recoll/translations</span>
</p>

View file

@ -432,7 +432,7 @@ application/x-tar = execm rcltar
Web UI</a> lets you query a Recoll index from a web browser</li>
</ul>
<p>Recoll also has
<a href="usermanual/usermanual.html#RCL.PROGRAM.API.PYTHON">
<a href="usermanual/usermanual.html#RCL.PROGRAM.PYTHONAPI">
<span class="application">Python</span></a> and
<span class="application">PHP</span> modules which can allow
easy integration with web or other applications.</p>