Switch to unified view

a/website/BUGS.html b/website/BUGS.html
...
...
55
        <li>Raw indexes (not default): diacritics and case expansion
55
        <li>Raw indexes (not default): diacritics and case expansion
56
          is not applied to terms containing numbers so that a
56
          is not applied to terms containing numbers so that a
57
          case-insensitive search does not work for them (e.g.:
57
          case-insensitive search does not work for them (e.g.:
58
          searching for ds1820 will not find DS1820).</li>
58
          searching for ds1820 will not find DS1820).</li>
59
59
60
        <li>Category (media, message, etc.) expansion does not work
61
          for mime types which have no associated filter. This is
62
          quite often the case for video types (so they won't be found
63
          under "media"). The workaround is to add them to the
64
          ~/.recoll/mimeconf file with the rclnull filter, for
65
          example:
66
<pre>
67
[index]
68
video/mp2p = exec rclnull
69
video/mp2t = exec rclnull
70
video/mp4  = exec rclnull
71
video/avi  = exec rclnull
72
video/divx = exec rclnull
73
video/x-msvideo = exec rclnull
74
</pre>
75
        </li>
76
60
        <li>On systems such as Debian Stable which use Evince version
77
        <li>On systems such as Debian Stable which use Evince version
61
          2.x (not 3.x) as PDF viewer, the default "Open" command for
78
          2.x (not 3.x) as PDF viewer, the default "Open" command for
62
          PDF files will not work. You need to edit the command:
79
          PDF files will not work. You need to edit the command:
63
          in <em>Preferences->GUI&nbsp;configuration</em>,
80
          in <em>Preferences->GUI&nbsp;configuration</em>,
64
          uncheck <em>Use&nbsp;desktop&nbsp;preferences...</em>, then
81
          uncheck <em>Use&nbsp;desktop&nbsp;preferences...</em>, then
65
          click <em>Choose&nbsp;editor&nbsp;applications</em>, and for
82
          click <em>Choose&nbsp;editor&nbsp;applications</em>, and for
66
          application/pdf, application/postscript and text/dvi, change
83
          application/pdf, application/postscript and text/dvi, change
67
          the --page-index option to --page-label.</li>
84
          the --page-index option to --page-label. Then
85
          re-check <em>Use&nbsp;desktop&nbsp;preferences...</em> if
86
          it was initially set.</li>
68
87
69
        <li>It will sometimes happen that the result list paragraph
88
        <li>It will sometimes happen that the result list paragraph
70
          format stored in the Qt preferences file will get garbled,
89
          format stored in the Qt preferences file will get garbled,
71
          causing result lists with no displayed paragraphs (the
90
          causing result lists with no displayed paragraphs (the
72
          counts and pages are ok, the results can be seen in table
91
          counts and pages are ok, the results can be seen in table