web
This commit is contained in:
parent
5b46131ec5
commit
5eba4eebcf
3 changed files with 20 additions and 20 deletions
|
@ -381,7 +381,7 @@
|
||||||
Recoll when the specification is stabilized, and could be
|
Recoll when the specification is stabilized, and could be
|
||||||
useful for other things, such as indexing contents from an
|
useful for other things, such as indexing contents from an
|
||||||
RDBMS (see
|
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
|
the manual</a> for details). Restructured and cleaned up
|
||||||
internal Recoll interfaces.</li>
|
internal Recoll interfaces.</li>
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function showdiv(viewid)
|
function showdiv(viewid)
|
||||||
{
|
{
|
||||||
var ids = ["general", "bugs", "source", "packages", "ports", "filters",
|
var ids = ["general", "bugs", "source", "packages",
|
||||||
"translations"];
|
"windows", "ports", "filters", "translations"];
|
||||||
for (var i = 0; i < ids.length; i++) {
|
for (var i = 0; i < ids.length; i++) {
|
||||||
document.getElementById(ids[i]).style.display = "none";
|
document.getElementById(ids[i]).style.display = "none";
|
||||||
}
|
}
|
||||||
|
@ -348,8 +348,10 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
</div> <!-- Packages -->
|
||||||
|
|
||||||
<div id="windows">
|
<div id="windows">
|
||||||
<h3><a name="windows">Microsoft Windows Setup Files</a></h3>
|
<h2><a name="windows">Microsoft Windows Setup Files</a></h2>
|
||||||
|
|
||||||
<p>The port of Recoll to Windows is still a bit experimental and
|
<p>The port of Recoll to Windows is still a bit experimental and
|
||||||
lacking things like real-time indexing or spelling
|
lacking things like real-time indexing or spelling
|
||||||
|
@ -358,8 +360,6 @@
|
||||||
files <a href="pages/recoll-windows.html">here</a>.</p>
|
files <a href="pages/recoll-windows.html">here</a>.</p>
|
||||||
</div> <!-- windows -->
|
</div> <!-- windows -->
|
||||||
|
|
||||||
</div> <!-- Packages -->
|
|
||||||
|
|
||||||
<div id="ports">
|
<div id="ports">
|
||||||
<h2><a name="ports">Ports</a></h2>
|
<h2><a name="ports">Ports</a></h2>
|
||||||
|
|
||||||
|
@ -402,7 +402,7 @@
|
||||||
<p>You can use the <em>.ts</em> file to alter the translations
|
<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
|
if you wish (use Qt's <em>linguist</em> tool to edit the
|
||||||
source file, then <em>lrelease</em> to produce
|
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
|
should be copied
|
||||||
to <span class="filename">/usr/[local/]share/recoll/translations</span>
|
to <span class="filename">/usr/[local/]share/recoll/translations</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -432,7 +432,7 @@ application/x-tar = execm rcltar
|
||||||
Web UI</a> lets you query a Recoll index from a web browser</li>
|
Web UI</a> lets you query a Recoll index from a web browser</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Recoll also has
|
<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">Python</span></a> and
|
||||||
<span class="application">PHP</span> modules which can allow
|
<span class="application">PHP</span> modules which can allow
|
||||||
easy integration with web or other applications.</p>
|
easy integration with web or other applications.</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue