|
a/website/custom.html |
|
b/website/custom.html |
|
... |
|
... |
84 |
<p>The Recoll result list is actually made of html text
|
84 |
<p>The Recoll result list is actually made of html text
|
85 |
displayed inside a Qt Widget. In all Recoll versions, you
|
85 |
displayed inside a Qt Widget. In all Recoll versions, you
|
86 |
can specify the format for the list entries: what data is
|
86 |
can specify the format for the list entries: what data is
|
87 |
displayed for each hit document and how. This used to include
|
87 |
displayed for each hit document and how. This used to include
|
88 |
"almost full" support for HTML capabilities, with a few
|
88 |
"almost full" support for HTML capabilities, with a few
|
89 |
restrictions due to the Qt QTextBrowser object.</p>
|
89 |
restrictions due to the Qt QTextBrowser object. The details
|
|
|
90 |
are described in the
|
|
|
91 |
<a href="http://www.recoll.org/usermanual/rcl.search.html#RCL.SEARCH.GUI.CUSTOM.RESLIST">
|
|
|
92 |
Recoll manual</a>.</p>
|
90 |
|
93 |
|
91 |
<p>As of Recoll 1.17, the result list is by default a WebKit
|
94 |
<p>As of Recoll 1.17, the result list is a WebKit object by
|
92 |
object (WebKit is the basis for several major browsers), which
|
95 |
default (WebKit is the basis for several major browsers),
|
93 |
yields full CSS and even Javascript support.</p>
|
96 |
which yields full CSS and even Javascript support.</p>
|
94 |
|
97 |
|
95 |
<h2>New in Recoll 1.17: the WebKit result list</h2>
|
98 |
<h2>New in Recoll 1.17: the WebKit result list</h2>
|
96 |
|
99 |
|
97 |
|
100 |
|
98 |
<p>For newer Recoll versions, you can specify the
|
101 |
<p>For newer Recoll versions, you can specify the
|