Switch to unified view

a/website/features.html b/website/features.html
...
...
38
    <dt><a name="systems">Supported systems</a></dt>
38
    <dt><a name="systems">Supported systems</a></dt>
39
    <dd><span class="application">Recoll</span> has been compiled and
39
    <dd><span class="application">Recoll</span> has been compiled and
40
      tested on FreeBSD, Linux, Darwin and Solaris (versions
40
      tested on FreeBSD, Linux, Darwin and Solaris (versions
41
      FreeBSD 5.5, Redhat 7.3, Fedora Core 5, Suse 10.1, Gentoo,
41
      FreeBSD 5.5, Redhat 7.3, Fedora Core 5, Suse 10.1, Gentoo,
42
      Debian 3.1, Solaris 8/9, but other not too distant releases
42
      Debian 3.1, Solaris 8/9, but other not too distant releases
43
    should be ok too). You can download the source code and some
43
    should be ok too).</dd>
44
    precompiled packages <a href="download.html">here</a>.</dd>
45
44
46
    <dd>Qt versions from 3.1</dd>
45
    <dd>Qt versions from 3.1</dd>
47
46
48
        <dt><a name="doctypes">Document types</a></dt>
47
        <dt><a name="doctypes">Document types</a></dt>
49
    <dd>Supports the following document types (along with their
48
    <dd>Supports the following document types (along with their
...
...
66
            "application">Mozilla</span>, <span class=
65
            "application">Mozilla</span>, <span class=
67
            "application">Thunderbird</span> and <span class=
66
            "application">Thunderbird</span> and <span class=
68
            "application">Evolution</span> mail ok).</li>
67
            "application">Evolution</span> mail ok).</li>
69
68
70
                <li><span class="application">gaim</span> log files.</li>
69
                <li><span class="application">gaim</span> log files.</li>
70
71
                <li><span class="application">Lyx</span> files (needs
72
        <span class="application">Lyx</span> to be installed).</li>
73
74
                <li><span class="application">Scribus</span> files.</li>
75
71
              </ul>
76
              </ul>
72
            </dd>
77
            </dd>
78
73
            <dt>With external helpers</dt>
79
            <dt>With external helpers</dt>
74
80
75
            <dd>
81
            <dd>
76
              <ul>
82
              <ul>
77
                <li><var class="literal">pdf</var> with <a href=
83
                <li><var class="literal">pdf</var> with <a href=
...
...
81
                href=
87
                href=
82
                "http://www.gnu.org/software/ghostscript/ghostscript.html">
88
                "http://www.gnu.org/software/ghostscript/ghostscript.html">
83
                ghostscript</a> and <a href=
89
                ghostscript</a> and <a href=
84
                "http://www.cs.wisc.edu/~ghost/doc/pstotext.htm">pstotext</a>.</li>
90
                "http://www.cs.wisc.edu/~ghost/doc/pstotext.htm">pstotext</a>.</li>
85
91
86
                <li><var class="literal">msword</var> with <a href=
92
                <li><span class="application">msword</span> with <a href=
87
                "http://www.winfield.demon.nl/">antiword</a>.</li>
93
                "http://www.winfield.demon.nl/">antiword</a>.</li>
88
                <li><var class="literal">Powerpoint</var> and 
94
                <li><span class="application">Powerpoint</span> and 
89
          <var class="literal">Excel</var> with the
95
          <span class="application">Excel</span> with the
90
          <a href="http://www.45.free.net/~vitus/software/catdoc/">
96
          <a href="http://www.45.free.net/~vitus/software/catdoc/">
91
            catdoc</a> utilities.</li>
97
            catdoc</a> utilities.</li>
92
98
93
                <li><var class="literal">rtf</var> with <a href=
99
                <li><var class="literal">rtf</var> with <a href=
94
                "http://www.gnu.org/software/unrtf/unrtf.html">unrtf</a>.</li>
100
                "http://www.gnu.org/software/unrtf/unrtf.html">unrtf</a>.</li>
...
...
126
          time (can switch stemming language after indexing).</li>
132
          time (can switch stemming language after indexing).</li>
127
133
128
        <li>Easy installation. No database daemon, web server or
134
        <li>Easy installation. No database daemon, web server or
129
          exotic language necessary.</li>
135
          exotic language necessary.</li>
130
136
131
        <li>An indexer which runs either as a thread inside the GUI
137
        <li>An indexer which runs either as a thread inside the GUI,
132
          or as an external, cron'able program.</li>
138
          as an external, batch, cron'able program, or as a
139
        real-time indexing daemon.</li>
140
133
      </ul>
141
      </ul>
134
    </dd>
142
    </dd>
135
      </ul>
143
      </ul>
136
144
137
      <h2><a name="#stemming"></a>Stemming</h2>
145
      <h2><a name="#stemming"></a>Stemming</h2>
138
146
139
      <p>Stemming is a process which transforms inflected words into
147
      <p>Stemming is a process which transforms inflected words into
140
      their most basic form. For exemple, <i>flooring</i>,
148
      their most basic form. For example, <i>flooring</i>,
141
      <i>floors</i>, <i>floored</i> would probably all be transformed
149
      <i>floors</i>, <i>floored</i> would probably all be transformed
142
      to <i>floor</i> by a stemmer for the English language.</p>
150
      to <i>floor</i> by a stemmer for the English language.</p>
143
151
144
      <p>In many search engines, the stemming process occurs during
152
      <p>In many search engines, the stemming process occurs during
145
      indexing. The index will only contain the stemmed form of words,
153
      indexing. The index will only contain the stemmed form of words,