small fixes esp. regarding new ics filter
This commit is contained in:
parent
4b75f88955
commit
cd22c78dc2
@ -51,9 +51,14 @@
|
||||
Recoll Wiki</a> on
|
||||
<a href="http://bitbucket.org/medoc/recoll">bitbucket.org</a>.</li>
|
||||
|
||||
<li>The old copies are still <a href="howtos/index.html">here</a>.</li>
|
||||
<p>Current list of HowTos:</p>
|
||||
<ul>
|
||||
<li><a href="http://bitbucket.org/medoc/recoll/wiki/PreventIndexingDir">Prevent indexing of a directory</a></li>
|
||||
<li><a href="http://bitbucket.org/medoc/recoll/wiki/MultipleIndexes">Creating and using multiple indexes</a></li>
|
||||
<li><a href="http://bitbucket.org/medoc/recoll/wiki/SavingConfig.wiki">Recoll configuration backup</a></p>
|
||||
<li><a href="http://bitbucket.org/medoc/recoll/wiki/IndexMozillaCalendari">Indexing Mozilla Sunbird / Lightning calendar data</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -113,9 +113,8 @@
|
||||
|
||||
<p>New and updated filters are sometimes
|
||||
<a href="filters/filters.html">available</a> before the next
|
||||
Recoll release. The most notable current set is for the Open
|
||||
XML office document formats, not included for Recoll releases older
|
||||
than 1.10.5.</p>
|
||||
Recoll release. There is currently an update icalendar (ics) filter
|
||||
for 1.13.</p>
|
||||
|
||||
<h2><a name="source">Source</a></h2>
|
||||
|
||||
@ -196,9 +195,12 @@
|
||||
Recoll and kio-recoll</a>. These were built from the latest versions,
|
||||
for a set of Ubuntu series. You just need to add the
|
||||
PPAs to your system software sources (the instructions are on
|
||||
the PPA page), and you can then install the normal package
|
||||
manager to install or update Recoll and Xapian. To avoid
|
||||
messages about signature errors, you will have to import the
|
||||
the PPA page or
|
||||
<a href="https://help.launchpad.net/Packaging/PPA/InstallingSoftware">
|
||||
here</a>), and you can then use the normal package
|
||||
manager to install or update Recoll and Xapian. To avoid
|
||||
messages about signature errors, if not done at the previous step,
|
||||
you may have to explicitely import the
|
||||
Recoll and Xapian public keys (as root): <pre><tt>
|
||||
gpg --keyserver keyserver.ubuntu.com --recv 9DA85604
|
||||
gpg --export --armor 9DA85604 | sudo apt-key add -
|
||||
@ -249,9 +251,14 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
||||
those who want to rebuild from the source rpms. Normally linked
|
||||
(need Xapian and zlib libraries):</p>
|
||||
<blockquote>
|
||||
<p><b>Fedora Core 12 with Qt 4</b>
|
||||
This build is not statically linked, but depends on the
|
||||
regular Xapian and zlib rpms from the Fedora repositories.
|
||||
<p><b>Fedora Core 11 with Qt 4</b> i586
|
||||
<a href="fc11/recoll-1.13.04-1.fc11.i586.rpm">
|
||||
recoll-1.13.04-1.fc11.i586.rpm</a>. 64 bits version
|
||||
<a href="fc11/recoll-1.13.04-1.fc11.x86_64.rpm">
|
||||
recoll-1.13.04-1.fc11.x86_64.rpm</a>.
|
||||
</p>
|
||||
|
||||
<p><b>Fedora Core 12 with Qt 4</b> 64 bits version
|
||||
<a href="fc12/recoll-1.13.04-1.fc12.x86_64.rpm">
|
||||
recoll-1.13.04-1.fc12.x86_64.rpm</a>.
|
||||
</p>
|
||||
|
||||
@ -41,7 +41,9 @@
|
||||
<p>For updated filters, you just need to copy the script to the
|
||||
filters directory which may be typically either <span
|
||||
class="filename">/usr/share/recoll/filters</span>, or <span
|
||||
class="filename">/usr/local/share/recoll/filters</span>.</p>
|
||||
class="filename">/usr/local/share/recoll/filters</span>. Please check
|
||||
that the script is executable after copying it, and make it so if
|
||||
needed (chmod a+x <i>scriptname</i>)</p>
|
||||
|
||||
<p>For new filters, you'll need to copy the script file as
|
||||
above, possibly install the supporting application, and usually
|
||||
@ -71,7 +73,7 @@
|
||||
|
||||
<h2>Updated icalendar filter</h2>
|
||||
<p>The filter script for all releases up and including 1.13.04 used
|
||||
the icalendar Python modules which is not robust enough against some
|
||||
the icalendar Python module which is not robust enough against some
|
||||
syntax errors (found for example in Mozilla exports). The new version
|
||||
uses an internal trivial parser, which will hopefully be both
|
||||
sufficient for what we are doing and more robust.
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
|
||||
<h2>News: </h2>
|
||||
<ul>
|
||||
<li>2010-01-05 : a <a href="download.html#source">1.13.04</a> is
|
||||
<li>2010-04-14 : a <a href="download.html#source">1.13.04</a> is
|
||||
out. It fixes a nasty bug (broken stemming) in 1.13.02.</li>
|
||||
|
||||
<li>2010-01-29 : the full Recoll source repository is now
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
|
||||
<h2>Nouvelles: </h2>
|
||||
<ul>
|
||||
<li>2010-01-05 : la version <a
|
||||
<li>2010-04-14 : la version <a
|
||||
href="download.html#source">1.13.04</a> vient de sortir. Elle
|
||||
corrige un gros bug de la 1.13.02 (le stemming ne marchait plus).</li>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user