This commit is contained in:
Jean-Francois Dockes 2014-01-07 17:28:54 +01:00
parent 2dcacd8970
commit d32fc173b6
4 changed files with 18 additions and 14 deletions

View file

@ -7,7 +7,7 @@
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ --> "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ -->
<!ENTITY RCL "<application>Recoll</application>"> <!ENTITY RCL "<application>Recoll</application>">
<!ENTITY RCLAPPS "<ulink url='http://www.recoll.org/features.html'>Recoll helper applications page</ulink>"> <!ENTITY RCLAPPS "<ulink url='http://www.recoll.org/features.html'>http://www.recoll.org/features.html</ulink>">
<!ENTITY RCLVERSION "1.19"> <!ENTITY RCLVERSION "1.19">
<!ENTITY XAP "<application>Xapian</application>"> <!ENTITY XAP "<application>Xapian</application>">
<!ENTITY WIKI "http://bitbucket.org/medoc/recoll/wiki/"> <!ENTITY WIKI "http://bitbucket.org/medoc/recoll/wiki/">
@ -4390,7 +4390,7 @@ except:
dependancy.</para> dependancy.</para>
<para>Please note that, due to the relatively dynamic nature of this <para>Please note that, due to the relatively dynamic nature of this
information, the most up to date version is now kept on the &RCLAPPS; information, the most up to date version is now kept on &RCLAPPS;
along with links to the home pages or best source/patches pages, along with links to the home pages or best source/patches pages,
and misc tips. The list below is not updated often and may be quite and misc tips. The list below is not updated often and may be quite
stale.</para> stale.</para>
@ -4398,7 +4398,7 @@ except:
<para>For many Linux distributions, most of the commands listed can <para>For many Linux distributions, most of the commands listed can
be installed from the package repositories. However, the packages be installed from the package repositories. However, the packages
are sometimes outdated, or not the best version for &RCL;, so you are sometimes outdated, or not the best version for &RCL;, so you
should take a look at the &RCLAPPS; if a file should take a look at &RCLAPPS; if a file
type is important to you.</para> type is important to you.</para>
<para>As of &RCL; release 1.14, a number of XML-based formats that <para>As of &RCL; release 1.14, a number of XML-based formats that
@ -4420,7 +4420,7 @@ except:
<listitem><para>Postscript files need <command>pstotext</command>. <listitem><para>Postscript files need <command>pstotext</command>.
The original version has an issue with shell The original version has an issue with shell
character in file names, which is corrected in recent character in file names, which is corrected in recent
packages. See the the &RCLAPPS; for more detail.</para> packages. See &RCLAPPS; for more detail.</para>
</listitem> </listitem>
<listitem><para>MS Word needs <listitem><para>MS Word needs
@ -4442,10 +4442,10 @@ except:
<listitem><para>RTF files need <command>unrtf</command>, which, in <listitem><para>RTF files need <command>unrtf</command>, which, in
its standard version, has much trouble with non-western character its standard version, has much trouble with non-western character
sets. Check the &RCLAPPS;.</para></listitem> sets. Check &RCLAPPS;.</para></listitem>
<listitem><para>TeX files need <command>untex</command> or <listitem><para>TeX files need <command>untex</command> or
<command>detex</command>. Check the &RCLAPPS; for sources if it's not <command>detex</command>. Check &RCLAPPS; for sources if it's not
packaged for your distribution.</para></listitem> packaged for your distribution.</para></listitem>
<listitem><para>dvi files need <command>dvips</command>.</para> <listitem><para>dvi files need <command>dvips</command>.</para>

View file

@ -122,7 +122,7 @@ is probably no necessity to upgrade anyway.</p>
subdirectory, because of all the places they're referred from subdirectory, because of all the places they're referred from
(package watches) --> (package watches) -->
<p><a href="recoll-1.19.11.tar.gz">recoll-1.19.11.tar.gz</a>. </p> <p><a href="recoll-1.19.11p1.tar.gz">recoll-1.19.11p1.tar.gz</a>. </p>
<!-- <!--
<h3>Snapshot</h3> <h3>Snapshot</h3>
<p>I sometimes release a source tarfile when I consider that the <p>I sometimes release a source tarfile when I consider that the

View file

@ -156,10 +156,12 @@
<ul> <ul>
<li><span class="application">pdf</span> with the <span class= <li><span class="application">pdf</span> with the <span class=
"command">pdftotext</span> command, which can be installed "command">pdftotext</span> command, which used to be installed
as part of <a href="http://www.foolabs.com/xpdf/">xpdf</a> as part of <a href="http://www.foolabs.com/xpdf/">xpdf</a> but
or <a href="http://poppler.freedesktop.org/">poppler</a>, is nowadays more often found with
depending on your distribution.</li> <a href="http://poppler.freedesktop.org/">poppler</a>,
depending on your distribution (the package name is quite
often <tt>poppler-utils</tt>).</li>
<li><span class="application">msword</span> with <a href= <li><span class="application">msword</span> with <a href=
"http://www.winfield.demon.nl/">antiword</a>. It is also useful to "http://www.winfield.demon.nl/">antiword</a>. It is also useful to
@ -296,12 +298,13 @@ application/x-tar = execm rcltar
from <a href="http://chardet.feedparser.org/">chardet</a>. There from <a href="http://chardet.feedparser.org/">chardet</a>. There
is probably a <tt>python-chardet</tt> package for your distribution, is probably a <tt>python-chardet</tt> package for your distribution,
but you will quite probably need to build the midi but you will quite probably need to build the midi
package. This is easy but see the package. This is easy but see the <a href="helpernotes.html#midi">
to <a href="helpernotes.html#midi">notes here</a>. notes here</a>.
</li> </li>
<li><span class="application">Konqueror webarchive</span> <li><span class="application">Konqueror webarchive</span>
format with Python (uses the tarfile module).</li> format with Python (uses the <tt>tarfile</tt> standard
library module).</li>
<li><span class="application">Mimehtml web archive <li><span class="application">Mimehtml web archive
format</span> (support based on the mail format</span> (support based on the mail

View file

@ -101,6 +101,7 @@ div.news {
} }
.important { .important {
font-size: 150%;
background: yellow; background: yellow;
} }
a.weak { a.weak {