independantly->independently

This commit is contained in:
Jean-Francois Dockes 2019-12-02 10:46:46 +01:00
parent 34bdc4d19e
commit 4fdfe04ce5
7 changed files with 14 additions and 14 deletions

View File

@ -557,7 +557,7 @@ Chapter 5. Installation and configuration
A space-separated list of patterns for names of files or
directories that should be ignored inside zip archives. This is
used directly by the zip handler, and has a function similar to
skippedNames, but works independantly. Can be redefined for
skippedNames, but works independently. Can be redefined for
filesystem subdirectories. For versions up to 1.19, you will need
to update the Zip handler and install a supplementary Python
module. The details are described on the Recoll wiki.

View File

@ -1020,7 +1020,7 @@ Chapter 3. Searching
o White space in the entry should match white space in the file name,
and is not treated specially.
o The search is insensitive to character case and accents, independantly
o The search is insensitive to character case and accents, independently
of the type of index.
o An entry without any wild card character and not capitalized will be
@ -2617,7 +2617,7 @@ Chapter 3. Searching
o If you use a recent version of Ubuntu Linux, you may find the Ubuntu
Unity Lens module useful.
o There is also an independantly developed Krunner plugin.
o There is also an independently developed Krunner plugin.
Here follow a few other things that may help.
@ -3826,7 +3826,7 @@ Chapter 5. Installation and configuration
A space-separated list of patterns for names of files or
directories that should be ignored inside zip archives. This is
used directly by the zip handler, and has a function similar to
skippedNames, but works independantly. Can be redefined for
skippedNames, but works independently. Can be redefined for
filesystem subdirectories. For versions up to 1.19, you will need
to update the Zip handler and install a supplementary Python
module. The details are described on the Recoll wiki.

View File

@ -8,7 +8,7 @@
<listitem><para>Space-separated list of files or
directories to recursively index. Default to ~ (indexes
$HOME). You can use symbolic links in the list, they will be followed,
independantly of the value of the followLinks variable.</para></listitem></varlistentry>
independently of the value of the followLinks variable.</para></listitem></varlistentry>
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.MONITORDIRS">
<term><varname>monitordirs</varname></term>
<listitem><para>Space-separated list of files or directories to monitor for

View File

@ -1956,7 +1956,7 @@ recollindex -c "$confdir"
by a script in the old queue location. The script is
automatically executed by the <span class=
"application">Recoll</span> indexer versions 1.23.5 and
newer. It could conceivably be executed independantly to
newer. It could conceivably be executed independently to
make the new browser extension compatible with an older
<span class="application">Recoll</span> version (the script
is named <span class=
@ -2777,7 +2777,7 @@ fs.inotify.max_user_watches=32768
</li>
<li class="listitem">
<p>The search is insensitive to character case and
accents, independantly of the type of index.</p>
accents, independently of the type of index.</p>
</li>
<li class="listitem">
<p>An entry without any wild card character and not
@ -5752,7 +5752,7 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r
useful.</p>
</li>
<li class="listitem">
<p>There is also an independantly developed <a class=
<p>There is also an independently developed <a class=
"ulink" href=
"http://kde-apps.org/content/show.php/recollrunner?content=128203"
target="_top">Krunner plugin</a>.</p>
@ -8370,7 +8370,7 @@ for i in range(nres):
<p>Space-separated list of files or directories
to recursively index. Default to ~ (indexes
$HOME). You can use symbolic links in the list,
they will be followed, independantly of the value
they will be followed, independently of the value
of the followLinks variable.</p>
</dd>
<dt><a name=

View File

@ -1264,7 +1264,7 @@ recollindex -c "$confdir"
downloads location (typically <filename>$HOME/Downloads</filename> ),
then moved by a script in the old queue location. The script is
automatically executed by the &RCL; indexer versions 1.23.5 and
newer. It could conceivably be executed independantly to make the new
newer. It could conceivably be executed independently to make the new
browser extension compatible with an older &RCL; version (the script
is named <command>recoll-we-move-files.py</command>).</para>
@ -1934,7 +1934,7 @@ fs.inotify.max_user_watches=32768
space in the file name, and is not treated specially.</para>
</listitem>
<listitem><para>The search is insensitive to character case and
accents, independantly of the type of index.</para>
accents, independently of the type of index.</para>
</listitem>
<listitem><para>An entry without any wild card
character and not capitalized will be prepended and appended
@ -4423,7 +4423,7 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r
Lens</ulink> module useful.</para>
</listitem>
<listitem>
<para>There is also an independantly developed
<para>There is also an independently developed
<ulink
url="http://kde-apps.org/content/show.php/recollrunner?content=128203">
Krunner plugin</ulink>.</para>

View File

@ -17,7 +17,7 @@
# <var name="topdirs" type="string"><brief>Space-separated list of files or
# directories to recursively index.</brief><descr>Default to ~ (indexes
# $HOME). You can use symbolic links in the list, they will be followed,
# independantly of the value of the followLinks variable.</descr></var>
# independently of the value of the followLinks variable.</descr></var>
topdirs = ~
# <var name="monitordirs" type="string">

View File

@ -366,7 +366,7 @@ sub source {
# We push both the case-folded version of the unaccented char
# and the case-folded version of the original one. This
# makes the table a little bigger, but allows
# independantly unaccenting, folding or both
# independently unaccenting, folding or both
#print "UNACFOLD ";
if(exists($decomposition->{$code_value})) {
my($cv);