Switch to unified view

a/website/BUGS.html b/website/BUGS.html
...
...
35
          supposedly fixed in later versions. Bugs listed in the
35
          supposedly fixed in later versions. Bugs listed in the
36
          topmost section may also exist in older versions.</i></p>
36
          topmost section may also exist in older versions.</i></p>
37
37
38
      <h2><a name="b_latest">recoll 1.14.4 + xapian 1.2+ + qt 4.4.1+</a></h2> 
38
      <h2><a name="b_latest">recoll 1.14.4 + xapian 1.2+ + qt 4.4.1+</a></h2> 
39
      <ul>
39
      <ul>
40
        <li>Some shell, awk, and perl scripts are not indexed. There is a
41
        simple <a
42
        href="https://bitbucket.org/medoc/recoll/issue/39/some-shell-and-other-scripts-are-not">
43
       configuration tweak</a> workaround
44
45
    <li>The new mutagen-based audio tags filter (rclaudio) only
40
    <li>The new mutagen-based audio tags filter (rclaudio) only
46
      works with very recent mutagen
41
      works with very recent mutagen
47
      versions. See <a href="filters/filters.html">here</a> for a
42
      versions. See <a href="filters/filters.html">here</a> for a
48
      corrected version.</li>
43
      corrected version.</li>
49
        <li>Performing a full index with release 1.11 or later, over a
44
        <li>Performing a full index with release 1.11 or newer, over a
50
          version created with a much older recoll release may
45
          version created with a much older recoll release may
51
          sometimes end with an error saying "backend doesn't
46
          sometimes end with an error saying "backend doesn't
52
          implement metadata".  If this happens, you need to delete
47
          implement metadata".  If this happens, you need to delete
53
          the index directory (typically <em>~/.recoll/xapiandb/</em>)
48
          the index directory (typically <em>~/.recoll/xapiandb/</em>)
54
          and restart indexing. For big indexes, to avoid losing
49
          and restart indexing. For big indexes, to avoid losing
55
          time, removing the directory preventively may be preferable .</li>
50
          time, removing the directory preventively may be preferable .</li>
56
51
57
        <li> If the user-chosen result list entry format results in
58
          several paragraphs (in the qt textedit sense), right clicks
59
          will only work inside the first one for each entry.</li>
60
61
        <li>Under Solaris, it is necessary to perform initial
52
        <li>Under Solaris, it is necessary to perform the initial
62
          indexing with the recollindex program (the recoll index
53
          indexing with the recollindex program (the recoll index
63
          thread doesn't work for creating the database). Don't know
54
          thread doesn't work for creating the database). Don't know
64
          the reason. Only idea I have is problem with exception
55
          the reason. Only idea I have is problem with exception
65
          handling (recoll catches an exception while trying the yet
56
          handling (recoll catches an exception while trying the yet
66
          inexistant db).</li> 
57
          inexistant db).</li> 
...
...
80
          <b>Workaround</b>: install wvWare and modify
71
          <b>Workaround</b>: install wvWare and modify
81
          mimeconf to use the rcldoc filter (instead of directly
72
          mimeconf to use the rcldoc filter (instead of directly
82
          executing antiword). Rcldoc will try antiword, then will use
73
          executing antiword). Rcldoc will try antiword, then will use
83
          vwWare if it is available. This will result in slightly
74
          vwWare if it is available. This will result in slightly
84
          slower indexing for all normal .doc files.</li>
75
          slower indexing for all normal .doc files.</li>
76
      </ul>
77
78
      <h2><a name="b_1_14_4">recoll 1.14.4</a></h2> 
79
      <ul>
80
        <li>rclmon.sh stop would not work.</li>
81
        <li>Some shell, awk, and perl scripts are not indexed. There is a
82
        simple <a
83
        href="https://bitbucket.org/medoc/recoll/issue/39/some-shell-and-other-scripts-are-not">
84
       configuration tweak</a> workaround
85
        <li>The tree walk in indexing could loop on symbolic links.</li>
86
        <li> If the user-chosen result list entry format results in
87
          several paragraphs (in the qt textedit sense), right clicks
88
          will only work inside the first one for each entry.</li>
85
      </ul>
89
      </ul>
86
90
87
      <h2><a name="b_1_14_3">recoll 1.14.3</h2>
91
      <h2><a name="b_1_14_3">recoll 1.14.3</h2>
88
      <li>Email message preview is broken.</li>
92
      <li>Email message preview is broken.</li>
89
93