Switch to unified view

a/website/features.html b/website/features.html
...
...
154
      <p>The following need miscellaneous helper programs to decode
154
      <p>The following need miscellaneous helper programs to decode
155
        the internal formats.</p>
155
        the internal formats.</p>
156
156
157
      <ul>
157
      <ul>
158
        <li><span class="application">pdf</span> with the <span class=
158
        <li><span class="application">pdf</span> with the <span class=
159
        "command">pdftotext</span> command, which can be installed
159
        "command">pdftotext</span> command, which used to be installed
160
        as part of <a href="http://www.foolabs.com/xpdf/">xpdf</a>
160
        as part of <a href="http://www.foolabs.com/xpdf/">xpdf</a> but
161
        is nowadays more often found with 
161
        or <a href="http://poppler.freedesktop.org/">poppler</a>,
162
          <a href="http://poppler.freedesktop.org/">poppler</a>,
162
        depending on your distribution.</li>
163
          depending on your distribution (the package name is quite
164
          often <tt>poppler-utils</tt>).</li>
163
165
164
        <li><span class="application">msword</span> with <a href=
166
        <li><span class="application">msword</span> with <a href=
165
        "http://www.winfield.demon.nl/">antiword</a>.  It is also useful to
167
        "http://www.winfield.demon.nl/">antiword</a>.  It is also useful to
166
        have <a href="http://wvware.sourceforge.net/">wvWare</a> installed
168
        have <a href="http://wvware.sourceforge.net/">wvWare</a> installed
167
        as it may be be used as a fallback for some files which antiword
169
        as it may be be used as a fallback for some files which antiword
...
...
294
          <a href="http://pypi.python.org/pypi/midi/0.2.1">
296
          <a href="http://pypi.python.org/pypi/midi/0.2.1">
295
            midi module</a>, and some help
297
            midi module</a>, and some help
296
          from <a href="http://chardet.feedparser.org/">chardet</a>. There
298
          from <a href="http://chardet.feedparser.org/">chardet</a>. There
297
          is probably a <tt>python-chardet</tt> package for your distribution,
299
          is probably a <tt>python-chardet</tt> package for your distribution,
298
          but you will quite probably need to build the midi
300
          but you will quite probably need to build the midi
299
          package. This is easy but see the 
301
          package. This is easy but see the <a href="helpernotes.html#midi">
300
          to <a href="helpernotes.html#midi">notes here</a>.
302
            notes here</a>.
301
        </li> 
303
        </li> 
302
304
303
        <li><span class="application">Konqueror webarchive</span>
305
        <li><span class="application">Konqueror webarchive</span>
304
          format with Python (uses the tarfile module).</li>
306
          format with Python (uses the <tt>tarfile</tt> standard
307
          library module).</li>
305
308
306
        <li><span class="application">Mimehtml web archive
309
        <li><span class="application">Mimehtml web archive
307
            format</span> (support based on the mail 
310
            format</span> (support based on the mail 
308
          filter, which introduces some mild weirdness, but still
311
          filter, which introduces some mild weirdness, but still
309
          usable).</li>
312
          usable).</li>