Switch to unified view

a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html
...
...
1252
        comments inside the sample file. The most immediately
1252
        comments inside the sample file. The most immediately
1253
        useful variable you may interested in is probably <a class=
1253
        useful variable you may interested in is probably <a class=
1254
        "link" href=
1254
        "link" href=
1255
        "#RCL.INSTALL.CONFIG.RECOLLCONF.TOPDIRS"><code class=
1255
        "#RCL.INSTALL.CONFIG.RECOLLCONF.TOPDIRS"><code class=
1256
        "varname">topdirs</code></a>, which determines what
1256
        "varname">topdirs</code></a>, which determines what
1257
        subtrees get indexed.</p>
1257
        subtrees and files get indexed.</p>
1258
        <p>The applications needed to index file types other than
1258
        <p>The applications needed to index file types other than
1259
        text, HTML or email (ie: pdf, postscript, ms-word...) are
1259
        text, HTML or email (ie: pdf, postscript, ms-word...) are
1260
        described in the <a class="link" href=
1260
        described in the <a class="link" href=
1261
        "#RCL.INSTALL.EXTERNAL" title=
1261
        "#RCL.INSTALL.EXTERNAL" title=
1262
        "6.2.&nbsp;Supporting packages">external packages
1262
        "6.2.&nbsp;Supporting packages">external packages
...
...
6553
                    <dt><span class=
6553
                    <dt><span class=
6554
                    "term">Query.fetchone()</span></dt>
6554
                    "term">Query.fetchone()</span></dt>
6555
                    <dd>
6555
                    <dd>
6556
                      <p>Fetches the next <code class=
6556
                      <p>Fetches the next <code class=
6557
                      "literal">Doc</code> object from the current
6557
                      "literal">Doc</code> object from the current
6558
                      search results.</p>
6558
                      search results. Generates a StopIteration
6559
                      exception if there are no results left.</p>
6559
                    </dd>
6560
                    </dd>
6560
                    <dt><span class=
6561
                    <dt><span class=
6561
                    "term">Query.close()</span></dt>
6562
                    "term">Query.close()</span></dt>
6562
                    <dd>
6563
                    <dd>
6563
                      <p>Closes the query. The object is unusable
6564
                      <p>Closes the query. The object is unusable
...
...
7843
        cases, you will have to create the directory).</p>
7844
        cases, you will have to create the directory).</p>
7844
        <p>All configuration files share the same format. For
7845
        <p>All configuration files share the same format. For
7845
        example, a short extract of the main configuration file
7846
        example, a short extract of the main configuration file
7846
        might look as follows:</p>
7847
        might look as follows:</p>
7847
        <pre class="programlisting">
7848
        <pre class="programlisting">
7848
        # Space-separated list of directories to index.
7849
        # Space-separated list of files and directories to index.
7849
        topdirs =  ~/docs /usr/share/doc
7850
        topdirs =  ~/docs /usr/share/doc
7850
7851
7851
        [~/somedirectory-with-utf8-txt-files]
7852
        [~/somedirectory-with-utf8-txt-files]
7852
        defaultcharset = utf-8
7853
        defaultcharset = utf-8
7853
      </pre>
7854
      </pre>