|
a/src/README |
|
b/src/README |
|
... |
|
... |
1856 |
which will let the editor introduce other line breaks according to the
|
1856 |
which will let the editor introduce other line breaks according to the
|
1857 |
window width, but will lose some of the original indentation. The
|
1857 |
window width, but will lose some of the original indentation. The
|
1858 |
third option has been available in recent releases and is probably now
|
1858 |
third option has been available in recent releases and is probably now
|
1859 |
the best one: use PRE tags with line wrapping.
|
1859 |
the best one: use PRE tags with line wrapping.
|
1860 |
|
1860 |
|
1861 |
o Use desktop preferences to choose document editor: if this is checked,
|
1861 |
o Choose editor applicationsr: this opens a dialog which allows you to
|
1862 |
the xdg-open utility will be used to open files when you click the
|
1862 |
select the application to be used to open each MIME type. The default
|
1863 |
Open link in the result list, instead of the application defined in
|
1863 |
is nornally to use the xdg-open utility, but you can override it.
|
1864 |
mimeview. xdg-open will in term use your desktop preferences to choose
|
|
|
1865 |
an appropriate application.
|
|
|
1866 |
|
1864 |
|
1867 |
o Exceptions: when using the desktop preferences for opening documents,
|
1865 |
o Exceptions: even wen xdg-open is used by default for opening
|
1868 |
these are MIME types that will still be opened according to Recoll
|
1866 |
documents, you can set exceptions for MIME types that will still be
|
1869 |
preferences. This is useful for passing parameters like page numbers
|
1867 |
opened according to Recoll preferences. This is useful for passing
|
1870 |
or search strings to applications that support them (e.g. evince).
|
1868 |
parameters like page numbers or search strings to applications that
|
1871 |
This cannot be done with xdg-open which only supports passing one
|
1869 |
support them (e.g. evince). This cannot be done with xdg-open which
|
1872 |
parameter.
|
1870 |
only supports passing one parameter.
|
1873 |
|
1871 |
|
1874 |
o Choose editor applications this will let you choose the command
|
1872 |
o Document filter choice style: this will let you choose if the document
|
1875 |
started by the Open links inside the result list, for specific
|
|
|
1876 |
document types.
|
|
|
1877 |
|
|
|
1878 |
o Display category filter as toolbar... this will let you choose if the
|
|
|
1879 |
document categories are displayed as a list or a set of buttons.
|
1873 |
categories are displayed as a list or a set of buttons, or a menu.
|
|
|
1874 |
|
|
|
1875 |
o Start with simple search mode: this lets you choose the value of the
|
|
|
1876 |
simple search type on program startup. Either a fixed value (e.g.
|
|
|
1877 |
Query Language, or the value in use when the program last exited.
|
1880 |
|
1878 |
|
1881 |
o Auto-start simple search on white space entry: if this is checked, a
|
1879 |
o Auto-start simple search on white space entry: if this is checked, a
|
1882 |
search will be executed each time you enter a space in the simple
|
1880 |
search will be executed each time you enter a space in the simple
|
1883 |
search input field. This lets you look at the result list as you enter
|
1881 |
search input field. This lets you look at the result list as you enter
|
1884 |
new terms. This is off by default, you may like it or not...
|
1882 |
new terms. This is off by default, you may like it or not...
|
|
... |
|
... |
2157 |
executed is specified as command line arguments.
|
2155 |
executed is specified as command line arguments.
|
2158 |
|
2156 |
|
2159 |
recollq is not built by default. You can use the Makefile in the query
|
2157 |
recollq is not built by default. You can use the Makefile in the query
|
2160 |
directory to build it. This is a very simple program, and if you can
|
2158 |
directory to build it. This is a very simple program, and if you can
|
2161 |
program a little c++, you may find it useful to taylor its output format
|
2159 |
program a little c++, you may find it useful to taylor its output format
|
2162 |
to your needs.
|
2160 |
to your needs. Not that recollq is only really useful on systems where the
|
|
|
2161 |
Qt libraries (or even the X11 ones) are not available. Otherwise, just use
|
|
|
2162 |
recoll -t, which takes the exact same parameters and options which are
|
|
|
2163 |
described for recollq
|
2163 |
|
2164 |
|
2164 |
recollq has a man page (not installed by default, look in the doc/man
|
2165 |
recollq has a man page (not installed by default, look in the doc/man
|
2165 |
directory). The Usage string is as follows:
|
2166 |
directory). The Usage string is as follows:
|
2166 |
|
2167 |
|
2167 |
recollq: usage:
|
2168 |
recollq: usage:
|
|
... |
|
... |
4284 |
filtermaxseconds
|
4285 |
filtermaxseconds
|
4285 |
|
4286 |
|
4286 |
Maximum handler execution time, after which it is aborted. Some
|
4287 |
Maximum handler execution time, after which it is aborted. Some
|
4287 |
postscript programs just loop...
|
4288 |
postscript programs just loop...
|
4288 |
|
4289 |
|
|
|
4290 |
filtermaxmbytes
|
|
|
4291 |
|
|
|
4292 |
Recoll 1.20.7 and later. Maximum handler memory utilisation. This
|
|
|
4293 |
uses setrlimit(RLIMIT_AS) on most systems (total virtual memory
|
|
|
4294 |
space size limit). Some programs may start with 500 MBytes of
|
|
|
4295 |
mapped shared libraries, so take this into account when choosing a
|
|
|
4296 |
value. The default is a liberal 2000MB.
|
|
|
4297 |
|
4289 |
filtersdir
|
4298 |
filtersdir
|
4290 |
|
4299 |
|
4291 |
A directory to search for the external input handler scripts used
|
4300 |
A directory to search for the external input handler scripts used
|
4292 |
to index some types of files. The value should not be changed,
|
4301 |
to index some types of files. The value should not be changed,
|
4293 |
except if you want to modify one of the default scripts. The value
|
4302 |
except if you want to modify one of the default scripts. The value
|