doc and packaging

This commit is contained in:
Jean-Francois Dockes 2021-03-03 17:59:19 +01:00
parent 8a50e63ca2
commit 6053807399
4 changed files with 85 additions and 69 deletions

View File

@ -12,7 +12,7 @@
PPA_KEYID=7808CE96D38B9201 PPA_KEYID=7808CE96D38B9201
RCLVERS=1.28.6pre4 RCLVERS=1.29.0
SCOPEVERS=1.20.2.4 SCOPEVERS=1.20.2.4
GSSPVERS=1.1.0 GSSPVERS=1.1.0
PPAVERS=1 PPAVERS=1

View File

@ -1,4 +1,4 @@
recoll (1.29.0pre1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low recoll (1.29.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Shortcuts editor * Shortcuts editor

View File

@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="docbook-xsl.css"> <link rel="stylesheet" type="text/css" href="docbook-xsl.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="description" content= <meta name="description" content=
"Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at the following location: GNU web site. This document introduces full text search notions and describes the installation and use of the Recoll application. This version describes Recoll 1.26."> "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at the following location: GNU web site. This document introduces full text search notions and describes the installation and use of the Recoll application. This version describes Recoll 1.29.">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" <body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF"> alink="#0000FF">
@ -53,7 +53,7 @@ alink="#0000FF">
and describes the installation and use of the and describes the installation and use of the
<span class="application">Recoll</span> application. <span class="application">Recoll</span> application.
This version describes <span class= This version describes <span class=
"application">Recoll</span> 1.26.</p> "application">Recoll</span> 1.29.</p>
</div> </div>
</div> </div>
</div> </div>
@ -438,7 +438,7 @@ alink="#0000FF">
<p>This document introduces full text search notions and <p>This document introduces full text search notions and
describes the installation and use of the <span class= describes the installation and use of the <span class=
"application">Recoll</span> application. It is updated for "application">Recoll</span> application. It is updated for
<span class="application">Recoll</span> 1.26.</p> <span class="application">Recoll</span> 1.29.</p>
<p><span class="application">Recoll</span> was for a long <p><span class="application">Recoll</span> was for a long
time dedicated to Unix-like systems. It was only lately time dedicated to Unix-like systems. It was only lately
(2015) ported to <span class="application">MS-Windows</span>. (2015) ported to <span class="application">MS-Windows</span>.
@ -4028,12 +4028,13 @@ fs.inotify.max_user_watches=32768
search</strong></span></td> search</strong></span></td>
</tr> </tr>
<tr> <tr>
<td align="left">Load next stored search</td> <td align="left">Load the next entry from the
search history</td>
<td align="left">Up</td> <td align="left">Up</td>
</tr> </tr>
<tr> <tr>
<td align="left">Load previous stored <td align="left">Load the previous entry from
search</td> the search history</td>
<td align="left">Down</td> <td align="left">Down</td>
</tr> </tr>
<tr> <tr>
@ -4042,22 +4043,26 @@ fs.inotify.max_user_watches=32768
window</strong></span></td> window</strong></span></td>
</tr> </tr>
<tr> <tr>
<td align="left">Clear search</td> <td align="left">Clear search. This will move
the keyboard cursor to the simple search entry
and erase the current text</td>
<td align="left">Ctrl+S</td> <td align="left">Ctrl+S</td>
</tr> </tr>
<tr> <tr>
<td align="left">Move keyboard focus to the <td align="left">Move the keyboard cursor to
search entry area</td> the search entry area without erasing the
current text</td>
<td align="left">Ctrl+L</td> <td align="left">Ctrl+L</td>
</tr> </tr>
<tr> <tr>
<td align="left">Move keyboard focus to the <td align="left">Move the keyboard cursor to
search entry area</td> the search entry area without erasing the
current text</td>
<td align="left">Ctrl+Shift+S</td> <td align="left">Ctrl+Shift+S</td>
</tr> </tr>
<tr> <tr>
<td align="left">Toggle displaying results as <td align="left">Toggle displaying the current
table or list</td> results as a table or as a list</td>
<td align="left">Ctrl+T</td> <td align="left">Ctrl+T</td>
</tr> </tr>
<tr> <tr>
@ -4067,16 +4072,19 @@ fs.inotify.max_user_watches=32768
table</strong></span></td> table</strong></span></td>
</tr> </tr>
<tr> <tr>
<td align="left">Move the keyboard focus to the <td align="left">Move the keyboard cursor to
result table</td> currently the selected row in the table, or to
the first one if none is selected</td>
<td align="left">Ctrl+R</td> <td align="left">Ctrl+R</td>
</tr> </tr>
<tr> <tr>
<td align="left">Jump to row 0-9 or a-z</td> <td align="left">Jump to row 0-9 or a-z in the
table</td>
<td align="left">Ctrl+[0-9] or [a-z]</td> <td align="left">Ctrl+[0-9] or [a-z]</td>
</tr> </tr>
<tr> <tr>
<td align="left">Cancel current selection</td> <td align="left">Cancel the current
selection</td>
<td align="left">Esc</td> <td align="left">Esc</td>
</tr> </tr>
<tr> <tr>
@ -4093,18 +4101,18 @@ fs.inotify.max_user_watches=32768
<td align="left">Ctrl+W</td> <td align="left">Ctrl+W</td>
</tr> </tr>
<tr> <tr>
<td align="left">Print current tab <td align="left">Open a print dialog for the
contents</td> current tab contents</td>
<td align="left">Ctrl+P</td> <td align="left">Ctrl+P</td>
</tr> </tr>
<tr> <tr>
<td align="left">Load the next result in the <td align="left">Load the next result from the
current tab</td> list to the current tab</td>
<td align="left">Shift+Down</td> <td align="left">Shift+Down</td>
</tr> </tr>
<tr> <tr>
<td align="left">Load the previous result in <td align="left">Load the previous result from
the current tab</td> the list to the current tab</td>
<td align="left">Shift+Up</td> <td align="left">Shift+Up</td>
</tr> </tr>
<tr> <tr>
@ -4113,38 +4121,37 @@ fs.inotify.max_user_watches=32768
table</strong></span></td> table</strong></span></td>
</tr> </tr>
<tr> <tr>
<td align="left">Copy the current result <td align="left">Copy the text contained in the
document text contents to the clipboard</td> selected document to the clipboard</td>
<td align="left">Ctrl+G</td> <td align="left">Ctrl+G</td>
</tr> </tr>
<tr> <tr>
<td align="left">Open the current result <td align="left">Open the current document and
document and quit</td> exit Recoll</td>
<td align="left">Ctrl+Shift+O</td> <td align="left">Ctrl+Shift+O</td>
</tr> </tr>
<tr> <tr>
<td align="left">Open the current result <td align="left">Open the current document</td>
document</td>
<td align="left">Ctrl+O</td> <td align="left">Ctrl+O</td>
</tr> </tr>
<tr> <tr>
<td align="left">Preview the current <td align="left">Show a full preview for the
result</td> current document</td>
<td align="left">Ctrl+D</td> <td align="left">Ctrl+D</td>
</tr> </tr>
<tr> <tr>
<td align="left">Toggle showing the table <td align="left">Toggle showing the column
header</td> names</td>
<td align="left">Ctrl+H</td> <td align="left">Ctrl+H</td>
</tr> </tr>
<tr> <tr>
<td align="left">Open snippets window for the <td align="left">Show a snippets (keyword in
current result</td> context) list for the current document</td>
<td align="left">Ctrl+E</td> <td align="left">Ctrl+E</td>
</tr> </tr>
<tr> <tr>
<td align="left">Toggle showing row <td align="left">Toggle showing the row
numbers</td> letters/numbers</td>
<td align="left">Ctrl+V</td> <td align="left">Ctrl+V</td>
</tr> </tr>
<tr> <tr>
@ -4157,19 +4164,23 @@ fs.inotify.max_user_watches=32768
<td align="left">Esc</td> <td align="left">Esc</td>
</tr> </tr>
<tr> <tr>
<td align="left">Find in snippets</td> <td align="left">Find in the snippets list
(method #1)</td>
<td align="left">Ctrl+F</td> <td align="left">Ctrl+F</td>
</tr> </tr>
<tr> <tr>
<td align="left">Find (alt)</td> <td align="left">Find in the snippets list
(method #2)</td>
<td align="left">/</td> <td align="left">/</td>
</tr> </tr>
<tr> <tr>
<td align="left">Find next</td> <td align="left">Find the next instance of the
search term</td>
<td align="left">F3</td> <td align="left">F3</td>
</tr> </tr>
<tr> <tr>
<td align="left">Find previous</td> <td align="left">Find the previous instance of
the search term</td>
<td align="left">Shift+F3</td> <td align="left">Shift+F3</td>
</tr> </tr>
</tbody> </tbody>

View File

@ -5,7 +5,7 @@
<!ENTITY RCL "<application>Recoll</application>"> <!ENTITY RCL "<application>Recoll</application>">
<!ENTITY RCLAPPS "<ulink url='http://www.recoll.org/pages/features.html#doctypes'>http://www.recoll.org/pages/features.html</ulink>"> <!ENTITY RCLAPPS "<ulink url='http://www.recoll.org/pages/features.html#doctypes'>http://www.recoll.org/pages/features.html</ulink>">
<!ENTITY RCLVERSION "1.26"> <!ENTITY RCLVERSION "1.29">
<!ENTITY XAP "<application>Xapian</application>"> <!ENTITY XAP "<application>Xapian</application>">
<!ENTITY WIN "<application>Windows</application>"> <!ENTITY WIN "<application>Windows</application>">
<!ENTITY LIN "<application>Unix</application>-like systems"> <!ENTITY LIN "<application>Unix</application>-like systems">
@ -2937,11 +2937,11 @@ fs.inotify.max_user_watches=32768
<row><entry namest="c1" nameend="c2"> <row><entry namest="c1" nameend="c2">
<command>Context: advanced search</command></entry></row> <command>Context: advanced search</command></entry></row>
<row> <row>
<entry>Load next stored search</entry> <entry>Load the next entry from the search history</entry>
<entry>Up</entry> <entry>Up</entry>
</row> </row>
<row> <row>
<entry>Load previous stored search</entry> <entry>Load the previous entry from the search history</entry>
<entry>Down</entry> <entry>Down</entry>
</row> </row>
@ -2949,36 +2949,41 @@ fs.inotify.max_user_watches=32768
<command>Context: main window</command></entry> <command>Context: main window</command></entry>
</row> </row>
<row> <row>
<entry>Clear search</entry> <entry>Clear search. This will move the keyboard cursor to
the simple search entry and erase the current text</entry>
<entry>Ctrl+S</entry> <entry>Ctrl+S</entry>
</row> </row>
<row> <row>
<entry>Move keyboard focus to the search entry area</entry> <entry>Move the keyboard cursor to the search entry area
without erasing the current text</entry>
<entry>Ctrl+L</entry> <entry>Ctrl+L</entry>
</row> </row>
<row> <row>
<entry>Move keyboard focus to the search entry area</entry> <entry>Move the keyboard cursor to the search entry area
without erasing the current text</entry>
<entry>Ctrl+Shift+S</entry> <entry>Ctrl+Shift+S</entry>
</row> </row>
<row> <row>
<entry>Toggle displaying results as table or list</entry> <entry>Toggle displaying the current results as a table or
as a list</entry>
<entry>Ctrl+T</entry> <entry>Ctrl+T</entry>
</row> </row>
<row><entry namest="c1" nameend="c2"> <row><entry namest="c1" nameend="c2">
<command>Context: main window, when showing the results <command>Context: main window, when showing the results
as a table</command></entry> as a table</command></entry>
</row> </row>
<row> <row>
<entry>Move the keyboard focus to the result table</entry> <entry>Move the keyboard cursor to currently the selected row
in the table, or to the first one if none is selected</entry>
<entry>Ctrl+R</entry> <entry>Ctrl+R</entry>
</row> </row>
<row> <row>
<entry>Jump to row 0-9 or a-z</entry> <entry>Jump to row 0-9 or a-z in the table</entry>
<entry>Ctrl+[0-9] or [a-z]</entry> <entry>Ctrl+[0-9] or [a-z]</entry>
</row> </row>
<row> <row>
<entry>Cancel current selection</entry><entry>Esc</entry> <entry>Cancel the current selection</entry><entry>Esc</entry>
</row> </row>
@ -2994,46 +2999,46 @@ fs.inotify.max_user_watches=32768
<entry>Ctrl+W</entry> <entry>Ctrl+W</entry>
</row> </row>
<row> <row>
<entry>Print current tab contents</entry> <entry>Open a print dialog for the current tab contents</entry>
<entry>Ctrl+P</entry> <entry>Ctrl+P</entry>
</row> </row>
<row> <row>
<entry>Load the next result in the current tab</entry> <entry>Load the next result from the list to the current tab</entry>
<entry>Shift+Down</entry> <entry>Shift+Down</entry>
</row> </row>
<row> <row>
<entry>Load the previous result in the current tab</entry> <entry>Load the previous result from the list to the current tab</entry>
<entry>Shift+Up</entry> <entry>Shift+Up</entry>
</row> </row>
<row><entry namest="c1" nameend="c2"> <row><entry namest="c1" nameend="c2">
<command>Context: result table</command></entry></row> <command>Context: result table</command></entry></row>
<row> <row>
<entry>Copy the current result document text contents to <entry>Copy the text contained in the selected
the clipboard</entry> <entry>Ctrl+G</entry> document to the clipboard</entry> <entry>Ctrl+G</entry>
</row> </row>
<row> <row>
<entry>Open the current result document and quit</entry> <entry>Open the current document and exit Recoll</entry>
<entry>Ctrl+Shift+O</entry> <entry>Ctrl+Shift+O</entry>
</row> </row>
<row> <row>
<entry>Open the current result document</entry> <entry>Open the current document</entry>
<entry>Ctrl+O</entry> <entry>Ctrl+O</entry>
</row> </row>
<row> <row>
<entry>Preview the current result</entry> <entry>Show a full preview for the current document</entry>
<entry>Ctrl+D</entry> <entry>Ctrl+D</entry>
</row> </row>
<row> <row>
<entry>Toggle showing the table header</entry> <entry>Toggle showing the column names</entry>
<entry>Ctrl+H</entry> <entry>Ctrl+H</entry>
</row> </row>
<row> <row>
<entry>Open snippets window for the current result</entry> <entry>Show a snippets (keyword in context) list for the current document</entry>
<entry>Ctrl+E</entry> <entry>Ctrl+E</entry>
</row> </row>
<row> <row>
<entry>Toggle showing row numbers</entry> <entry>Toggle showing the row letters/numbers</entry>
<entry>Ctrl+V</entry> <entry>Ctrl+V</entry>
</row> </row>
@ -3044,19 +3049,19 @@ fs.inotify.max_user_watches=32768
<entry>Esc</entry> <entry>Esc</entry>
</row> </row>
<row> <row>
<entry>Find in snippets</entry> <entry>Find in the snippets list (method #1)</entry>
<entry>Ctrl+F</entry> <entry>Ctrl+F</entry>
</row> </row>
<row> <row>
<entry>Find (alt)</entry> <entry>Find in the snippets list (method #2)</entry>
<entry>/</entry> <entry>/</entry>
</row> </row>
<row> <row>
<entry>Find next</entry> <entry>Find the next instance of the search term</entry>
<entry>F3</entry> <entry>F3</entry>
</row> </row>
<row> <row>
<entry>Find previous</entry> <entry>Find the previous instance of the search term</entry>
<entry>Shift+F3</entry> <entry>Shift+F3</entry>
</row> </row>
</tbody> </tbody>