|
a/src/doc/user/usermanual.sgml |
|
b/src/doc/user/usermanual.sgml |
|
... |
|
... |
346 |
<para>&XAP; will not convert automatically an existing index
|
346 |
<para>&XAP; will not convert automatically an existing index
|
347 |
from the <literal>Quartz</literal> to the
|
347 |
from the <literal>Quartz</literal> to the
|
348 |
<literal>Flint</literal> format. If you have an older index
|
348 |
<literal>Flint</literal> format. If you have an older index
|
349 |
and want to take advantage of the new format (which can be
|
349 |
and want to take advantage of the new format (which can be
|
350 |
done without setting the environment variable as of &RCL;
|
350 |
done without setting the environment variable as of &RCL;
|
351 |
1.8.2 and &XAP; 1.0.0), you will have to explicitely delete
|
351 |
1.8.2 and &XAP; 1.0.0), you will have to explicitly delete
|
352 |
the old index, then run a normal indexing process.</para>
|
352 |
the old index, then run a normal indexing process.</para>
|
353 |
|
353 |
|
354 |
<para>Unfortunately, using the <literal>-z</literal> option to
|
354 |
<para>Unfortunately, using the <literal>-z</literal> option to
|
355 |
<command>recollindex</command> is not sufficient to change the
|
355 |
<command>recollindex</command> is not sufficient to change the
|
356 |
format, you have to delete all files inside the index
|
356 |
format, you have to delete all files inside the index
|
|
... |
|
... |
543 |
|
543 |
|
544 |
<para>The indexing daemon gets started, then the window manager,
|
544 |
<para>The indexing daemon gets started, then the window manager,
|
545 |
for which the session waits.</para> <para>By default the
|
545 |
for which the session waits.</para> <para>By default the
|
546 |
indexing daemon will monitor the state of the X11 session, and
|
546 |
indexing daemon will monitor the state of the X11 session, and
|
547 |
exit when it finishes, it is not necessary to kill it
|
547 |
exit when it finishes, it is not necessary to kill it
|
548 |
explicitely. (The X11 server monitoring can be disabled with option
|
548 |
explicitly. (The X11 server monitoring can be disabled with option
|
549 |
<literal>-x</literal> to <command>recollindex</command>).
|
549 |
<literal>-x</literal> to <command>recollindex</command>).
|
550 |
</para>
|
550 |
</para>
|
551 |
|
551 |
|
552 |
<para>Under KDE, you can place a small script to start
|
552 |
<para>Under KDE, you can place a small script to start
|
553 |
<command>recollindex -m</command> under
|
553 |
<command>recollindex -m</command> under
|
|
... |
|
... |
1738 |
<para>As a sample application, the &RCL; KIO slave could allow
|
1738 |
<para>As a sample application, the &RCL; KIO slave could allow
|
1739 |
preparing a set of HTML documents (for example a manual) so that
|
1739 |
preparing a set of HTML documents (for example a manual) so that
|
1740 |
they become their own search interface inside
|
1740 |
they become their own search interface inside
|
1741 |
<command>konqueror</command>.</para>
|
1741 |
<command>konqueror</command>.</para>
|
1742 |
|
1742 |
|
1743 |
<para>This can be done by either explicitely inserting
|
1743 |
<para>This can be done by either explicitly inserting
|
1744 |
<literal><a href="recoll:/..."></literal> links
|
1744 |
<literal><a href="recoll:/..."></literal> links
|
1745 |
around some document areas, or automatically by adding a
|
1745 |
around some document areas, or automatically by adding a
|
1746 |
very small <application>javascript</application> program to the
|
1746 |
very small <application>javascript</application> program to the
|
1747 |
documents, like the following example, which would initiate a search by
|
1747 |
documents, like the following example, which would initiate a search by
|
1748 |
double-clicking any term:</para>
|
1748 |
double-clicking any term:</para>
|