From 34bdc4d19e633768d29d9ac3897929690eee7086 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 2 Dec 2019 10:42:53 +0100 Subject: [PATCH] explicitely->explicitly --- src/ChangeLog | 4 ++-- src/INSTALL | 2 +- src/README | 8 ++++---- src/doc/user/recoll.conf.xml | 8 ++++++-- src/doc/user/usermanual.html | 23 ++++++++++++++++------- src/doc/user/usermanual.xml | 10 +++++----- src/sampleconf/recoll.conf | 4 ++-- 7 files changed, 36 insertions(+), 23 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index dd186d2d..bc81f1b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3851,7 +3851,7 @@ 2007-11-21 09:34 +0000 dockes (cca64d1bdb79) * src/utils/conftree.cpp: - explicitely detect lines beginning with # + explicitly detect lines beginning with # 2007-11-21 09:00 +0000 dockes (2cb85a4bd555) @@ -5720,7 +5720,7 @@ 2007-01-25 15:47 +0000 dockes (31cd60d81a3a) * src/rcldb/rcldb.cpp: - dont explicitely anchor regexp in termMatch + dont explicitly anchor regexp in termMatch 2007-01-25 15:46 +0000 dockes (8c7afe9df6fb) diff --git a/src/INSTALL b/src/INSTALL index e8ae6a49..7a8af00e 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -548,7 +548,7 @@ Chapter 5. Installation and configuration The values in the *skippedPaths variables are matched by default with fnmatch(3), with the FNM_PATHNAME flag. This means that '/' - characters must be matched explicitely. You can set + characters must be matched explicitly. You can set skippedPathsFnmPathname to 0 to disable the use of FNM_PATHNAME (meaning that /*/dir3 will match /dir1/dir2/dir3). diff --git a/src/README b/src/README index b99332a5..176a7233 100644 --- a/src/README +++ b/src/README @@ -1526,7 +1526,7 @@ Chapter 3. Searching The search will only propose replacement terms with spelling variations when no matching document were found. In some cases, both proper spellings and mispellings are present in the index, and it may be interesting to - look for them explicitely. + look for them explicitly. The term explorer tool (started from the toolbar icon or from the Term explorer entry of the Tools menu) can be used to search the full index @@ -1795,7 +1795,7 @@ Chapter 3. Searching Both simple and advanced query dialogs save recent history, but the amount is limited: old queries will eventually be forgotten. Also, important queries may be difficult to find among others. This is why both types of - queries can also be explicitely saved to files, from the GUI menus: File + queries can also be explicitly saved to files, from the GUI menus: File -> Save last query / Load last query The default location for saved queries is a subdirectory of the current @@ -2502,7 +2502,7 @@ Chapter 3. Searching As in the past, capitalizing the first letter of a word will turn off its stem expansion and have no effect on case-sensitivity. - You can also explicitely activate case and diacritics sensitivity by using + You can also explicitly activate case and diacritics sensitivity by using modifiers with the query language. C will make the term case-sensitive, and D will make it diacritics-sensitive. Examples: @@ -3817,7 +3817,7 @@ Chapter 5. Installation and configuration The values in the *skippedPaths variables are matched by default with fnmatch(3), with the FNM_PATHNAME flag. This means that '/' - characters must be matched explicitely. You can set + characters must be matched explicitly. You can set skippedPathsFnmPathname to 0 to disable the use of FNM_PATHNAME (meaning that /*/dir3 will match /dir1/dir2/dir3). diff --git a/src/doc/user/recoll.conf.xml b/src/doc/user/recoll.conf.xml index 35ae5134..14776ec1 100644 --- a/src/doc/user/recoll.conf.xml +++ b/src/doc/user/recoll.conf.xml @@ -69,12 +69,12 @@ filesystem paths. Must be defined at the top level of the configuration file, not in a subsection. Can contain files and directories. The database and configuration directories will automatically be added. The expressions are matched using 'fnmatch(3)' with the FNM_PATHNAME flag set by -default. This means that '/' characters must be matched explicitely. You +default. This means that '/' characters must be matched explicitly. You can set 'skippedPathsFnmPathname' to 0 to disable the use of FNM_PATHNAME (meaning that '/*/dir3' will match '/dir1/dir2/dir3'). The default value contains the usual mount point 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 gets erased on unmount). Explicitely +gets indexed on mount, all data gets erased on unmount). Explicitly adding '/media/xxx' to the 'topdirs' variable will override this. @@ -410,6 +410,10 @@ a directory between different configurations. mboxcacheminmbs Minimum mbox file size over which we cache the offsets. There is really no sense in caching offsets for small files. The default is 5 MB. + +mboxmaxmsgmbs +Maximum mbox member message size in megabytes. Size over which we assume that the mbox format is bad or we +misinterpreted it, at which point we just stop processing the file. webcachedir Directory where we store the archived web pages. This is only used by the web history indexing code diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index cb96c99c..a58d9441 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -1412,7 +1412,7 @@ alink="#0000FF"> term generation.

Using multiple configurations implies a small level of command line or file manager usage. The user must - explicitely create additional configuration directories, + explicitly create additional configuration directories, the GUI will not do it. This is to avoid mistakenly creating additional directories when an argument is mistyped. Also, the GUI or the indexer must be launched @@ -3630,7 +3630,7 @@ fs.inotify.max_user_watches=32768 spelling variations when no matching document were found. In some cases, both proper spellings and mispellings are present in the index, and it may be interesting to look - for them explicitely.

+ for them explicitly.

The term explorer tool (started from the toolbar icon or from the Term explorer entry of the Tools menu) @@ -4091,7 +4091,7 @@ fs.inotify.max_user_watches=32768 history, but the amount is limited: old queries will eventually be forgotten. Also, important queries may be difficult to find among others. This is why both types of - queries can also be explicitely saved to files, from the + queries can also be explicitly saved to files, from the GUI menus: FileSave last query / Load last query

@@ -5700,7 +5700,7 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r

As in the past, capitalizing the first letter of a word will turn off its stem expansion and have no effect on case-sensitivity.

-

You can also explicitely activate case and diacritics +

You can also explicitly activate case and diacritics sensitivity by using modifiers with the query language. C will make the term case-sensitive, and D will @@ -8046,7 +8046,7 @@ for i in range(nres): build procedure (see above) installs the API package for the default system version (python) along with the main code. The package for other Python versions (e.g. python3 - if the system default is python2) must be explicitely + if the system default is python2) must be explicitly built and installed.

The python/recoll/ directory contains the usual

mboxmaxmsgmbs
+
+

Maximum mbox member message size in megabytes. + Size over which we assume that the mbox format is + bad or we misinterpreted it, at which point we + just stop processing the file.

+
+
webcachedir
diff --git a/src/doc/user/usermanual.xml b/src/doc/user/usermanual.xml index f17d0bae..4a623ed7 100644 --- a/src/doc/user/usermanual.xml +++ b/src/doc/user/usermanual.xml @@ -819,7 +819,7 @@ Using multiple configurations implies a small level of command line or file manager usage. The user must - explicitely create additional configuration directories, the GUI + explicitly create additional configuration directories, the GUI will not do it. This is to avoid mistakenly creating additional directories when an argument is mistyped. Also, the GUI or the indexer must be launched with a specific option or environment to @@ -2629,7 +2629,7 @@ fs.inotify.max_user_watches=32768 The search will only propose replacement terms with spelling variations when no matching document were found. In some cases, both proper spellings and mispellings are present in the - index, and it may be interesting to look for them explicitely. + index, and it may be interesting to look for them explicitly. The term explorer tool (started from the toolbar icon or from the Term explorer entry of the @@ -3050,7 +3050,7 @@ fs.inotify.max_user_watches=32768 history, but the amount is limited: old queries will eventually be forgotten. Also, important queries may be difficult to find among others. This is why both types of queries can also be - explicitely saved to files, from the GUI menus: + explicitly saved to files, from the GUI menus: File Save last query / Load last query @@ -4381,7 +4381,7 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r turn off its stem expansion and have no effect on case-sensitivity. - You can also explicitely activate case and diacritics + You can also explicitly activate case and diacritics sensitivity by using modifiers with the query language. C will make the term case-sensitive, and D will make it @@ -6204,7 +6204,7 @@ for i in range(nres): The normal &RCL; build procedure (see above) installs the API package for the default system version (python) along with the main code. The package for other Python versions (e.g. python3 if the - system default is python2) must be explicitely built and + system default is python2) must be explicitly built and installed. The python/recoll/ directory contains diff --git a/src/sampleconf/recoll.conf b/src/sampleconf/recoll.conf index 3ad2b576..384cabdb 100644 --- a/src/sampleconf/recoll.conf +++ b/src/sampleconf/recoll.conf @@ -106,12 +106,12 @@ noContentSuffixes+ = # file, not in a subsection. Can contain files and directories. The database and # configuration directories will automatically be added. The expressions # are matched using 'fnmatch(3)' with the FNM_PATHNAME flag set by -# default. This means that '/' characters must be matched explicitely. You +# default. This means that '/' characters must be matched explicitly. You # can set 'skippedPathsFnmPathname' to 0 to disable the use of FNM_PATHNAME # (meaning that '/*/dir3' will match '/dir1/dir2/dir3'). The default value # contains the usual mount point 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 gets erased on unmount). Explicitely +# gets indexed on mount, all data gets erased on unmount). Explicitly # adding '/media/xxx' to the 'topdirs' variable will override # this. skippedPaths = /media