Switch to unified view

a/website/features.html b/website/features.html
...
...
85
      <h4>File types indexed with external helpers</h4>
85
      <h4>File types indexed with external helpers</h4>
86
86
87
      <p>Many document types need the <span class="command">iconv</span>
87
      <p>Many document types need the <span class="command">iconv</span>
88
      command in addition to the applications specifically listed.</p>
88
      command in addition to the applications specifically listed.</p>
89
89
90
      <h5>The XML ones</h5>
90
      <p>The following types need <span class=
91
      <p>The following types need <span class=
91
      "command">xsltproc</span> from the <b>libxslt</b> package.
92
      "command">xsltproc</span> from the <b>libxslt</b> package.
92
      Quite a few also need <span class="command">unzip</span>:</p>
93
      Quite a few also need <span class="command">unzip</span>:</p>
93
94
94
      <ul>
95
      <ul>
...
...
104
        <li><span class="literal">OpenOffice</span> files.</li>
105
        <li><span class="literal">OpenOffice</span> files.</li>
105
106
106
        <li><span class="literal">SVG</span> files.</li>
107
        <li><span class="literal">SVG</span> files.</li>
107
      </ul>
108
      </ul>
108
109
109
      <p>Others:</p>
110
      <h5>Other formats</h5>
110
111
111
      <ul>
112
      <ul>
112
        <li><span class="literal">pdf</span> with the <span class=
113
        <li><span class="literal">pdf</span> with the <span class=
113
        "command">pdftotext</span> command, which can be installed
114
        "command">pdftotext</span> command, which can be installed
114
        as part of <a href="http://www.foolabs.com/xpdf/">xpdf</a>
115
        as part of <a href="http://www.foolabs.com/xpdf/">xpdf</a>
...
...
214
        This is a perl program, so you also need perl on the
215
        This is a perl program, so you also need perl on the
215
        system. This works with about any possible image file and
216
        system. This works with about any possible image file and
216
        tag format (jpg, png, tiff, gif etc.).</li>
217
        tag format (jpg, png, tiff, gif etc.).</li>
217
218
218
        <li>Midi karaoke files with Python, the 
219
        <li>Midi karaoke files with Python, the 
219
        <a href="http://pypi.python.org/pypi/midi/0.2.1">
220
          <a href="http://pypi.python.org/pypi/midi/0.2.1">
220
          midi module</a>, and some help
221
            midi module</a>, and some help
221
          from <a href="http://chardet.feedparser.org/">chardet</a>.</li> 
222
          from <a href="http://chardet.feedparser.org/">chardet</a>. There
223
          is probably a <tt>chardet</tt> package for your distribution,
224
          but you will quite probably need to build the midi
225
          package. This is easy but see the 
226
          to <a href="helpernotes.html#midi">notes here</a>.
227
        </li> 
222
228
223
        <li>Konqueror webarchive format with Python (uses the tarfile
229
        <li>Konqueror webarchive format with Python (uses the tarfile
224
          module).</li>
230
          module).</li>
225
231
226
        <li>mimehtml web archive format (support based on the mail
232
        <li>mimehtml web archive format (support based on the mail