File: backends

package info (click to toggle)
recoll 1.43.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 16,952 kB
  • sloc: cpp: 104,785; python: 9,933; xml: 7,314; ansic: 6,447; sh: 1,252; perl: 166; makefile: 72
file content (13 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This configuration file has a description of the active external indexers. See the manual for more
# detail: Programming interface -> Python API -> Creating Python external indexers
#
# This file should be copied to your configuration directory (e.g. ~/.recoll) an possibly edited.
# Unlike the other configuration files, no defaults are obtained from the shared configuration
# directory: only the values from the user configuration are used.

# The Joplin indexer is installed with recoll (filters/rcljoplin.py).
# Because the indexer script is in the "filters" directory, there is no need for absolute paths
[JOPLIN]
fetch = rcljoplin.py fetch
makesig = rcljoplin.py makesig
index = rcljoplin.py index