Switch to unified view

a/website/release-1.20.html b/website/release-1.20.html
...
...
128
            which was indexed as a general
128
            which was indexed as a general
129
            term. <span class="literal">containerfilename</span> is
129
            term. <span class="literal">containerfilename</span> is
130
            also set on files without sub-documents (e.g. a pdf).</li>
130
            also set on files without sub-documents (e.g. a pdf).</li>
131
131
132
          <li>A new attribute, <span class="literal">pfxonly</span>,
132
          <li>A new attribute, <span class="literal">pfxonly</span>,
133
            was created. This can be set on any metadata field inside
133
            was created to support the above change. This can be set
134
            on any metadata field inside
134
            the <span class="literal">[prefixes]</span> section of
135
            the <span class="literal">[prefixes]</span> section of
135
            the <span class="filename">fields</span> file.</li>
136
            the <span class="filename">fields</span> file. The
137
            affected field terms will be indexed <em>only with a
138
            prefix</em>, so they will cause a hit only for a field
139
            search (the general behaviour is that field terms are
140
            indexed both prefixed and not, so they can also cause a
141
            hit when searched as general terms).</li>
136
142
137
          <li>A new <span class="literal">[queryaliases]</span>
143
          <li>A new <span class="literal">[queryaliases]</span>
138
            section was created in
144
            section was created in
139
            the <span class="filename">fields</span>, for definining
145
            the <span class="filename">fields</span>, for definining
140
            field name aliases to be used only at query time (to avoid
146
            field name aliases to be used only at query time (to avoid
141
            unwanted collection of data on random fields during
147
            unwanted collection of data on random fields during
142
            indexing). The section is empty by default, but 2 obvious
148
            indexing). The section is empty by default, but 2 obvious
143
            alias are in
144
            comment: <span class="literal">filename=fn</span>
149
            aliases are commented: <span class="literal">filename=fn</span>
145
            and <span class="literal">containerfilename=cfn</span>. Setting
150
            and <span class="literal">containerfilename=cfn</span>. Setting
146
            them in your personal file may save you some typing if you
151
            them in your personal file may save you some typing if you
147
            search on file names.</li> 
152
            search on file names.</li> 
148
153
149
          <li>You can now use both <em>-e</em> and  <em>-i</em> for
154
          <li>You can now use both <em>-e</em> and  <em>-i</em> for
...
...
191
            during indexing and searching. There is no good way to
196
            during indexing and searching. There is no good way to
192
            handle this character, given the varius misuses of minus
197
            handle this character, given the varius misuses of minus
193
            and hyphen. This choice was deemed "less bad" than the
198
            and hyphen. This choice was deemed "less bad" than the
194
            previous one.</li>
199
            previous one.</li>
195
200
201
          <li>The purple filter (for pidgin and other messaging apps)
202
            has been updated for newer log formats.</li>
203
196
        </ul>
204
        </ul>
197
205
198
206
199
    </div>
207
    </div>
200
  </body>
208
  </body>