1.13.00: fixed doc ortographic typos
This commit is contained in:
parent
ed3a472f62
commit
52d5725c54
@ -1 +1 @@
|
|||||||
1.13.0
|
1.13.00
|
||||||
|
|||||||
@ -133,7 +133,7 @@ RclConfig::RclConfig(const string *argcnf)
|
|||||||
// creating indexes all over the place
|
// creating indexes all over the place
|
||||||
string conffile = path_cat(m_confdir, "recoll.conf");
|
string conffile = path_cat(m_confdir, "recoll.conf");
|
||||||
if (access(conffile.c_str(), 0) < 0) {
|
if (access(conffile.c_str(), 0) < 0) {
|
||||||
m_reason = "Explicitely specified configuration must exist"
|
m_reason = "Explicitly specified configuration must exist"
|
||||||
" (won't be automatically created)";
|
" (won't be automatically created)";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -171,7 +171,7 @@ Recoll indexes file names into a special section of the database to allow
|
|||||||
specific file names searches using wild cards. This parameter decides if
|
specific file names searches using wild cards. This parameter decides if
|
||||||
file name indexing is performed only for files with mime types that would
|
file name indexing is performed only for files with mime types that would
|
||||||
qualify them for full text indexation, or for all files inside
|
qualify them for full text indexation, or for all files inside
|
||||||
the selected subtrees, independant of mime type.
|
the selected subtrees, independent of mime type.
|
||||||
.TP
|
.TP
|
||||||
.BI "idxabsmlen = " value
|
.BI "idxabsmlen = " value
|
||||||
Recoll stores an abstract for each indexed file inside the database. The
|
Recoll stores an abstract for each indexed file inside the database. The
|
||||||
|
|||||||
@ -624,7 +624,7 @@ fvwm
|
|||||||
|
|
||||||
<para>The <command>recoll</command> program provides the main user
|
<para>The <command>recoll</command> program provides the main user
|
||||||
interface for searching. It is based on the
|
interface for searching. It is based on the
|
||||||
<application>QT</application> library.</para>
|
<application>Qt</application> library.</para>
|
||||||
|
|
||||||
<para><command>recoll</command> has two search modes:</para>
|
<para><command>recoll</command> has two search modes:</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -1562,7 +1562,7 @@ fvwm
|
|||||||
<listitem><para><guilabel>Highlight color for query
|
<listitem><para><guilabel>Highlight color for query
|
||||||
terms</guilabel>: Terms from the user query are highlighted in
|
terms</guilabel>: Terms from the user query are highlighted in
|
||||||
the result list samples and the preview window. The color can
|
the result list samples and the preview window. The color can
|
||||||
be chosen here. Any QT color string should work (ie
|
be chosen here. Any Qt color string should work (ie
|
||||||
<literal>red</literal>, <literal>#ff0000</literal>). The
|
<literal>red</literal>, <literal>#ff0000</literal>). The
|
||||||
default is <literal>blue</literal>.</para>
|
default is <literal>blue</literal>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -1570,7 +1570,7 @@ fvwm
|
|||||||
<listitem><para><guilabel>Result list font</guilabel>: There is
|
<listitem><para><guilabel>Result list font</guilabel>: There is
|
||||||
quite a lot of information shown in the result list, and you
|
quite a lot of information shown in the result list, and you
|
||||||
may want to customize the font and/or font size. The rest of
|
may want to customize the font and/or font size. The rest of
|
||||||
the fonts used by &RCL; are determined by your generic QT
|
the fonts used by &RCL; are determined by your generic Qt
|
||||||
config (try the <command>qtconfig</command> command).</para>
|
config (try the <command>qtconfig</command> command).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -1830,7 +1830,7 @@ fvwm
|
|||||||
HTML-based interface displayed in
|
HTML-based interface displayed in
|
||||||
<command>Konqueror</command>.</para>
|
<command>Konqueror</command>.</para>
|
||||||
|
|
||||||
<para>The HTML-based interface is similar to the QT-based
|
<para>The HTML-based interface is similar to the Qt-based
|
||||||
interface, but slightly less powerful for now. Its advantage is
|
interface, but slightly less powerful for now. Its advantage is
|
||||||
that you can perform your search while staying fully within the
|
that you can perform your search while staying fully within the
|
||||||
KDE framework: drag and drop from the result list works normally
|
KDE framework: drag and drop from the result list works normally
|
||||||
@ -2825,7 +2825,7 @@ while query.next >= 0 and query.next < nres:
|
|||||||
<para>Most of the parameters specific to the
|
<para>Most of the parameters specific to the
|
||||||
<command>recoll</command> GUI are set through the
|
<command>recoll</command> GUI are set through the
|
||||||
<guilabel>Preferences</guilabel> menu and stored in the
|
<guilabel>Preferences</guilabel> menu and stored in the
|
||||||
standard QT place (<filename>$HOME/.qt/recollrc</filename>).
|
standard Qt place (<filename>$HOME/.qt/recollrc</filename>).
|
||||||
You probably do not want to edit this by hand.</para>
|
You probably do not want to edit this by hand.</para>
|
||||||
|
|
||||||
<para>&RCL; indexing options are set inside text configuration
|
<para>&RCL; indexing options are set inside text configuration
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user