Fixed orthographic and other small issues found by Debian packaging

This commit is contained in:
Jean-Francois Dockes 2017-05-17 20:52:17 +02:00
parent 123d5b36ad
commit 7cefd893cd
2 changed files with 25 additions and 25 deletions

View File

@ -661,9 +661,10 @@ dist_man1_MANS = doc/man/recoll.1 doc/man/recollq.1 doc/man/recollindex.1
dist_man5_MANS = doc/man/recoll.conf.5 dist_man5_MANS = doc/man/recoll.conf.5
dist-hook: dist-hook:
(cd $(top_srcdir); find . \
\( -name '*.pyc' -o -name '#*' -o -name '*~' \) -delete)
modified=`hg status | \ modified=`hg status | \
grep -v /$(distdir)/|egrep -v 'debianunitysco|packaging|website'`; \ grep -v /$(distdir)/|egrep -v 'debianunitysco|packaging|website'`; \
if test ! -z "$$modified"; then \ if test ! -z "$$modified"; then \
echo Local directory is modified: $$modified ; exit 1; fi echo Local directory is modified: $$modified ; exit 1; fi
hg tag -f -m "Release $(VERSION) tagged" RECOLL-$(VERSION) hg tag -f -m "Release $(VERSION) tagged" RECOLL-$(VERSION)

View File

@ -28,7 +28,7 @@ defaultcharset = utf-8
.fi .fi
.LP .LP
There are three kinds of lines: There are three kinds of lines:
.RS .RS
.IP \(bu .IP \(bu
Comment or empty Comment or empty
@ -58,19 +58,19 @@ embedded spaces can be quoted with double-quotes.
Space-separated list of files or Space-separated list of files or
directories to recursively index. Default to ~ (indexes directories to recursively index. Default to ~ (indexes
$HOME). You can use symbolic links in the list, they will be followed, $HOME). You can use symbolic links in the list, they will be followed,
independantly of the value of the followLinks variable. independently of the value of the followLinks variable.
.TP .TP
.BI "skippedNames = "string .BI "skippedNames = "string
Files and directories which should be ignored. Files and directories which should be ignored.
White space separated list of wildcard patterns (simple ones, not paths, White space separated list of wildcard patterns (simple ones, not paths,
must contain no / ), which will be tested against file and directory must contain no / ), which will be tested against file and directory
names. The list in the default configuration does not exclude hidden names. The list in the default configuration does not exclude hidden
directories (names beginning with a dot), which means that it may index directories (names beginning with a dot), which means that it may index
quite a few things that you do not want. On the other hand, email user quite a few things that you do not want. On the other hand, email user
agents like Thunderbird usually store messages in hidden directories, and agents like Thunderbird usually store messages in hidden directories, and
you probably want this indexed. One possible solution is to have '.*' in you probably want this indexed. One possible solution is to have '.*'
'skippedNames', and add things like '~/.thunderbird' '~/.evolution' to in 'skippedNames', and add things like '~/.thunderbird' '~/.evolution'
'topdirs'. Not even the file names are indexed for patterns in this to 'topdirs'. Not even the file names are indexed for patterns in this
list, see the 'noContentSuffixes' variable for an alternative approach list, see the 'noContentSuffixes' variable for an alternative approach
which indexes the file names. Can be redefined for any which indexes the file names. Can be redefined for any
subtree. subtree.
@ -92,18 +92,18 @@ wildcard expressions for filesystem paths. Can contain files and
directories. The database and configuration directories will directories. The database and configuration directories will
automatically be added. The expressions are matched using 'fnmatch(3)' automatically be added. The expressions are matched using 'fnmatch(3)'
with the FNM_PATHNAME flag set by default. This means that '/' characters with the FNM_PATHNAME flag set by default. This means that '/' characters
must be matched explicitely. You can set 'skippedPathsFnmPathname' to 0 must be matched explicitly. You can set 'skippedPathsFnmPathname' to 0
to disable the use of FNM_PATHNAME (meaning that '/*/dir3' will match to disable the use of FNM_PATHNAME (meaning that '/*/dir3' will
'/dir1/dir2/dir3'). The default value contains the usual mount point for match '/dir1/dir2/dir3'). The default value contains the usual mount point
removable media to remind you that it is a bad idea to have Recoll work for removable media to remind you that it is a bad idea to have Recoll work
on these (esp. with the monitor: media gets indexed on mount, all data on these (esp. with the monitor: media gets indexed on mount, all data
gets erased on unmount). Explicitely adding '/media/xxx' to the topdirs gets erased on unmount). Explicitly adding '/media/xxx' to the topdirs
will override this. will override this.
.TP .TP
.BI "skippedPathsFnmPathname = "bool .BI "skippedPathsFnmPathname = "bool
Set to 0 to Set to 0 to
override use of FNM_PATHNAME for matching skipped override use of FNM_PATHNAME for matching skipped
paths. paths.
.TP .TP
.BI "daemSkippedPaths = "string .BI "daemSkippedPaths = "string
skippedPaths equivalent specific to skippedPaths equivalent specific to
@ -115,7 +115,7 @@ not set, the daemon uses skippedPaths.
Space-separated list of wildcard expressions for names that should Space-separated list of wildcard expressions for names that should
be ignored inside zip archives. This is used directly by be ignored inside zip archives. This is used directly by
the zip handler, and has a function similar to skippedNames, but works the zip handler, and has a function similar to skippedNames, but works
independantly. Can be redefined for subdirectories. Supported by recoll independently. Can be redefined for subdirectories. Supported by recoll
1.20 and newer. See 1.20 and newer. See
https://bitbucket.org/medoc/recoll/wiki/Filtering%20out%20Zip%20archive%20members https://bitbucket.org/medoc/recoll/wiki/Filtering%20out%20Zip%20archive%20members
@ -173,8 +173,8 @@ Command used to guess
MIME types if the internal methods fails This should be a MIME types if the internal methods fails This should be a
"file -i" workalike. The file path will be added as a last parameter to "file -i" workalike. The file path will be added as a last parameter to
the command line. 'xdg-mime' works better than the traditional 'file' the command line. 'xdg-mime' works better than the traditional 'file'
command, and is now the configured default (with a hard-coded fallback to command, and is now the configured default (with a hard-coded fallback
'file') to 'file')
.TP .TP
.BI "processwebqueue = "bool .BI "processwebqueue = "bool
Decide if we process the Decide if we process the
@ -215,10 +215,9 @@ will reduce the index size. This can only be set for a whole index, not
for a subtree. for a subtree.
.TP .TP
.BI "dehyphenate = "bool .BI "dehyphenate = "bool
Determines if we index Determines if we index 'coworker' also when the input is 'co-worker'.
'coworker' also when the input is 'co-worker'. This is new This is new in version 1.22, and on by default. Setting the variable to off
in version 1.22, and on by default. Setting the variable to off allows allows restoring the previous behaviour.
restoring the previous behaviour.
.TP .TP
.BI "nocjk = "bool .BI "nocjk = "bool
Decides if specific East Asian Decides if specific East Asian
@ -313,7 +312,7 @@ set if testmodifusemtime is set.
.TP .TP
.BI "metadatacmds = "string .BI "metadatacmds = "string
Define commands to Define commands to
gather external metadata, e.g. tmsu tags. gather external metadata, e.g. tmsu tags.
There can be several entries, separated by semi-colons, each defining There can be several entries, separated by semi-colons, each defining
which field name the data goes into and the command to use. Don't forget the which field name the data goes into and the command to use. Don't forget the
initial semi-colon. All the field names must be different. You can use initial semi-colon. All the field names must be different. You can use
@ -455,13 +454,13 @@ only errors and warnings. 3 will print information like document updates,
.TP .TP
.BI "logfilename = "fn .BI "logfilename = "fn
Log file destination. Use 'stderr' (default) to write to the Log file destination. Use 'stderr' (default) to write to the
console. console.
.TP .TP
.BI "idxloglevel = "int .BI "idxloglevel = "int
Override loglevel for the indexer. Override loglevel for the indexer.
.TP .TP
.BI "idxlogfilename = "fn .BI "idxlogfilename = "fn
Override logfilename for the indexer. Override logfilename for the indexer.
.TP .TP
.BI "daemloglevel = "int .BI "daemloglevel = "int
Override loglevel for the indexer in real time Override loglevel for the indexer in real time
@ -615,5 +614,5 @@ Enable thunderbird/mozilla-seamonkey mbox format quirks Set this for the directo
stored. stored.
.SH SEE ALSO .SH SEE ALSO
.PP .PP
recollindex(1) recoll(1) recollindex(1) recoll(1)