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" [ -->
<!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 XAP "<application>Xapian</application>">
<!ENTITY WIKI "http://bitbucket.org/medoc/recoll/wiki/">
@ -4390,7 +4390,7 @@ except:
dependancy.</para>
<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,
and misc tips. The list below is not updated often and may be quite
stale.</para>
@ -4398,7 +4398,7 @@ except:
<para>For many Linux distributions, most of the commands listed can
be installed from the package repositories. However, the packages
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>
<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>.
The original version has an issue with shell
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><para>MS Word needs
@ -4442,10 +4442,10 @@ except:
<listitem><para>RTF files need <command>unrtf</command>, which, in
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
<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>
<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
(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>
<p>I sometimes release a source tarfile when I consider that the

View file

@ -156,10 +156,12 @@
<ul>
<li><span class="application">pdf</span> with the <span class=
"command">pdftotext</span> command, which can be installed
as part of <a href="http://www.foolabs.com/xpdf/">xpdf</a>
or <a href="http://poppler.freedesktop.org/">poppler</a>,
depending on your distribution.</li>
"command">pdftotext</span> command, which used to be installed
as part of <a href="http://www.foolabs.com/xpdf/">xpdf</a> but
is nowadays more often found with
<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=
"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
is probably a <tt>python-chardet</tt> package for your distribution,
but you will quite probably need to build the midi
package. This is easy but see the
to <a href="helpernotes.html#midi">notes here</a>.
package. This is easy but see the <a href="helpernotes.html#midi">
notes here</a>.
</li>
<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
format</span> (support based on the mail

View file

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