Switch to unified view

a/website/download.html b/website/download.html
...
...
51
      <h2><a>General information</a></h2>
51
      <h2><a>General information</a></h2>
52
52
53
      <p>Instructions: <a href="usermanual/rcl.install.html">
53
      <p>Instructions: <a href="usermanual/rcl.install.html">
54
      Installation / building manual</a>.</p> 
54
      Installation / building manual</a>.</p> 
55
55
56
      <p>All binary packages on this page need a Qt 3.3 runtime
56
      <p>Most binary packages on this page need a Qt 3.3 runtime
57
  environment. They are statically linked with
57
  environment (QT 4.x is specified for a few). They are
58
  Xapian, which you don't need to install.</p> 
58
  statically linked with Xapian, which you don't need to
59
  install separately.</p>
59
60
60
      <p>Optional packages used by document filters:
61
      <p>Optional packages used by document filters:
61
    <a href="usermanual/usermanual.html#RCL.INSTALL.EXTERNAL"> 
62
    <a href="usermanual/usermanual.html#RCL.INSTALL.EXTERNAL"> 
62
      take a look at the list</a> and decide what you need to
63
      take a look at the list</a> and decide what you need to
63
      install.</p> 
64
      install.</p> 
...
...
68
69
69
      <p>If you find problems with this page, the package or its
70
      <p>If you find problems with this page, the package or its
70
    installation, <em>please</em> 
71
    installation, <em>please</em> 
71
    <a href="mailto:jean-francois.dockes@wanadoo.fr">
72
    <a href="mailto:jean-francois.dockes@wanadoo.fr">
72
      report them</a>.</p>
73
      report them</a>.</p>
73
74
      <p>Recoll users updating from 1.8 or older,
75
  or who have skipped this step for 1.9 need to delete their old index. 
76
  <a href="xapUpg100.html">More details</a>. 
77
  <em>You don't need to do this if you did it for Recoll 1.9</em></p>
78
74
79
      <h3>What do the release numbers mean?</h3>
75
      <h3>What do the release numbers mean?</h3>
80
76
81
      <p>The Recoll releases are numbered X.Y.Z. The X
77
      <p>The Recoll releases are numbered X.Y.Z. The X
82
    would only change for really major modifications like a big
78
    would only change for really major modifications like a big
...
...
84
    2.</p> 
80
    2.</p> 
85
      <p>Y is for functional modifications. These may bring bugs, so
81
      <p>Y is for functional modifications. These may bring bugs, so
86
        if you don't need the new features,
82
        if you don't need the new features,
87
    you may want to wait a little, and especially skip the first
83
    you may want to wait a little, and especially skip the first
88
    release (X.Y.0), at least for a few weeks.</p>
84
    release (X.Y.0), at least for a few weeks.</p>
89
      <p>Z changes for bug fixes only, and moving from X.Y.Z to X.Y.Z+u
85
90
  should in general involve little risk of regression. But,
86
      <p>Z changes for <a href="BUGS/html">bug fixes</a> only, 
91
  <em>any</em> change can bring problems, if you are not
87
  and moving from X.Y.Z to X.Y.Z+u should in general involve
92
  affected by the corrected bugs (check the <a
88
  little risk of regression. But, <em>any</em> change can bring
89
  problems, if you are not affected by the corrected bugs (check
93
    href="CHANGES.html">changes file</a>), there is probably no
90
    the <a href="CHANGES.html">changes file</a>), there is
94
    necessity to upgrade anyway.</p>
91
    probably no necessity to upgrade anyway.</p>
95
92
96
      <h2><a name="filters">Updated filters</a></h2>
93
      <h2><a name="filters">Updated filters</a></h2>
97
94
98
      <p>New and updated filters are sometimes 
95
      <p>New and updated filters are sometimes 
99
    <a href="filters/filters.html">available</a> before the next
96
    <a href="filters/filters.html">available</a> before the next
...
...
101
    XML office document formats, not included for Recoll releases older
98
    XML office document formats, not included for Recoll releases older
102
    than 1.10.5.</p>
99
    than 1.10.5.</p>
103
100
104
      <h2><a name="source">Source</a></h2>
101
      <h2><a name="source">Source</a></h2>
105
102
106
      <p><b>Current version:</b>
103
      <p><b>Current version:</b>1.11.2: 
107
    1.10.6: <a href="recoll-1.10.6.tar.gz">recoll-1.10.6.tar.gz</a> 
104
    <a href="recoll-1.11.2.tar.gz">recoll-1.11.2.tar.gz</a>.
108
  See the <a href="BUGS.html">known bugs and issues</a> and 
105
  <a href="CHANGES.html">Changes</a>. <a href="BUGS.html">Bugs</a>.
109
  <a href="CHANGES.html">changes</a>.</p>
106
  <br>
107
  
108
  Version 1.11 has relatively <a href="CHANGES.html">extensive
109
  changes</a> (<a href="pics/recoll0.png">pic</a>), and needs an
110
  index reset after installing over an 1.10 or older
111
  version. For an existing installation you can use option -z to
112
  the command line indexer: <tt>recollindex&nbsp;-z</tt>, or
113
  just delete the old index directory
114
  (ie: <tt>rm&nbsp;-rf&nbsp;~/.recoll/xapiandb/</tt>). The
115
  latter option may be safer with old indexes. If the first
116
  1.11 indexing ends with an error like <em>backend doesn't
117
    implement metadata</em>, you certainly need to do it.</p> 
118
119
      <p>The download page for Recoll 1.10 is
120
  still <a href="download-1.10.html">still available</a>.</p>
110
121
111
      <p>In order to build Recoll from source, you will need a
122
      <p>In order to build Recoll from source, you will need a
112
    xapian-core installation. You will find
123
    xapian-core installation. You will find   source and binary
113
  source and binary packages on  the 
114
    <a href="http://www.xapian.org/download.php">Xapian download
124
    packages on the <a href="http://www.xapian.org/download.php">
115
    page</a>. Recoll should build with any 0.9.x or 1.0.x
125
    Xapian download page</a>. 
116
    Xapian version. 1.0.x is preferred.</p>
126
  Recoll 1.11 needs at least xapian 1.0.5, and I can see no
117
127
  reason not to use the latest 1.0 Xapian (1.0.9 currently).</p>
128
      <table>
129
  <tr><td valign="top">Qt:</td>
130
    <td>
118
      <p>You can build with Qt 3.3 or Qt 4. Recoll will
131
    You can build with Qt 3.3 or Qt 4. Recoll will
119
    automatically be configured to build with Qt 4 if the version
132
      automatically be configured to build with Qt 4 if the version
120
    of qmake found in $QTDIR/bin:$PATH is for Qt 4 (or if $QMAKE
133
      of qmake found in $QTDIR/bin:$PATH is for Qt 4.</td></tr>
121
  is set to such a version).</p>
134
  <tr><td></td><td>
122
123
      <p>There seems to be a few problems in Qt 4.4.0 (2008-08-23), 
135
    There seems to be a few issues in Qt 4.4.0 (2008-08-23), 
124
    resulting in problems in displaying the Recoll result list. I
136
      resulting in problems when displaying the Recoll result list. I
125
    suggest avoiding this release. Qt 4.3.x and
137
      suggest avoiding this release. Qt 4.3.x and
126
    4.4.1 work fine.</p>
138
      4.4.1 work fine.</td></tr>
127
139
      </table>
128
      <p><b>Recoll 1.11.0 is out</b>. This version has    relatively 
129
  <a href="CHANGES.html">extensive changes</a>
130
  (<a href="pics/recoll0.png"> pic</a>): , and needs a full
131
  indexation after installation. I hope that some brave souls
132
  will be willing to help with shaking the last initial
133
  bugs: <a href="recoll-1.11.0.tar.gz">
134
    recoll-1.11.0.tar.gz</a>. </p>
135
140
136
      <p>Older recoll releases:
141
      <p>Older recoll releases:
137
    <a href="recoll-1.10.5.tar.gz">1.10.5</a>.
142
    <a href="recoll-1.10.6.tar.gz">1.10.6</a>.
138
  <a href="recoll-1.10.0.tar.gz">1.10.0</a>.
139
    <a href="recoll-1.9.0.tar.gz">1.9.0</a>.
143
    <a href="recoll-1.9.0.tar.gz">1.9.0</a>.
140
    <a href="older/recoll-1.8.2.tar.gz">1.8.2</a>.
144
    <a href="older/recoll-1.8.2.tar.gz">1.8.2</a>.
141
    <a href="older/recoll-1.7.6.tar.gz">1.7.6</a>.
145
    <a href="older/recoll-1.7.6.tar.gz">1.7.6</a>.
142
    <a href="older/recoll-1.6.3.tar.gz">1.6.3</a>.
146
    <a href="older/recoll-1.6.3.tar.gz">1.6.3</a>.
143
    <a href="older/recoll-1.5.11.tar.gz">1.5.11</a>. 
147
    <a href="older/recoll-1.5.11.tar.gz">1.5.11</a>. 
...
...
156
      find_applet.</a></p>
160
      find_applet.</a></p>
157
161
158
      <h2><a name="rpms">Packages</a></h2>
162
      <h2><a name="rpms">Packages</a></h2>
159
163
160
      <p>The executables inside the binary rpms have a static link to
164
      <p>The executables inside the binary rpms have a static link to
161
    xapian 1.0.[4-8], there is no real dependency except Qt 3.3. 
165
    xapian 1.0.[4-9], there is no real dependency except Qt 3.3
166
  (or Qt 4.1 when mentioned). 
162
    The Fedora and Mandriva packages unfortunately think that they
167
    The Fedora and Mandriva packages unfortunately think that they
163
    depend on exiftool (which is needed by the little
168
    depend on exiftool (which is needed by the little
164
    used jpeg info filter), due to excessive rpmbuild
169
    used jpeg info filter), due to excessive rpmbuild
165
    cleverness.
170
    cleverness.
166
    <br>
171
    <br>
167
    Of course you need xapian-core installed to use the source
172
    Of course you need xapian-core installed to use the source
168
    rpms. </p>
173
    rpms. </p>
169
174
170
      <p><b>Fedora Core</b>
175
      <p><b>Fedora Core</b>
171
    FC6 RPM: 
176
    FC6 RPM: 
172
    <a href="fc6/recoll-1.10.6-1.i386.rpm">
177
    <a href="fc6/recoll-1.11.0-1.i386.rpm">
173
      fc6/recoll-1.10.6-1.i386.rpm</a>. 
178
      recoll-1.11.0-1.i386.rpm</a>. 
174
    Source: 
179
    Source: 
175
    <a href="fc6/recoll-1.10.6-1.src.rpm">
180
    <a href="fc6/recoll-1.11.0-1.src.rpm">
176
      recoll-1.10.6-1.src.rpm</a>
181
      recoll-1.11.0-1.src.rpm</a>
177
    This package also installs and runs on Fedora 9.
182
    This package also installs and runs on Fedora 9.
178
      </p>
183
      </p>
179
184
180
      <p><b>Mandriva 2006</b>  (also works on 2005 and 2007). 
185
      <p><b>Mandriva 2006</b>  (also works on 2005 and 2007). 
181
    RPM: 
186
    RPM: 
182
    <a href="mandriva2006/recoll-1.10.6-0.1.20060mdk.i586.rpm">
187
    <a href="mandriva2006/recoll-1.11.0-0.1.20060mdk.i586.rpm">
183
      recoll-1.10.6-0.1.20060mdk.i586.rpm</a>. 
188
      recoll-1.11.0-0.1.20060mdk.i586.rpm</a>. 
184
    Source: 
189
    Source: 
185
    <a href="mandriva2006/recoll-1.10.6-0.1.20060mdk.src.rpm">
190
    <a href="mandriva2006/recoll-1.11.0-0.1.20060mdk.src.rpm">
186
      recoll-1.10.6-0.1.20060mdk.src.rpm</a>
191
      recoll-1.11.0-0.1.20060mdk.src.rpm</a>
187
      </p>
192
      </p>
188
193
189
      <p><b>Suse 10.3</b> 
194
      <p><b>Suse 10.3 / 11.0</b> 
190
    RPM: 
195
    RPM: 
191
    <a href="suse10.3/recoll-1.10.6-0.i586.rpm">
196
    <a href="suse10.3/recoll-1.11.0-0.i586.rpm">
192
      recoll-1.10.6-0.i586.rpm</a>. 
197
      recoll-1.11.0-0.i586.rpm</a>. 
193
    Source: 
198
    Source: 
194
    <a href="suse10.3/recoll-1.10.6-0.src.rpm">
199
    <a href="suse10.3/recoll-1.11.0-0.src.rpm">
195
      recoll-1.10.6-0.src.rpm</a>
200
      recoll-1.11.0-0.src.rpm</a><br>
201
  If you build from source on OpenSuse 11, note that the default
202
  qt4 version is 4.4.0 which will badly display the result list
203
  icons. Use qt3 or install a newer version of qt4.
196
      </p>
204
      </p>
197
205
198
      <p><b>Ubuntu 6.06 dapper / edgy / gutsy / hardy</b>
206
      <p><b>Ubuntu 6.06 dapper / edgy / gutsy / hardy</b>
199
    <a href="debian/dapper/recoll_1.10.6-0ubuntu1_i386.deb">
207
    <a href="debian/dapper/recoll_1.11.0-0ubuntu1_i386.deb">
200
      recoll_1.10.6-0ubuntu1_i386.deb</a> 
208
      recoll_1.11.0-0ubuntu1_i386.deb</a> 
201
    <a href="debian/dapper/">debian/dapper</a>. This package was
209
    <a href="debian/dapper/">debian/dapper</a>. This package was
202
    built on "dapper" and appears to work correctly on later
210
    built on "dapper" and appears to work correctly on later
203
    Ubuntu releases. This package is not configured for real-time
211
    Ubuntu releases. This package is not configured for real-time
212
  indexing.</p>
204
  indexing. Here is a package for Ubuntu 8.04 Hardy which
213
      <p>Here is a package for Ubuntu 8.04 Hardy which supports
205
  is:
214
  real-time indexing. It is also built for qt4, so this must be
215
  installed on the target system. Avoid qt 4.4.0 (from hardy
216
  backports). The standard 4.3.x is fine (or 4.4.1 and later)
206
    <a href="debian/hardy/recoll_1.10.6-0ubuntu1_i386.deb">
217
    <a href="debian/hardy/recoll_1.11.1-0ubuntu1_i386.deb">
207
      recoll_1.10.6-0ubuntu1_i386.deb</a> 
218
      recoll_1.11.1-0ubuntu1_i386.deb</a> 
208
      </p>
219
      </p>
209
220
210
      <p><b>Debian unstable</b> Recoll is in the package repository,
221
      <p><b>Debian unstable</b> Recoll is in the package repository,
211
    you can install it with the usual <em>apt-get install recoll</em>. 
222
    you can install it with the usual <em>apt-get install recoll</em>. 
212
    <a href="http://packages.qa.debian.org/r/recoll.html">
223
    <a href="http://packages.qa.debian.org/r/recoll.html">
213
      Package page</a></p>
224
      Package page</a></p>
214
225
215
      <h2><a name="otherbinary">Binary bundles</a></h2>
226
      <h2><a name="otherbinary">Binary bundles</a></h2>
216
227
217
      <p>These are just prebuilt trees (without the source files).
228
      <p>These are just prebuilt trees (without the source files).
218
    The executables were built with xapian 1.0.5 (patched for the
229
    The executables were built with xapian 1.0.8 (patched for the
219
    NEAR bug) and libiconv 1.9.2 (where relevant) as static
230
    NEAR bug) and libiconv 1.9.2 (where relevant) as static
220
    libraries. They depend on Qt 3.3. For Solaris, you should be
231
    libraries. They depend on Qt 3.3. For Solaris, you should be
221
    able to find a Qt package 
232
    able to find a Qt package 
222
      <a href="http://www.sunfreeware.com/">here</a>.</p> 
233
      <a href="http://www.sunfreeware.com/">here</a>.</p> 
223
234
224
      <p>The installation instructions are <a
235
      <p>The installation instructions are <a
225
        href="usermanual/rcl.install.binary.html"> there</a>.</p>
236
        href="usermanual/rcl.install.binary.html"> there</a>.</p>
226
237
227
      <p><span class="application">FreeBSD</span> 6.3 i386: 
238
      <p><span class="application">FreeBSD</span> 6.4 i386: 
228
    <a href="freebsd/recoll-1.10.6-FreeBSD-6.3-STABLE.tgz">
239
    <a href="freebsd/recoll-1.11.0-FreeBSD-6.4-PRERELEASE.tgz">
229
      recoll-1.10.6-FreeBSD-6.3-STABLE.tgz</a>
240
      recoll-1.11.0-FreeBSD-6.4-PRERELEASE.tgz</a>
230
      </p>
241
      </p>
231
242
232
      <p><span class="application">Solaris 8</span> sparc. 
243
      <p><span class="application">Solaris 8</span> sparc. 
233
      Note to Solaris users: you need to perform the initial
244
      Note to Solaris users: you need to perform the initial
234
      indexing pass with "recollindex", not the recoll GUI indexing
245
      indexing pass with "recollindex", not the recoll GUI indexing
235
      thread. See <a href="BUGS.html">errata</a>.
246
      thread. See <a href="BUGS.html">errata</a>.
236
      <a href="sunos/recoll-1.10.6-SunOS-5.8.tgz">
247
      <a href="sunos/recoll-1.11.0-SunOS-5.8.tgz">
237
        recoll-1.10.6-SunOS-5.8.tgz</a>.
248
        recoll-1.11.0-SunOS-5.8.tgz</a>.
238
249
239
      <p>Recoll also builds and runs on Solaris 10, but, given the
250
      <p>Recoll also builds and runs on Solaris 10, but, given the
240
    situation of open source packages for Solaris (very old Qt on
251
    situation of open source packages for Solaris (very old Qt on
241
    the Companion CD, inconsistent versions of the compiler and
252
    the Companion CD, inconsistent versions of the compiler and
242
    non-threaded version of Qt on sunfreeware), I've come to the
253
    non-threaded version of Qt on sunfreeware), I've come to the
243
    temporary conclusion that you are better off building than
254
    temporary conclusion that you are better off building than
244
    trying to install packages. The approach I recently tried and
255
    trying to install packages. The approach I tried a couple of
245
  which worked was to:
256
  months ago and which worked was to:
246
    <ul>
257
    <ul>
247
      <li>Install gcc 3.4.6 and gnu make from the sunfreeware 
258
      <li>Install gcc 3.4.6 and gnu make from the sunfreeware 
248
        packages (go to /usr/local). I guess that the gcc in
259
        packages (go to /usr/local). I guess that the gcc in
249
        /usr/sfw should be ok too here.</li>
260
        /usr/sfw should be ok too here.</li>
250
      <li>Compile xapian-core and install it (with prefix
261
      <li>Compile xapian-core and install it (with prefix /usr/local).</li>
251
      /usr/local).</li>
252
      <li>Configure and install Qt. The following config worked for me,
262
      <li>Configure and install Qt. The following config worked for me,
253
        with Qt 3.3.8:
263
        with Qt 3.3.8:
254
<pre>
264
<pre>
255
./configure -platform solaris-g++ -prefix /usr/local/Trolltech/Qt-3.3.8/ -thread
265
./configure -platform solaris-g++ -prefix /usr/local/Trolltech/Qt-3.3.8/ -thread
256
</pre>
266
</pre>
...
...
260
      </li>
270
      </li>
261
      <li>Set QTDIR=/usr/local/Trolltech/Qt-3.3.8 and 
271
      <li>Set QTDIR=/usr/local/Trolltech/Qt-3.3.8 and 
262
        QMAKESPEC=/usr/local/Trolltech/Qt-3.3.8/mkspecs/solaris-g++
272
        QMAKESPEC=/usr/local/Trolltech/Qt-3.3.8/mkspecs/solaris-g++
263
        and add $QTDIR/bin to the PATH then configure, make and
273
        and add $QTDIR/bin to the PATH then configure, make and
264
        install Recoll</li>
274
        install Recoll</li>
265
      <li>Don't forget to use recollindex for the first index
275
      <li>Don't forget to use <tt>recollindex</tt> for the first index
266
        build, recoll does not work for this (exception handling
276
        build, <tt>recoll</tt> does not work for this (exception handling
267
        mystery probably).</li>
277
        mystery probably).</li>
268
    </ul>
278
    </ul>
269
    </p>
279
    </p>
270
      <p>Obviously, there are other ways to do it (use CC, install
280
      <p>Obviously, there are other ways to do it (use CC, install
271
    some place else ... ), but I tried this one.</p> 
281
    some place else ... ), but I tried this one.</p> 
...
...
274
      <h2><a name="ports">FreeBSD ports</a></h2> 
284
      <h2><a name="ports">FreeBSD ports</a></h2> 
275
285
276
      <p>There are ports for both xapian-core
286
      <p>There are ports for both xapian-core
277
    and recoll in the standard tree, you may just need to update
287
    and recoll in the standard tree, you may just need to update
278
    your ports (cvsup, portsnap), or you can get the ports from
288
    your ports (cvsup, portsnap), or you can get the ports from
279
  the FreeBSD site. The ports are not updated for the xapian
289
  the FreeBSD site. 
280
  NEAR problem though.
281
    <a href="http://cvsweb.freebsd.org/ports/databases/xapian-core">
290
    <a href="http://cvsweb.freebsd.org/ports/databases/xapian-core">
282
      xapian port</a> 
291
      xapian port</a> 
283
    <a href="http://cvsweb.freebsd.org/ports/deskutils/recoll">
292
    <a href="http://cvsweb.freebsd.org/ports/deskutils/recoll">
284
      recoll port</a>.</p>
293
      recoll port</a>.</p>
285
294
286
      <h2><a name="translations">Translations</a></h2>
295
      <h2><a name="translations">Translations</a></h2>
287
296
288
      <p>Some of the translations for 1.10 are incomplete. The source
297
      <p>Most of the translations for 1.11 are incomplete. The source
289
    translation files are included in the source release. If your
298
    translation files are included in the source release. If your
290
    language has some english messages left and you want to take a
299
    language has some english messages left and you want to take a
291
    shot at fixing the problem, you can send the results to
300
    shot at fixing the problem, you can send the results to
292
    <a href="mailto:jean-francois.dockes@wanadoo.fr">me</a> and
301
    <a href="mailto:jean-francois.dockes@wanadoo.fr">me</a> and
293
    earn my gratefulness (and your less multilingual
302
    earn my gratefulness (and your less multilingual
...
...
299
    The <literal>.qm</literal> file should be copied to 
308
    The <literal>.qm</literal> file should be copied to 
300
    <span class="filename">/usr/[local/]share/recoll/translations</span>
309
    <span class="filename">/usr/[local/]share/recoll/translations</span>
301
      </p>
310
      </p>
302
311
303
      <p><a href="translations/recoll_xx.ts">recoll_xx.ts</a> is a blank
312
      <p><a href="translations/recoll_xx.ts">recoll_xx.ts</a> is a blank
304
    Recoll 1.10 message file, handy to work on a new translation.</p>
313
    Recoll 1.11 message file, handy to work on a new translation.</p>
305
314
306
      <h3>Updated 1.10 translations that became available after the
315
      <h3>Updated 1.11 translations that became available after the
307
    release:</h3>
316
    release:</h3>
308
317
318
      <p>None for now :(</p>
319
<!--
309
      <p>German. 
320
      <p>German. 
310
    <a href="translations/recoll_de.ts">recoll_de.ts</a>
321
    <a href="translations/recoll_de.ts">recoll_de.ts</a>
311
    <a href="translations/recoll_de.qm">recoll_de.qm</a>
322
    <a href="translations/recoll_de.qm">recoll_de.qm</a>
312
    </p> 
323
    </p> 
313
      <p>Ukrainian. 
324
      <p>Ukrainian. 
...
...
316
    </p> 
327
    </p> 
317
      <p>Russian. 
328
      <p>Russian. 
318
    <a href="translations/recoll_ru.ts">recoll_ru.ts</a>
329
    <a href="translations/recoll_ru.ts">recoll_ru.ts</a>
319
    <a href="translations/recoll_ru.qm">recoll_ru.qm</a>
330
    <a href="translations/recoll_ru.qm">recoll_ru.qm</a>
320
    </p> 
331
    </p> 
321
<!--
322
      <p><b>Italian</b>. Thanks to Mario, Christian and Giovanni for this.
332
      <p><b>Italian</b>. Thanks to Mario, Christian and Giovanni for this.
323
    <a href="translations/recoll_it.ts">recoll_it.ts</a>
333
    <a href="translations/recoll_it.ts">recoll_it.ts</a>
324
    <a href="translations/recoll_it.qm">recoll_it.qm</a>
334
    <a href="translations/recoll_it.qm">recoll_it.qm</a>
325
    </p> 
335
    </p> 
326
      <p><b>Turkish</b>. Thanks Serdar.
336
      <p><b>Turkish</b>. Thanks Serdar.
327
    <a href="translations/recoll_tr.ts">recoll_tr.ts</a>
337
    <a href="translations/recoll_tr.ts">recoll_tr.ts</a>
328
    <a href="translations/recoll_tr.qm">recoll_tr.qm</a>
338
    <a href="translations/recoll_tr.qm">recoll_tr.qm</a>
329
    </p> 
339
    </p> 
330
331
-->
340
-->
332
341
333
    </div>
342
    </div>
334
  </body>
343
  </body>
335
</html>
344
</html>