web update for 1.13
This commit is contained in:
parent
558d5deb46
commit
7941e16d8f
@ -35,9 +35,9 @@
|
|||||||
supposedly fixed in later versions. Bugs listed in the
|
supposedly fixed in later versions. Bugs listed in the
|
||||||
topmost section may also exist in older versions.</i></p>
|
topmost section may also exist in older versions.</i></p>
|
||||||
|
|
||||||
<h2><a name="b_latest">Latest (recoll 1.12.1 + xapian 1.0.15)</a></h2>
|
<h2><a name="b_latest">Latest (future recoll 1.13.0 + xapian
|
||||||
|
1.0.16)</a></h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li>Performing a full index with release 1.11 or later, over a
|
<li>Performing a full index with release 1.11 or later, over a
|
||||||
version created with a much older recoll release may
|
version created with a much older recoll release may
|
||||||
sometimes end with an error saying "backend doesn't
|
sometimes end with an error saying "backend doesn't
|
||||||
@ -101,6 +101,56 @@
|
|||||||
slower indexing for doc files.</li>
|
slower indexing for doc files.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2><a name="b_1_12_4">1.12.4</a></h2>
|
||||||
|
<li>There are two bugs specific to 64 bits system, affecting
|
||||||
|
HTML display inside the preview window (wrong character set
|
||||||
|
used in some cases, and problems with keyword highlighting).
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<h2><a name="b_1_12_3">1.12.3</a></h2>
|
||||||
|
|
||||||
|
<li>Specific File Name searches and Query Language searches
|
||||||
|
for a 'filename:' field sometimes give different results due
|
||||||
|
to the way we handle wild card expansion.</li>
|
||||||
|
|
||||||
|
<li>Killing recollindex sometimes left filter processes
|
||||||
|
sleeping around.</li>
|
||||||
|
|
||||||
|
<li>The last entry in a configuration file was ignored if it
|
||||||
|
was not followed by a newline (either the file had no ending
|
||||||
|
newline or the line ended with backslash followed by the last
|
||||||
|
file line.</li>
|
||||||
|
|
||||||
|
<li>Non-ascii characters in path names did not work well from
|
||||||
|
the configuration GUI (editing the configuration files did
|
||||||
|
work).</li>
|
||||||
|
|
||||||
|
<li>Accented characters in mail headers encoded according to a
|
||||||
|
lax interpretation of rfc2047 were sometimes not decoded.</li>
|
||||||
|
|
||||||
|
<li>Recoll dumps core when exiting if the configuration was not
|
||||||
|
found.</li>
|
||||||
|
|
||||||
|
<li>The Qt4 version sometimes did not display the
|
||||||
|
status bar in the main window.</li>
|
||||||
|
|
||||||
|
<li>Message boundaries were not detected inside mbox format
|
||||||
|
files with quoted strings inside the 'From ' lines.
|
||||||
|
(ie [From "Smith, John" ...]).</li>
|
||||||
|
|
||||||
|
<li>The Term Explorer GUI dialog was not created at all if
|
||||||
|
aspell was not compiled int (leaving no access to wildcard,
|
||||||
|
regexp and stemming expansions).</li>
|
||||||
|
|
||||||
|
<li>Give priority to the user's PATH when looking for qmake
|
||||||
|
(fixes detecting the wrong qmake when more than one exists).</li>
|
||||||
|
|
||||||
|
|
||||||
|
<h2><a name="b_1_12_2">1.12.2</a></h2>
|
||||||
|
<li>The sort tool does not work with qt3 (at least some
|
||||||
|
versions), the Apply button does nothing.</li>
|
||||||
|
|
||||||
<h2><a name="b_1_12_1">1.12.1</a></h2>
|
<h2><a name="b_1_12_1">1.12.1</a></h2>
|
||||||
<li>Uncatched Xapian exceptions can crash the GUI when a query
|
<li>Uncatched Xapian exceptions can crash the GUI when a query
|
||||||
is run while the index is being updated.</li>
|
is run while the index is being updated.</li>
|
||||||
|
|||||||
@ -31,9 +31,139 @@
|
|||||||
|
|
||||||
<h1>Recoll journal of user-visible changes </h1>
|
<h1>Recoll journal of user-visible changes </h1>
|
||||||
|
|
||||||
<h2><a name="1.12.2">1.12.2</a></h2>
|
<h2><a name="1.13.0">Development version</a></h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Recoll has a new class of persistent external filters
|
||||||
|
with the capability to process several documents, or
|
||||||
|
multi-document files, in the same instance. Benefits: much
|
||||||
|
faster image tag indexing, and new file formats. Except for
|
||||||
|
the Perl image tag filter (because of ExifTool), the new
|
||||||
|
filters are written in Python.<li>
|
||||||
|
|
||||||
|
<li>New file formats: chm (microsoft help), zip archives, .ics
|
||||||
|
calendar files. Individual pages in chm files are indexed and
|
||||||
|
can be previewed. Zip is quite convenient for maildir
|
||||||
|
archives (for example).</li>
|
||||||
|
|
||||||
|
<li>Recoll can now use the output of the Beagle Firefox plugin
|
||||||
|
to index visited web pages and bookmarks. This is only usable
|
||||||
|
if Beagle itself is not running, else Recoll and Beagle will be
|
||||||
|
fighting for the same queue.</li>
|
||||||
|
|
||||||
|
<li>Big text files (like application logs) can now be paged for
|
||||||
|
indexing, avoiding excess memory usage during indexing and
|
||||||
|
improving the usability at query time. They can also be
|
||||||
|
altogether skipped by setting a maximum size configuration
|
||||||
|
parameter. These parameters have default values (1 MB and 20
|
||||||
|
MB) which change Recoll behaviour compared to previous
|
||||||
|
versions. You can set <i>textfilepagekbs</i>
|
||||||
|
and <i>textfilemaxmbs</i> to -1 in the configuration to
|
||||||
|
restore the old behaviour.</li>
|
||||||
|
|
||||||
|
<li>A cache was implemented for mbox message header offsets. This
|
||||||
|
speeds up message previews for big mbox files.</li>
|
||||||
|
|
||||||
|
<li>Miscellaneous usability improvements:
|
||||||
|
<ul>
|
||||||
|
<li>Allow using page-up/down and shift-home to scroll the
|
||||||
|
result list while the focus is in the search entry. </li>
|
||||||
|
<li>Make 'Use desktop preferences' the default for new
|
||||||
|
Recoll installations, and make this choice more
|
||||||
|
prominent in the external viewer dialog.</li>
|
||||||
|
<li>^P starts the print dialog on a preview window.</li>
|
||||||
|
<li>If a search has no result, alternate spellings are
|
||||||
|
suggested. This feature is still a bit raw and will be
|
||||||
|
improved.</li>
|
||||||
|
<li>If the text of a document is empty, preview will switch to
|
||||||
|
displaying the document fields.</li>
|
||||||
|
<li>New entry in the result list contextual menu for opening
|
||||||
|
the parent document of a result list hit with its native
|
||||||
|
application. Useful for exemple for pages inside chm files.</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>Indentation is now preserved when displaying text documents
|
||||||
|
inside the preview window. This is particularly welcome for
|
||||||
|
program source files.</li>
|
||||||
|
|
||||||
|
<li>Allow substituting arbitrary fields in the result
|
||||||
|
paragraph, using a %(fieldname) syntax</li>
|
||||||
|
|
||||||
|
<li>The real-time indexing monitor will now accumulate
|
||||||
|
modifications during 30 S before indexing.</li>
|
||||||
|
|
||||||
|
<li>The indexer can now split camelCase words, allowing search on
|
||||||
|
component terms. This is not enabled by default as it can
|
||||||
|
confuse phrase searches (ie: "MySQL manual" is matched by
|
||||||
|
phrase queries for "my sql manual" and "MySQL manual"
|
||||||
|
but not "mysql manual"). Use "configure --enable-camelcase"
|
||||||
|
to activate it.
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>The ipath is now printed by default after the url in the
|
||||||
|
default result list format.</li>
|
||||||
|
|
||||||
|
<li><i>recoll_noindex</i> and <i>skippedNames</i> can now be
|
||||||
|
changed at any point in the tree (only for topdirs previously).</li>
|
||||||
|
|
||||||
|
<li>Allow using location/application sensitivity in external viewer
|
||||||
|
choice. This uses several new functions:
|
||||||
|
<ul>
|
||||||
|
<li>Allow the substitution of arbitrary document fields inside
|
||||||
|
external viewer command line arguments.</li>
|
||||||
|
<li>Allow field values to be set on all documents
|
||||||
|
in a file system subtree. For example, you can
|
||||||
|
set an application tag (ie: rclaptg = gnus) on all mailbox
|
||||||
|
files under a specific directory.</li>
|
||||||
|
<li>New syntax in mimeview for including the rclaptg field in
|
||||||
|
viewer choice
|
||||||
|
(<i>mimetype</i>|<i>tagvalue</i> = ...).</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>Allow specifiying a specific default character set for mail
|
||||||
|
messages. This is mainly useful for readpst dumps. All
|
||||||
|
reasonable non-ascii messages specify their character set.</li>
|
||||||
|
|
||||||
|
<li>Added a --without-gui configure option. Removes all X11 and
|
||||||
|
Qt dependancies and only compiles the command-line interface.</li>
|
||||||
|
|
||||||
|
<li>Improved the kio_recoll build. There is no need to run
|
||||||
|
configure manually in the main directory any more. Ubuntu
|
||||||
|
packages for kio_recoll are now built on the
|
||||||
|
<a href="http://launchpad.net/~recoll-backports/+archive/ppa">
|
||||||
|
recoll-backports PPA on launchpad.net</a>.</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h2><a name="1.12.4">1.12.4</a></h2>
|
||||||
|
<p>Bugs fixed:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Qt4 version only: the search inside the preview window
|
||||||
|
could become unbearably slow for big documents (quadratically
|
||||||
|
so), and could not be interrupted (Qt bug). The Qt3 version of
|
||||||
|
the code was included in the preview tool to restore good
|
||||||
|
performance. This bug is the main reason for this release.</li>
|
||||||
|
</ul>
|
||||||
|
<p>Build system improvements:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Perform minimal base package configuration inside the kio
|
||||||
|
cmake code to permit building it from scratch (without a build
|
||||||
|
of the main code). Mainly useful for builds on the Ubuntu
|
||||||
|
PPA.</li>
|
||||||
|
<li>Implement a --without-gui option to build a pure
|
||||||
|
command-line version with no Qt or X11 dependancies.</li>
|
||||||
|
<li>Ensure that the user's PATH settings determine where we
|
||||||
|
look first for qmake in all cases.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2><a name="1.12.3">1.12.3</a></h2>
|
||||||
<p>This is a bug fix release.</p>
|
<p>This is a bug fix release.</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Fix the sort tool which had been broken since 1.11 with
|
||||||
|
some (or all?) qt3 versions.<li>
|
||||||
<li>Catch two Xapian exceptions which could crash the GUI when a query
|
<li>Catch two Xapian exceptions which could crash the GUI when a query
|
||||||
was run while the index was being updated.</li>
|
was run while the index was being updated.</li>
|
||||||
<li>Ensure that the result list right-click pop up menu will appear even
|
<li>Ensure that the result list right-click pop up menu will appear even
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -x
|
set -x
|
||||||
#docdir=/home/dockes/projets/fulltext/recoll/src/doc/user/
|
docdir=/home/dockes/projets/fulltext/recoll/src/doc/user/
|
||||||
docdir=/Users/dockes/projets/fulltext/recoll/src/doc/user/
|
#docdir=/Users/dockes/projets/fulltext/recoll/src/doc/user/
|
||||||
|
|
||||||
#(cd $docdir;make) || exit 1
|
#(cd $docdir;make) || exit 1
|
||||||
|
|
||||||
@ -14,4 +14,4 @@ cp $docdir/docbook.css .
|
|||||||
# The freebsd tool chain generates a link to book.html in the index. Too
|
# The freebsd tool chain generates a link to book.html in the index. Too
|
||||||
# lazy to check if this can be changed
|
# lazy to check if this can be changed
|
||||||
cp usermanual.html book.html
|
cp usermanual.html book.html
|
||||||
cp usermanual.html index.html
|
#cp usermanual.html index.html
|
||||||
|
|||||||
@ -38,7 +38,7 @@
|
|||||||
<p>First of all, many thanks to the users who provided criticism
|
<p>First of all, many thanks to the users who provided criticism
|
||||||
and ideas to make <span class="application">Recoll</span> go
|
and ideas to make <span class="application">Recoll</span> go
|
||||||
forward ! Please
|
forward ! Please
|
||||||
<a href="mailto:jean-francois.dockes@wanadoo.fr">
|
<a href="mailto:jfd@recoll.org">
|
||||||
contact me</a> if you have something to suggest.</p>
|
contact me</a> if you have something to suggest.</p>
|
||||||
|
|
||||||
<p><span class="application">Recoll</span> borrows
|
<p><span class="application">Recoll</span> borrows
|
||||||
@ -68,8 +68,7 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>I fear that bugs found elsewhere are mostly mine:
|
<li>I fear that bugs found elsewhere are mostly mine:
|
||||||
<a href="mailto:jean-francois.dockes@wanadoo.fr">
|
<a href="mailto:jfd@recoll.org">jfd@recoll.org</a></li>
|
||||||
jean-francois.dockes@wanadoo.fr</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
<h2><a>General information and release notes</a></h2>
|
<h2><a>General information and release notes</a></h2>
|
||||||
|
|
||||||
<p><em>Installing over an older version</em>: version 1.12 indexes are
|
<p><em>Installing over an older version</em>: version 1.13 indexes are
|
||||||
mostly compatible with 1.11, but some new, relatively minor,
|
mostly compatible with 1.11, but some new, relatively minor,
|
||||||
features (ie: duplicates collapsing) depend on a full index
|
features (ie: duplicates collapsing) depend on a full index
|
||||||
rebuild.
|
rebuild.
|
||||||
@ -65,8 +65,8 @@
|
|||||||
which is wasteful because you then need to delete xapiandb and
|
which is wasteful because you then need to delete xapiandb and
|
||||||
run the indexing again.</p>
|
run the indexing again.</p>
|
||||||
|
|
||||||
<p>The download page for Recoll 1.11 is
|
<p>The download page for Recoll 1.12 is
|
||||||
<a href="download-1.11.html">still available</a>.</p>
|
<a href="download-1.12.html">still available</a>.</p>
|
||||||
<p>Instructions: <a href="usermanual/rcl.install.html">
|
<p>Instructions: <a href="usermanual/rcl.install.html">
|
||||||
Installation / building manual</a>.</p>
|
Installation / building manual</a>.</p>
|
||||||
|
|
||||||
@ -117,8 +117,12 @@
|
|||||||
|
|
||||||
<h2><a name="source">Source</a></h2>
|
<h2><a name="source">Source</a></h2>
|
||||||
|
|
||||||
<p><b>Current version:</b> 1.12.2:
|
<p><b>Current version:</b> 1.13.00:
|
||||||
<a href="src/recoll-1.12.2.tar.gz">recoll-1.12.2.tar.gz</a>.
|
<!-- Attention: source packages must remain here, not in a
|
||||||
|
subdirectory, because of all the places they're referred from
|
||||||
|
(package watches( -->
|
||||||
|
|
||||||
|
<a href="recoll-1.13.00.tar.gz">recoll-1.13.00.tar.gz</a>.
|
||||||
<a href="CHANGES.html">Changes</a>. <a href="BUGS.html">Bugs</a>.
|
<a href="CHANGES.html">Changes</a>. <a href="BUGS.html">Bugs</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -126,44 +130,45 @@
|
|||||||
the Xapian core development libraries. You will find source and binary
|
the Xapian core development libraries. You will find source and binary
|
||||||
packages on the <a href="http://www.xapian.org/download.php">
|
packages on the <a href="http://www.xapian.org/download.php">
|
||||||
Xapian download page</a>.
|
Xapian download page</a>.
|
||||||
Recoll 1.12 needs at least xapian 1.0.5, I suggest
|
Recoll 1.13 needs at least xapian 1.0.5, I suggest using the
|
||||||
using the latest 1.0 Xapian (1.0.16 currently). Xapian
|
latest 1.0 Xapian (1.0.17 currently). It's at least quite
|
||||||
versions after 1.0.12 don't need the
|
preferable to use a Xapian version after 1.0.12 as they don't
|
||||||
<a href="BUGS.html#XapianNearPatch">NEAR patch</a> any more.</p>
|
need the <a href="BUGS.html#XapianNearPatch">NEAR patch</a>
|
||||||
|
any more.</p>
|
||||||
<table>
|
<table>
|
||||||
<tr><td valign="top">Qt:</td>
|
<tr><td valign="top">Qt:</td>
|
||||||
<td>
|
<td>
|
||||||
You can build with Qt 3.3 or Qt 4. Recoll will
|
You can build with Qt 3.3 or Qt 4. Recoll will
|
||||||
automatically be configured to build with Qt 4 if the version
|
automatically be configured to build with Qt 4 if the version
|
||||||
of qmake found in $QTDIR/bin:$PATH is for Qt 4 (you can also
|
of qmake found in $PATH:$QTDIR/bin is for Qt 4 (you can also
|
||||||
set the QMAKE variable to explicitely choose the
|
set the QMAKE variable to explicitely choose the
|
||||||
desired version).</td></tr>
|
desired version, like QMAKE=qmake-qt4).</td></tr>
|
||||||
<tr><td></td><td>
|
<tr><td></td><td>
|
||||||
There seems to be a few issues in Qt 4.4.0 (2008-08-23),
|
There seems to be a few issues in Qt 4.4.0 (2008-08-23),
|
||||||
resulting in problems when displaying the Recoll result list. I
|
resulting in problems when displaying the Recoll result
|
||||||
suggest avoiding this release. Qt 4.3.x and
|
list. <br> Qt 4.3, 4.4.x,4.5 and 4.6.0 seem to work fine.
|
||||||
4.4.1 work fine.</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>Older recoll releases:
|
<p>Older recoll releases:
|
||||||
<a href="src/recoll-1.12.1.tar.gz">1.12.1</a>.
|
<a href="recoll-1.12.4.tar.gz">1.12.4</a>.
|
||||||
<a href="src/recoll-1.11.4.tar.gz">1.11.4</a>.
|
<a href="recoll-1.11.4.tar.gz">1.11.4</a>.
|
||||||
<a href="src/recoll-1.10.6.tar.gz">1.10.6</a>.
|
<a href="recoll-1.10.6.tar.gz">1.10.6</a>.
|
||||||
<a href="src/recoll-1.9.0.tar.gz">1.9.0</a>.
|
<a href="recoll-1.9.0.tar.gz">1.9.0</a>.
|
||||||
<a href="src/older/recoll-1.8.2.tar.gz">1.8.2</a>.
|
<a href="older/recoll-1.8.2.tar.gz">1.8.2</a>.
|
||||||
<a href="src/older/recoll-1.7.6.tar.gz">1.7.6</a>.
|
<a href="older/recoll-1.7.6.tar.gz">1.7.6</a>.
|
||||||
<a href="src/older/recoll-1.6.3.tar.gz">1.6.3</a>.
|
<a href="older/recoll-1.6.3.tar.gz">1.6.3</a>.
|
||||||
<a href="src/older/recoll-1.5.11.tar.gz">1.5.11</a>.
|
<a href="older/recoll-1.5.11.tar.gz">1.5.11</a>.
|
||||||
<a href="src/older/recoll-1.4.3.tar.gz">1.4.3</a>.
|
<a href="older/recoll-1.4.3.tar.gz">1.4.3</a>.
|
||||||
<a href="src/older/recoll-1.3.3.tar.gz">1.3.3</a>.
|
<a href="older/recoll-1.3.3.tar.gz">1.3.3</a>.
|
||||||
<a href="src/older/recoll-1.2.3.tar.gz">1.2.3</a>.
|
<a href="older/recoll-1.2.3.tar.gz">1.2.3</a>.
|
||||||
<a href="src/older/recoll-1.1.0.tar.gz">1.1.0</a>.
|
<a href="older/recoll-1.1.0.tar.gz">1.1.0</a>.
|
||||||
<a href="src/older/recoll-1.0.16.tar.gz">1.0.16</a>.
|
<a href="older/recoll-1.0.16.tar.gz">1.0.16</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>A separate source file contains a KDE kicker applet to start
|
<p>A separate source file contains a KDE kicker applet to start
|
||||||
a Recoll search from the KDE toolbar:
|
a Recoll search from the KDE toolbar:
|
||||||
<a href="src/recoll_applet-1.10.0.tgz">recoll_applet-1.10.0.tgz</a>.
|
<a href="recoll_applet-1.10.0.tgz">recoll_applet-1.10.0.tgz</a>.
|
||||||
This is a very slightly modified version of the
|
This is a very slightly modified version of the
|
||||||
<a href="http://demandiseineseite.gmxhome.de/find/">
|
<a href="http://demandiseineseite.gmxhome.de/find/">
|
||||||
find_applet</a>. It will work with any recoll version after 1.10.</p>
|
find_applet</a>. It will work with any recoll version after 1.10.</p>
|
||||||
@ -181,16 +186,15 @@
|
|||||||
<p>There are Personal Package Archives on
|
<p>There are Personal Package Archives on
|
||||||
launchpad.net for
|
launchpad.net for
|
||||||
<a href="http://www.launchpad.net/~xapian-backports/+archive/ppa">
|
<a href="http://www.launchpad.net/~xapian-backports/+archive/ppa">
|
||||||
Xapian</a> and
|
Xapian</a>,
|
||||||
<a href="http://www.launchpad.net/~recoll-backports/+archive/ppa">
|
<a href="http://www.launchpad.net/~recoll-backports/+archive/ppa">
|
||||||
Recoll</a>. These hold the latest versions, compiled for a
|
Recoll and kio-recoll</a>. These were built from the latest versions,
|
||||||
set of Ubuntu series.
|
for a set of Ubuntu series. You just need to add the
|
||||||
You just need to add the PPAs to your system software sources,
|
PPAs to your system software sources (the instructions are on
|
||||||
and you can then install the normal package manager to install
|
the PPA page), and you can then install the normal package
|
||||||
or update Recoll and Xapian.
|
manager to install or update Recoll and Xapian. To avoid
|
||||||
To avoid messages about signature errors, you will have to
|
messages about signature errors, you will have to import the
|
||||||
import the Recoll and Xapian public keys:
|
Recoll and Xapian public keys: <pre><tt>
|
||||||
<pre><tt>
|
|
||||||
gpg --keyserver keyserver.ubuntu.com --recv 9DA85604
|
gpg --keyserver keyserver.ubuntu.com --recv 9DA85604
|
||||||
gpg --export --armor 9DA85604 | sudo apt-key add -
|
gpg --export --armor 9DA85604 | sudo apt-key add -
|
||||||
gpg --keyserver keyserver.ubuntu.com --recv A0735AD0
|
gpg --keyserver keyserver.ubuntu.com --recv A0735AD0
|
||||||
@ -212,34 +216,34 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
<h3>Fedora</h3>
|
<h3>Fedora</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><b>Fedora Core 6 with Qt 3.3.8</b>
|
<p><b>Fedora Core 6 with Qt 3.3.8</b>
|
||||||
<a href="fc6/recoll-1.12.2-1.i386.rpm">
|
<a href="fc6/recoll-1.13.00-1.i586.rpm">
|
||||||
recoll-1.12.2-1.i386.rpm</a>.
|
recoll-1.13.00-1.i586.rpm</a>.
|
||||||
Source:
|
Source:
|
||||||
<a href="fc6/recoll-1.12.2-1.src.rpm">
|
<a href="fc6/recoll-1.13.00-1.src.rpm">
|
||||||
recoll-1.12.2-1.src.rpm</a>
|
recoll-1.13.00-1.src.rpm</a>
|
||||||
This package usually also installs and runs on Fedora 9.
|
This package usually also installs and runs on Fedora 9.
|
||||||
</p>
|
</p>
|
||||||
<p><b>Fedora Core 10 with Qt 4</b>
|
<p><b>Fedora Core 10 with Qt 4</b>
|
||||||
<a href="fc10/recoll-1.12.2-1.fc10.i586.rpm">
|
<a href="fc10/recoll-1.13.00-1.fc10.i586.rpm">
|
||||||
recoll-1.12.2-1.fc10.i586.rpm</a>.
|
recoll-1.13.00-1.fc10.i586.rpm</a>.
|
||||||
Source:
|
Source:
|
||||||
<a href="fc10/recoll-1.12.2-1.fc10.src.rpm">
|
<a href="fc10/recoll-1.13.00-1.fc10.src.rpm">
|
||||||
recoll-1.12.2-1.fc10.src.rpm</a>
|
recoll-1.13.00-1.fc10.src.rpm</a>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h3>OpenSUSE</h3>
|
<h3>OpenSUSE</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><b>OpenSUSE 11.0 with qt3</b>:
|
<p><b>OpenSUSE 11.0 with qt3</b>:
|
||||||
<a href="suse11.0/recoll-1.12.2-0.i586.rpm">
|
<a href="suse11.0/recoll-1.13.00-0.i586.rpm">
|
||||||
recoll-1.12.2-0.i586.rpm</a>.
|
recoll-1.13.00-0.i586.rpm</a>.
|
||||||
Source: <a href="suse11.0/recoll-1.12.2-0.src.rpm">
|
Source: <a href="suse11.0/recoll-1.13.00-0.src.rpm">
|
||||||
recoll-1.12.2-0.src.rpm</a></p>
|
recoll-1.13.00-0.src.rpm</a></p>
|
||||||
<p><b>OpenSUSE 11.1 with qt4</b>:
|
<p><b>OpenSUSE 11.2 with qt4</b>:
|
||||||
<a href="suse11.1/recoll-1.12.2-0.i586.rpm">
|
<a href="suse11.2/recoll-1.13.00-0.i586.rpm">
|
||||||
recoll-1.12.2-0.i586.rpm</a>.
|
recoll-1.13.00-0.i586.rpm</a>.
|
||||||
Source: <a href="suse11.1/recoll-1.12.2-0.src.rpm">
|
Source: <a href="suse11.2/recoll-1.13.00-0.src.rpm">
|
||||||
recoll-1.12.2-0.src.rpm</a></p>
|
recoll-1.13.00-0.src.rpm</a></p>
|
||||||
<p>If you build from source on OpenSUSE 11, note that the default
|
<p>If you build from source on OpenSUSE 11, note that the default
|
||||||
qt4 version on some systems is 4.4.0 which will badly
|
qt4 version on some systems is 4.4.0 which will badly
|
||||||
display the the result list icons. Use qt3 or install a
|
display the the result list icons. Use qt3 or install a
|
||||||
@ -250,11 +254,11 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
||||||
<p><b>Mandriva 2008 with Qt 4</b>:
|
<p><b>Mandriva 2008 with Qt 4</b>:
|
||||||
<a href="mandriva2008spring/recoll-1.12.2-1mdv2008.1.i586.rpm">
|
<a href="mandriva2008spring/recoll-1.13.00-1mdv2008.1.i586.rpm">
|
||||||
recoll-1.12.2-1mdv2008.1.i586.rpm</a>.
|
recoll-1.13.00-1mdv2008.1.i586.rpm</a>.
|
||||||
Source:
|
Source:
|
||||||
<a href="mandriva2008spring/recoll-1.12.2-1mdv2008.1.src.rpm">
|
<a href="mandriva2008spring/recoll-1.13.00-1mdv2008.1.src.rpm">
|
||||||
recoll-1.12.2-1mdv2008.1.src.rpm</a>
|
recoll-1.13.00-1mdv2008.1.src.rpm</a>
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
@ -275,13 +279,9 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
<p>The FreeBSD ports track the Recoll releases quite
|
<p>The FreeBSD ports track the Recoll releases quite
|
||||||
closely, so there is actually little point in using the
|
closely, so there is actually little point in using the
|
||||||
following. Only for the <i>really</i> impatient:</p>
|
following. Only for the <i>really</i> impatient:</p>
|
||||||
<p><b>FreeBSD 6.4 i386 Qt 4.4.3</b>:
|
<p><b>FreeBSD 7.2 i386 Qt 4.5.3</b>:
|
||||||
<a href="freebsd/recoll-1.12.2-FreeBSD-6.4-STABLE.tgz">
|
<a href="freebsd/recoll-1.13.00-FreeBSD-7.2-STABLE.tgz">
|
||||||
recoll-1.12.2-FreeBSD-6.4-STABLE.tgz</a>
|
recoll-1.13.00-FreeBSD-7.2-STABLE.tgz</a>
|
||||||
</p>
|
|
||||||
<p><b>FreeBSD 7.2 i386 Qt 4.5.2</b>:
|
|
||||||
<a href="freebsd/recoll-1.12.2-FreeBSD-7.2-STABLE.tgz">
|
|
||||||
recoll-1.12.2-FreeBSD-7.2-STABLE.tgz</a>
|
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
@ -289,10 +289,21 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
<blockquote>
|
<blockquote>
|
||||||
<p>Note to Solaris users: you need to perform the initial
|
<p>Note to Solaris users: you need to perform the initial
|
||||||
indexing pass with "recollindex", not the recoll GUI indexing
|
indexing pass with "recollindex", not the recoll GUI indexing
|
||||||
thread. See <a href="BUGS.html">errata</a>.
|
thread. See <a href="BUGS.html">errata</a>.</p>
|
||||||
|
<p>Also you need a small patch to compile on solaris (version 8 at
|
||||||
|
least). In directory utils, you need to
|
||||||
|
include <tt><limits.h></tt> in <tt>closefrom.cpp</tt>
|
||||||
|
<pre><tt>
|
||||||
|
diff -w closefrom.cpp.orig closefrom.cpp
|
||||||
|
145a146,148
|
||||||
|
> #ifdef sun
|
||||||
|
> #include <limits.h>
|
||||||
|
> #endif
|
||||||
|
</tt></pre>
|
||||||
|
|
||||||
<p><b>Solaris 8 SPARC</b>:
|
<p><b>Solaris 8 SPARC</b>:
|
||||||
<a href="sunos/recoll-1.12.2-SunOS-5.8.tgz">
|
<a href="sunos/recoll-1.12.3-SunOS-5.8.tgz">
|
||||||
recoll-1.12.2-SunOS-5.8.tgz</a>. </p>
|
recoll-1.12.3-SunOS-5.8.tgz</a>. </p>
|
||||||
|
|
||||||
<p>Recoll also builds and runs on Solaris 10, but, given the
|
<p>Recoll also builds and runs on Solaris 10, but, given the
|
||||||
situation (2008) of open source packages for Solaris (very old
|
situation (2008) of open source packages for Solaris (very old
|
||||||
@ -342,7 +353,7 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
|
|
||||||
<h2><a name="translations">Translations</a></h2>
|
<h2><a name="translations">Translations</a></h2>
|
||||||
|
|
||||||
<p>Most of the translations for 1.12 are incomplete. The source
|
<p>Most of the translations for 1.13 are incomplete. The source
|
||||||
translation files are included in the source release. If your
|
translation files are included in the source release. If your
|
||||||
language has some english messages left and you want to take a
|
language has some english messages left and you want to take a
|
||||||
shot at fixing the problem, you can send the results to
|
shot at fixing the problem, you can send the results to
|
||||||
@ -358,18 +369,17 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><a href="translations/recoll_xx.ts">recoll_xx.ts</a> is a blank
|
<p><a href="translations/recoll_xx.ts">recoll_xx.ts</a> is a blank
|
||||||
Recoll 1.12 message file, handy to work on a new translation.</p>
|
Recoll 1.13 message file, handy to work on a new translation.</p>
|
||||||
|
|
||||||
<h3>Updated 1.12 translations that became available after the
|
<h3>Updated 1.13 translations that became available after the
|
||||||
release:</h3>
|
release:</h3>
|
||||||
|
|
||||||
<!-- <p>None for now :(</p> -->
|
<p>None for now :(</p>
|
||||||
<!--
|
<!--
|
||||||
<p>German.
|
<p>German.
|
||||||
<a href="translations/recoll_de.ts">recoll_de.ts</a>
|
<a href="translations/recoll_de.ts">recoll_de.ts</a>
|
||||||
<a href="translations/recoll_de.qm">recoll_de.qm</a>
|
<a href="translations/recoll_de.qm">recoll_de.qm</a>
|
||||||
</p>
|
</p>
|
||||||
-->
|
|
||||||
<p>Ukrainian.
|
<p>Ukrainian.
|
||||||
<a href="translations/recoll_uk.ts">recoll_uk.ts</a>
|
<a href="translations/recoll_uk.ts">recoll_uk.ts</a>
|
||||||
<a href="translations/recoll_uk.qm">recoll_uk.qm</a>
|
<a href="translations/recoll_uk.qm">recoll_uk.qm</a>
|
||||||
@ -378,7 +388,6 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
<a href="translations/recoll_ru.ts">recoll_ru.ts</a>
|
<a href="translations/recoll_ru.ts">recoll_ru.ts</a>
|
||||||
<a href="translations/recoll_ru.qm">recoll_ru.qm</a>
|
<a href="translations/recoll_ru.qm">recoll_ru.qm</a>
|
||||||
</p>
|
</p>
|
||||||
<!--
|
|
||||||
<p><b>Italian</b>. Thanks to Mario, Christian and Giovanni for this.
|
<p><b>Italian</b>. Thanks to Mario, Christian and Giovanni for this.
|
||||||
<a href="translations/recoll_it.ts">recoll_it.ts</a>
|
<a href="translations/recoll_it.ts">recoll_it.ts</a>
|
||||||
<a href="translations/recoll_it.qm">recoll_it.qm</a>
|
<a href="translations/recoll_it.qm">recoll_it.qm</a>
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
Gentoo, Debian 3.1, Solaris 8/9/10. Other not too distant
|
Gentoo, Debian 3.1, Solaris 8/9/10. Other not too distant
|
||||||
releases should be ok too).</dd>
|
releases should be ok too).</dd>
|
||||||
|
|
||||||
<dd>Qt versions from 3.1 to 4.4</dd>
|
<dd>Qt versions from 3.1 to 4.5</dd>
|
||||||
|
|
||||||
<dt><a name="doctypes">Document types</a></dt>
|
<dt><a name="doctypes">Document types</a></dt>
|
||||||
<dd>Supports the following document types (along with their
|
<dd>Supports the following document types (along with their
|
||||||
@ -92,6 +92,24 @@
|
|||||||
<li><span class="literal">pdf</span> with <a href=
|
<li><span class="literal">pdf</span> with <a href=
|
||||||
"http://www.foolabs.com/xpdf/">xpdf</a>.</li>
|
"http://www.foolabs.com/xpdf/">xpdf</a>.</li>
|
||||||
|
|
||||||
|
<li><span class="literal">msword</span> with <a href=
|
||||||
|
"http://www.winfield.demon.nl/">antiword</a>.</li>
|
||||||
|
|
||||||
|
<li><span class="literal">Powerpoint</span> and
|
||||||
|
<span class="literal">Excel</span> with the
|
||||||
|
<a href="http://catdoc.klik.atekon.de">
|
||||||
|
catdoc</a> utilities.</li>
|
||||||
|
|
||||||
|
<li><span class="literal">CHM (Microsoft help)</span>
|
||||||
|
files (needs <span class="command">Python, pychm,
|
||||||
|
chmlib</span>).</li>
|
||||||
|
|
||||||
|
<li><span class="literal">Zip</span>
|
||||||
|
archives (needs <span class="command">Python</span>).</li>
|
||||||
|
|
||||||
|
<li><span class="literal">iCalendar</span>(.ics) files
|
||||||
|
(needs <span class="command">Python, icalendar</span>).</li>
|
||||||
|
|
||||||
<li><span class="literal">Wordperfect</span> with <a href=
|
<li><span class="literal">Wordperfect</span> with <a href=
|
||||||
"http://libwpd.sourceforge.net">libwpd</a>.</li>
|
"http://libwpd.sourceforge.net">libwpd</a>.</li>
|
||||||
|
|
||||||
@ -101,13 +119,6 @@
|
|||||||
ghostscript</a> and <a href=
|
ghostscript</a> and <a href=
|
||||||
"http://www.cs.wisc.edu/~ghost/doc/pstotext.htm">pstotext</a>.</li>
|
"http://www.cs.wisc.edu/~ghost/doc/pstotext.htm">pstotext</a>.</li>
|
||||||
|
|
||||||
<li><span class="literal">msword</span> with <a href=
|
|
||||||
"http://www.winfield.demon.nl/">antiword</a>.</li>
|
|
||||||
<li><span class="literal">Powerpoint</span> and
|
|
||||||
<span class="literal">Excel</span> with the
|
|
||||||
<a href="http://catdoc.klik.atekon.de">
|
|
||||||
catdoc</a> utilities.</li>
|
|
||||||
|
|
||||||
<li><span class="literal">rtf</span> with <a href=
|
<li><span class="literal">rtf</span> with <a href=
|
||||||
"http://www.gnu.org/software/unrtf/unrtf.html">unrtf</a>.</li>
|
"http://www.gnu.org/software/unrtf/unrtf.html">unrtf</a>.</li>
|
||||||
|
|
||||||
|
|||||||
@ -42,12 +42,12 @@
|
|||||||
|
|
||||||
<p>It is based on the very strong <a href=
|
<p>It is based on the very strong <a href=
|
||||||
"http://www.xapian.org">Xapian</a> back-end, for which it
|
"http://www.xapian.org">Xapian</a> back-end, for which it
|
||||||
provides a feature-rich yet easy to use front-end with a QT
|
provides a feature-rich yet easy to use front-end with a Qt
|
||||||
graphical interface.</p>
|
graphical interface.</p>
|
||||||
|
|
||||||
<p><span class="application">Recoll</span> is free, open source,
|
<p><span class="application">Recoll</span> is free, open source,
|
||||||
and licensed under the GPL. The current version is
|
and licensed under the GPL. The current version is
|
||||||
<a class="important" href="download.html">1.12.2</a>
|
<a class="important" href="download.html">1.13.00</a>
|
||||||
(<a href="CHANGES.html">Changes</a>).</p>
|
(<a href="CHANGES.html">Changes</a>).</p>
|
||||||
|
|
||||||
<h2>Features: </h2>
|
<h2>Features: </h2>
|
||||||
@ -80,14 +80,16 @@
|
|||||||
|
|
||||||
<h2>News: </h2>
|
<h2>News: </h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>2009-10-22 : <a href="download.html#source">1.12.2</a> is
|
|
||||||
out. It fixes a number of
|
<li>2010-01-05 : a <a href="download.html#source">1.13.00</a> is
|
||||||
<a href="CHANGES.html">ennoying bugs</a>.</li>
|
out. It brings some nice <a
|
||||||
<li>2009-06-23 : <a href="download.html#source">1.12.1</a> is
|
href="CHANGES.html#1.13.0">improvements and new functions</a>.
|
||||||
out. It fixes a couple of minor bugs, and build errors with the
|
Please try it and report any problems.</li>
|
||||||
latest gcc and gnu libc.</li>
|
|
||||||
<li>2008-09-01 : <a href="filters/filters.html">A new
|
<li>2009-12-10 : <a href="download.html#source">1.12.4</a> is
|
||||||
filter</a> for Office Open XML formats (docx ...).</li>
|
out. It fixes a <a href="CHANGES.html#1.12.4">problem in the preview
|
||||||
|
window search function (qt4 only)</a>.</li>
|
||||||
|
|
||||||
<li>2008-05-22 : we now have a mailing list:
|
<li>2008-05-22 : we now have a mailing list:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.freelists.org/list/recoll-user">
|
<li><a href="http://www.freelists.org/list/recoll-user">
|
||||||
@ -103,7 +105,7 @@
|
|||||||
<p>If you have any problem with Recoll, or a suggestion for
|
<p>If you have any problem with Recoll, or a suggestion for
|
||||||
improvement, <em>please</em> provide feedback, preferably on the
|
improvement, <em>please</em> provide feedback, preferably on the
|
||||||
recoll-user mailing list, or directly to
|
recoll-user mailing list, or directly to
|
||||||
<a href="mailto:jean-francois.dockes@wanadoo.fr">me</a>.</p>
|
<a href="mailto:jfd@recoll.org">me</a>.</p>
|
||||||
|
|
||||||
<p>Mailing list information:
|
<p>Mailing list information:
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
<p><span class="application">Recoll</span> est un logiciel libre
|
<p><span class="application">Recoll</span> est un logiciel libre
|
||||||
gratuit, dont le code source est disponible sous licence GPL.
|
gratuit, dont le code source est disponible sous licence GPL.
|
||||||
La dernière version est
|
La dernière version est
|
||||||
<a class="important" href="download.html">1.12.2</a></p>
|
<a class="important" href="download.html">1.13.00</a></p>
|
||||||
|
|
||||||
<p>L'interface utilisateur de
|
<p>L'interface utilisateur de
|
||||||
<span class="application">Recoll</span> est traduite en
|
<span class="application">Recoll</span> est traduite en
|
||||||
@ -94,17 +94,11 @@
|
|||||||
|
|
||||||
<h2>Nouvelles: </h2>
|
<h2>Nouvelles: </h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>2009-10-22 : la version
|
<li>2009-10-28 : la version
|
||||||
<a href="download.html#source">1.12.2</a> vient de sortir et
|
<a href="download.html#source">1.13.00</a> vient de sortir. Elle
|
||||||
corrige quelques <a href="CHANGES.html">bugs</a>.</li>
|
contient de nombreuses améliorations, entre autres le support des
|
||||||
|
archives Zip et des fichiers MS help (.chm). Voir <a
|
||||||
<li>2009-06-23 : la version
|
href="CHANGES.html">les modifications (en anglais)</a>.</li>
|
||||||
<a href="download.html#source">1.12.1</a> vient de sortir.</li>
|
|
||||||
|
|
||||||
<li>2008-09-01 : <a href="filters/filters.html">Un nouveau
|
|
||||||
filtre</a> pour les formats Office Open XML (docx ...).</li>
|
|
||||||
|
|
||||||
<li>2008-05-27 Recoll 1.10.2 est sorti.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2><a name="support">Support</a></h2>
|
<h2><a name="support">Support</a></h2>
|
||||||
@ -112,7 +106,7 @@
|
|||||||
<p>Si vous avez un problème quelconque avec le logiciel ou son
|
<p>Si vous avez un problème quelconque avec le logiciel ou son
|
||||||
installation, ou une idée de fonctions à ajouter, merci de me
|
installation, ou une idée de fonctions à ajouter, merci de me
|
||||||
<a href=
|
<a href=
|
||||||
"mailto:jean-francois.dockes@wanadoo.fr">contacter</a>.</p>
|
"mailto:jfd@recoll.org">contacter</a>.</p>
|
||||||
|
|
||||||
<p>Voir aussi la <a href="devel.html">page sur le
|
<p>Voir aussi la <a href="devel.html">page sur le
|
||||||
développement</a>.</p>
|
développement</a>.</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user