document war and mhtm filters
This commit is contained in:
parent
d0cb158d26
commit
9ea442f1fe
@ -2897,6 +2897,13 @@ while query.next >= 0 and query.next < nres:
|
|||||||
<application>Midi module</application></ulink></para>
|
<application>Midi module</application></ulink></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>Konqueror webarchive format with Python (uses the Tarfile
|
||||||
|
module).</listitem>
|
||||||
|
|
||||||
|
<listitem>mimehtml web archive format (support based on the mail
|
||||||
|
filter, which introduces some mild weirdness, but still
|
||||||
|
usable).</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>Text, HTML, mail folders, and Scribus files are
|
<para>Text, HTML, mail folders, and Scribus files are
|
||||||
|
|||||||
@ -213,6 +213,13 @@
|
|||||||
midi module</a>, and some help
|
midi module</a>, and some help
|
||||||
from <a href="http://chardet.feedparser.org/">chardet</a>.</li>
|
from <a href="http://chardet.feedparser.org/">chardet</a>.</li>
|
||||||
|
|
||||||
|
<li>Konqueror webarchive format with Python (uses the tarfile
|
||||||
|
module).</li>
|
||||||
|
|
||||||
|
<li>mimehtml web archive format (support based on the mail
|
||||||
|
filter, which introduces some mild weirdness, but still
|
||||||
|
usable).</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Other features</h2>
|
<h2>Other features</h2>
|
||||||
|
|||||||
@ -72,10 +72,19 @@
|
|||||||
</blockquote>
|
</blockquote>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<h2>Mimehtml support</h2>
|
||||||
|
<p>This is based on the internal mail filter, you just need to
|
||||||
|
download and install the config files. Will only work with
|
||||||
|
1.15.</p>
|
||||||
|
|
||||||
|
<h2>Konqueror webarchive (.war) filter</h2>
|
||||||
|
<p><a href="rclwar">rclwar</a></p>
|
||||||
|
|
||||||
<h2>Updated zip archive filter</h2>
|
<h2>Updated zip archive filter</h2>
|
||||||
<p>The filter is corrected to handle utf-8 paths in zip archives:
|
<p>The filter is corrected to handle utf-8 paths in zip archives:
|
||||||
<a href="rclzip">rclzip</a></p>
|
<a href="rclzip">rclzip</a></p>
|
||||||
|
|
||||||
|
|
||||||
<h2>Updated audio tag filter</h2>
|
<h2>Updated audio tag filter</h2>
|
||||||
<p>The mutagen-based rclaudio filter delivered with recoll 1.14.2
|
<p>The mutagen-based rclaudio filter delivered with recoll 1.14.2
|
||||||
used a very recent mutagen interface which will only work with
|
used a very recent mutagen interface which will only work with
|
||||||
|
|||||||
@ -90,6 +90,12 @@
|
|||||||
|
|
||||||
<h2>News: </h2>
|
<h2>News: </h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
<li>2011-03-26: added a filter for konqueror webarchive (.war)
|
||||||
|
format, and elementary support for mimehtml (.mhtml). These
|
||||||
|
work with stock recoll 1.15, you just need to install the filter
|
||||||
|
and config adjustments.</li>
|
||||||
|
|
||||||
<li>2011-03-10 : Recoll <a href="download.html#source">1.15.7</a> is
|
<li>2011-03-10 : Recoll <a href="download.html#source">1.15.7</a> is
|
||||||
out. This fixes a number of ennoying bugs in 1.15.2 (no need to
|
out. This fixes a number of ennoying bugs in 1.15.2 (no need to
|
||||||
upgrade from 1.15.5). See the <a href="release-1.15.html">Release
|
upgrade from 1.15.5). See the <a href="release-1.15.html">Release
|
||||||
|
|||||||
@ -100,6 +100,14 @@
|
|||||||
|
|
||||||
<h2>Nouvelles: </h2>
|
<h2>Nouvelles: </h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
<li>2011-03-26: un nouveau filtre pour le format webarchive de
|
||||||
|
konqueror (.war), et support élémentaire de mimehtml (.mhtml) (un
|
||||||
|
autre format d'archives web). Utilisable avec une version
|
||||||
|
1.15 standard, il suffit d'installer le filtre et d'éditer
|
||||||
|
la configuration.</li>
|
||||||
|
|
||||||
|
|
||||||
<li>2011-03-10 : Recoll <a href="download.html#source">1.15.7</a>
|
<li>2011-03-10 : Recoll <a href="download.html#source">1.15.7</a>
|
||||||
vient de sortir. Cette version corrige quelques défauts ennuyeux
|
vient de sortir. Cette version corrige quelques défauts ennuyeux
|
||||||
de la version 1.15.2 (mais est quasi-identique à la version
|
de la version 1.15.2 (mais est quasi-identique à la version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user