small fixes esp. regarding new ics filter
This commit is contained in:
parent
4b75f88955
commit
cd22c78dc2
@ -51,10 +51,15 @@
|
|||||||
Recoll Wiki</a> on
|
Recoll Wiki</a> on
|
||||||
<a href="http://bitbucket.org/medoc/recoll">bitbucket.org</a>.</li>
|
<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>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -113,9 +113,8 @@
|
|||||||
|
|
||||||
<p>New and updated filters are sometimes
|
<p>New and updated filters are sometimes
|
||||||
<a href="filters/filters.html">available</a> before the next
|
<a href="filters/filters.html">available</a> before the next
|
||||||
Recoll release. The most notable current set is for the Open
|
Recoll release. There is currently an update icalendar (ics) filter
|
||||||
XML office document formats, not included for Recoll releases older
|
for 1.13.</p>
|
||||||
than 1.10.5.</p>
|
|
||||||
|
|
||||||
<h2><a name="source">Source</a></h2>
|
<h2><a name="source">Source</a></h2>
|
||||||
|
|
||||||
@ -196,9 +195,12 @@
|
|||||||
Recoll and kio-recoll</a>. These were built from the latest versions,
|
Recoll and kio-recoll</a>. These were built from the latest versions,
|
||||||
for a set of Ubuntu series. You just need to add the
|
for a set of Ubuntu series. You just need to add the
|
||||||
PPAs to your system software sources (the instructions are on
|
PPAs to your system software sources (the instructions are on
|
||||||
the PPA page), and you can then install the normal package
|
the PPA page or
|
||||||
manager to install or update Recoll and Xapian. To avoid
|
<a href="https://help.launchpad.net/Packaging/PPA/InstallingSoftware">
|
||||||
messages about signature errors, you will have to import the
|
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>
|
Recoll and Xapian public keys (as root): <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 -
|
||||||
@ -249,9 +251,14 @@ gpg --export --armor A0735AD0 | sudo apt-key add -
|
|||||||
those who want to rebuild from the source rpms. Normally linked
|
those who want to rebuild from the source rpms. Normally linked
|
||||||
(need Xapian and zlib libraries):</p>
|
(need Xapian and zlib libraries):</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><b>Fedora Core 12 with Qt 4</b>
|
<p><b>Fedora Core 11 with Qt 4</b> i586
|
||||||
This build is not statically linked, but depends on the
|
<a href="fc11/recoll-1.13.04-1.fc11.i586.rpm">
|
||||||
regular Xapian and zlib rpms from the Fedora repositories.
|
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">
|
<a href="fc12/recoll-1.13.04-1.fc12.x86_64.rpm">
|
||||||
recoll-1.13.04-1.fc12.x86_64.rpm</a>.
|
recoll-1.13.04-1.fc12.x86_64.rpm</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -41,7 +41,9 @@
|
|||||||
<p>For updated filters, you just need to copy the script to the
|
<p>For updated filters, you just need to copy the script to the
|
||||||
filters directory which may be typically either <span
|
filters directory which may be typically either <span
|
||||||
class="filename">/usr/share/recoll/filters</span>, or <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
|
<p>For new filters, you'll need to copy the script file as
|
||||||
above, possibly install the supporting application, and usually
|
above, possibly install the supporting application, and usually
|
||||||
@ -71,7 +73,7 @@
|
|||||||
|
|
||||||
<h2>Updated icalendar filter</h2>
|
<h2>Updated icalendar filter</h2>
|
||||||
<p>The filter script for all releases up and including 1.13.04 used
|
<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
|
syntax errors (found for example in Mozilla exports). The new version
|
||||||
uses an internal trivial parser, which will hopefully be both
|
uses an internal trivial parser, which will hopefully be both
|
||||||
sufficient for what we are doing and more robust.
|
sufficient for what we are doing and more robust.
|
||||||
|
|||||||
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
<h2>News: </h2>
|
<h2>News: </h2>
|
||||||
<ul>
|
<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>
|
out. It fixes a nasty bug (broken stemming) in 1.13.02.</li>
|
||||||
|
|
||||||
<li>2010-01-29 : the full Recoll source repository is now
|
<li>2010-01-29 : the full Recoll source repository is now
|
||||||
|
|||||||
@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
<h2>Nouvelles: </h2>
|
<h2>Nouvelles: </h2>
|
||||||
<ul>
|
<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
|
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>
|
corrige un gros bug de la 1.13.02 (le stemming ne marchait plus).</li>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user