File: README.txt

package info (click to toggle)
recoll 1.43.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,892 kB
  • sloc: cpp: 104,589; python: 9,603; xml: 7,272; ansic: 6,447; sh: 1,212; perl: 166; makefile: 72
file content (27 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Python samples:

rclmbox.py
backends
A sample external indexer and its backends link file (see the user manual
programming section). The sample indexes a directory containing mbox files.

rcldlkp.py
Another sample indexer for a simple %-separated record format.

recollq.py
recollqsd.py
Sample query programs based on the Python query interface.

recollgui/
A sample GUI based on the python query interface.

docdups.py
A script based on the Xapian Python interface which explores a Recoll index
and prints out sets of duplicate documents (based on the md5 hashes).

mutt-recoll.py
Interface between recoll and mutt (based on mutt-notmuch). Not related to
the Recoll Python API, this executes recollq.

trconfig.py
Not useful at all: internal exercises for the python rclconfig interface.