doc
This commit is contained in:
parent
ced3aadd21
commit
41ec4b10e1
2 changed files with 30 additions and 3 deletions
|
@ -50,7 +50,9 @@ function showdiv(viewid)
|
|||
<td><a href="#source" onmouseover="showdiv('source')">
|
||||
Source</a></td>
|
||||
<td><a href="#packages" onmouseover="showdiv('packages')">
|
||||
Packages (.rpm and .deb)</a></td>
|
||||
Linux Packages (.rpm and .deb)</a></td>
|
||||
<td><a href="#windows" onmouseover="showdiv('windows')">
|
||||
Windows</a></td>
|
||||
<td><a href="BUGS.html" onmouseover="showdiv('bugs')">
|
||||
Known bugs</a></td>
|
||||
<td><a href="#ports" onmouseover="showdiv('ports')">
|
||||
|
@ -327,6 +329,18 @@ packages if you want use the source rpms.</p>
|
|||
from the build service repository. Some of the older repositories do
|
||||
not build antiword, just tell the software manager to "break" recoll
|
||||
by installing anyway, and get antiword somewhere else.</p>
|
||||
</div>
|
||||
|
||||
<div id="windows">
|
||||
<h2><a name="windows">Packages</a></h2>
|
||||
<h3>Microsoft Windows</h3>
|
||||
|
||||
<p>The port of Recoll to Windows is still a bit experimental and
|
||||
lacking things like real-time indexing or spelling
|
||||
suggestions. However it works well enough to be useful. More info
|
||||
and links to the setup
|
||||
files <a href="pages/recoll-windows.html">here</a>.</p>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<h3>Mageia</h3>
|
||||
|
|
|
@ -22,9 +22,9 @@ https://bitbucket.org/medoc/recoll/issues[BitBucket Recoll issues tracker].
|
|||
Procedure:
|
||||
|
||||
- Download the Recoll setup file from the
|
||||
http://www.recoll.org/windows/recoll-setup-1.22.0-20151115.exe[Recoll
|
||||
http://www.recoll.org/windows/recoll-setup-1.22.0-20151202.exe[Recoll
|
||||
web site], or (probably faster) from
|
||||
https://bitbucket.org/medoc/recoll/downloads/recoll-setup-1.22.0-20151115.exe[BitBucket].
|
||||
https://bitbucket.org/medoc/recoll/downloads/recoll-setup-1.22.0-20151202.exe[BitBucket].
|
||||
|
||||
- Execute the setup file. This is a vanilla installer generated by Inno
|
||||
Setup, and it will ask the usual questions.
|
||||
|
@ -58,6 +58,19 @@ should be specified as `/c/mydir` instead of `c:/mydir`
|
|||
create and update the index by using the `File` menu (or executing
|
||||
`recollindex.exe` from a command window).
|
||||
|
||||
Changes in 20151202
|
||||
|
||||
- Fixed mbox parsing. This was getting the message separators completely
|
||||
wrong, and taking a lot of time to do it. This should be especially
|
||||
welcome by Thunderbird users.
|
||||
|
||||
- Fixed email attachement processing. A fault in the code which saved
|
||||
attachment data to disk for further processing resulted in a practical
|
||||
fuzzing experiment on the input processors. Especially, frequent crashes
|
||||
in the image tag extractor caused very ennoying Windows popups about
|
||||
a Python error.
|
||||
|
||||
|
||||
Fixed in 20151115 and later
|
||||
|
||||
- A relatively rare crash which seemed to occur mostly on some email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue