|
a/website/download.html |
|
b/website/download.html |
|
... |
|
... |
50 |
|
50 |
|
51 |
<h2><a>General information</a></h2>
|
51 |
<h2><a>General information</a></h2>
|
52 |
|
52 |
|
53 |
<p>The current version is 1.16.0. <a href="release-1.16.html">
|
53 |
<p>The current version is 1.16.0. <a href="release-1.16.html">
|
54 |
Release notes</a>.</p>
|
54 |
Release notes</a>.</p>
|
|
|
55 |
|
|
|
56 |
<div class="important">
|
|
|
57 |
<p>Notice for 1.16.0: the
|
|
|
58 |
<tt>recoll</tt> GUI program sometimes crashes when running a query
|
|
|
59 |
while the indexing thread is active. I can reproduce the problem
|
|
|
60 |
and I am working on a correction. Meanwhile, there are two possible
|
|
|
61 |
workarounds:<br>
|
|
|
62 |
<ul>
|
|
|
63 |
<li>(Recommended) Use the command
|
|
|
64 |
line <tt>recollindex</tt> program to perform indexing
|
|
|
65 |
(usually just type "recollindex" in a console, or see "man
|
|
|
66 |
recollindex").</li>
|
|
|
67 |
<li>Do not run queries in <tt>recoll</tt> while the indexing thread
|
|
|
68 |
is running (as indicated in the bottom status line).</li>
|
|
|
69 |
</ul>
|
|
|
70 |
If the workaround fails or you experience other kinds of
|
|
|
71 |
crashes with either <tt>recoll</tt> or <tt>recollindex</tt>, and
|
|
|
72 |
want to help, please follow the instructions on
|
|
|
73 |
<a href="https://bitbucket.org/medoc/recoll/wiki/GettingAStackTrace">
|
|
|
74 |
this wiki page</a>.</p>
|
|
|
75 |
</div>
|
55 |
|
76 |
|
56 |
<p>The download page for Recoll 1.15 is
|
77 |
<p>The download page for Recoll 1.15 is
|
57 |
<a href="download-1.15.html">still available</a>.</p>
|
78 |
<a href="download-1.15.html">still available</a>.</p>
|
58 |
|
79 |
|
59 |
<p>Recoll <a href="usermanual/rcl.install.html">
|
80 |
<p>Recoll <a href="usermanual/rcl.install.html">
|
|
... |
|
... |
202 |
<p>There are Personal Package Archives on launchpad.net for
|
223 |
<p>There are Personal Package Archives on launchpad.net for
|
203 |
<a href="http://www.launchpad.net/~xapian-backports/+archive/xapian-1.2">
|
224 |
<a href="http://www.launchpad.net/~xapian-backports/+archive/xapian-1.2">
|
204 |
Xapian</a>,
|
225 |
Xapian</a>,
|
205 |
<a href="https://launchpad.net/~recoll-backports/+archive/recoll-1.15-on">
|
226 |
<a href="https://launchpad.net/~recoll-backports/+archive/recoll-1.15-on">
|
206 |
Recoll and kio-recoll</a>. These were built from the latest versions,
|
227 |
Recoll and kio-recoll</a>. These were built from the latest versions,
|
207 |
for a set of Ubuntu series. You just need to add the
|
228 |
for a set of Ubuntu series.</p>
|
|
|
229 |
|
|
|
230 |
<p>Ubuntu 10.04 (lucid) and later versions just need the Recoll
|
|
|
231 |
PPA. Older versions also needed a backport for Xapian
|
|
|
232 |
(xapian-backports/xapian-1.2).</p>
|
|
|
233 |
|
|
|
234 |
<p>Just add the
|
208 |
PPAs to your system software sources (the instructions are on
|
235 |
PPA to your system software sources (the instructions are on
|
209 |
the PPA page or
|
236 |
the PPA page or
|
210 |
<a href="https://help.launchpad.net/Packaging/PPA/InstallingSoftware">
|
237 |
<a href="https://help.launchpad.net/Packaging/PPA/InstallingSoftware">
|
211 |
here</a>), and you can then use the normal package
|
238 |
here</a>), and you can then use the normal package
|
212 |
manager to install or update Recoll and Xapian. For Ubuntu versions
|
239 |
manager to install or update Recoll. For Ubuntu versions
|
213 |
from 9.10 (Karmic), only two commands are needed:
|
240 |
after 9.10 (Karmic), only one command is needed:
|
214 |
<pre><tt>
|
241 |
<pre><tt>
|
215 |
sudo add-apt-repository ppa:xapian-backports/xapian-1.2
|
|
|
216 |
sudo add-apt-repository ppa:recoll-backports/recoll-1.15-on
|
242 |
sudo add-apt-repository ppa:recoll-backports/recoll-1.15-on
|
217 |
</tt></pre>
|
243 |
</tt></pre>
|
218 |
</p>
|
244 |
</p>
|
219 |
|
245 |
|
220 |
<p>For Ubuntu 9.04 (Jaunty) and older, to avoid
|
246 |
<p>For Ubuntu 9.04 (Jaunty) and older,
|
221 |
messages about signature errors, you may have to explicitely import the
|
247 |
you may have to explicitely import the
|
222 |
Recoll and Xapian public keys: <pre><tt>
|
248 |
Recoll and Xapian public keys: <pre><tt>
|
223 |
gpg --keyserver keyserver.ubuntu.com --recv 9DA85604
|
249 |
gpg --keyserver keyserver.ubuntu.com --recv 9DA85604
|
224 |
gpg --export --armor 9DA85604 | sudo apt-key add -
|
250 |
gpg --export --armor 9DA85604 | sudo apt-key add -
|
225 |
gpg --keyserver keyserver.ubuntu.com --recv A0735AD0
|
251 |
gpg --keyserver keyserver.ubuntu.com --recv A0735AD0
|
226 |
gpg --export --armor A0735AD0 | sudo apt-key add -
|
252 |
gpg --export --armor A0735AD0 | sudo apt-key add -
|
|
... |
|
... |
388 |
Recoll 1.16 message file, handy to work on a new translation.</p>
|
414 |
Recoll 1.16 message file, handy to work on a new translation.</p>
|
389 |
|
415 |
|
390 |
<h3>Updated 1.16 translations that became available after the
|
416 |
<h3>Updated 1.16 translations that became available after the
|
391 |
release:</h3>
|
417 |
release:</h3>
|
392 |
|
418 |
|
393 |
<p>None for now :(</p>
|
419 |
<p>Czech, thanks to Pavel !
|
|
|
420 |
<a href="translations/recoll_cs.ts">recoll_cs.ts</a>
|
|
|
421 |
<a href="translations/recoll_cs.qm">recoll_cs.qm</a>
|
|
|
422 |
</p>
|
|
|
423 |
|
394 |
<!--
|
424 |
<!--
|
395 |
<p>Lithuanian.
|
425 |
<p>Lithuanian.
|
396 |
<a href="translations/recoll_lt.ts">recoll_lt.ts</a>
|
426 |
<a href="translations/recoll_lt.ts">recoll_lt.ts</a>
|
397 |
<a href="translations/recoll_lt.qm">recoll_lt.qm</a>
|
427 |
<a href="translations/recoll_lt.qm">recoll_lt.qm</a>
|
398 |
</p>
|
428 |
</p>
|