put test config under vc
This commit is contained in:
parent
773ab56327
commit
bd25305cee
4
tests/config/fields
Normal file
4
tests/config/fields
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[prefixes]
|
||||||
|
testfield = TSTFLD
|
||||||
|
[stored]
|
||||||
|
testfield=
|
||||||
9
tests/config/mimeconf
Normal file
9
tests/config/mimeconf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# The system-wide configuration files for recoll are located in:
|
||||||
|
# /usr/local/share/recoll/examples
|
||||||
|
# The default configuration files are commented, you should take a look
|
||||||
|
# at them for an explanation of what can be set (you could also take a look
|
||||||
|
# at the manual instead).
|
||||||
|
# Values set in this file will override the system-wide values for the file
|
||||||
|
# with the same name in the central directory. The syntax for setting
|
||||||
|
# values is identical.
|
||||||
|
|
||||||
38
tests/config/mimemap
Normal file
38
tests/config/mimemap
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# The system-wide configuration files for recoll are located in:
|
||||||
|
# /usr/local/share/recoll/examples
|
||||||
|
# The default configuration files are commented, you should take a look
|
||||||
|
# at them for an explanation of what can be set (you could also take a look
|
||||||
|
# at the manual instead).
|
||||||
|
# Values set in this file will override the system-wide values for the file
|
||||||
|
# with the same name in the central directory. The syntax for setting
|
||||||
|
# values is identical.
|
||||||
|
[/home/dockes/projets/fulltext/testrecoll/man]
|
||||||
|
.0p = text/x-man
|
||||||
|
.1 = text/x-man
|
||||||
|
.1m = text/x-man
|
||||||
|
.1p = text/x-man
|
||||||
|
.1ssl = text/x-man
|
||||||
|
.1x = text/x-man
|
||||||
|
.2 = text/x-man
|
||||||
|
.3 = text/x-man
|
||||||
|
.3curses = text/x-man
|
||||||
|
.3form = text/x-man
|
||||||
|
.3gl = text/x-man
|
||||||
|
.3menu = text/x-man
|
||||||
|
.3ncurses = text/x-man
|
||||||
|
.3p = text/x-man
|
||||||
|
.3pm = text/x-man
|
||||||
|
.3ssl = text/x-man
|
||||||
|
.3tiff = text/x-man
|
||||||
|
.3x = text/x-man
|
||||||
|
.4 = text/x-man
|
||||||
|
.5 = text/x-man
|
||||||
|
.5ssl = text/x-man
|
||||||
|
.6 = text/x-man
|
||||||
|
.6x = text/x-man
|
||||||
|
.7 = text/x-man
|
||||||
|
.7ssl = text/x-man
|
||||||
|
.8 = text/x-man
|
||||||
|
.9 = text/x-man
|
||||||
|
.n = text/x-man
|
||||||
|
|
||||||
3
tests/config/mimeview
Normal file
3
tests/config/mimeview
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
[view]
|
||||||
|
application/pdf = xpdf %f
|
||||||
32
tests/config/recoll.conf
Normal file
32
tests/config/recoll.conf
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
loglevel = 6
|
||||||
|
logfilename = /tmp/logrcltst
|
||||||
|
|
||||||
|
daemloglevel = 6
|
||||||
|
daemlogfilename = /tmp/rclmontrace
|
||||||
|
|
||||||
|
topdirs = /home/dockes/projets/fulltext/testrecoll/
|
||||||
|
|
||||||
|
skippedPaths = \
|
||||||
|
/home/dockes/projets/fulltext/testrecoll/skipped/real* \
|
||||||
|
/home/dockes/projets/fulltext/testrecoll/config
|
||||||
|
daemSkippedPaths = \
|
||||||
|
/home/dockes/projets/fulltext/testrecoll/skipped/real* \
|
||||||
|
/home/dockes/projets/fulltext/testrecoll/config
|
||||||
|
|
||||||
|
[/home/dockes/projets/fulltext/testrecoll/special]
|
||||||
|
defaultcharset = iso-8859-1
|
||||||
|
[/home/dockes/projets/fulltext/testrecoll/txt]
|
||||||
|
defaultcharset = iso-8859-1
|
||||||
|
[/home/dockes/projets/fulltext/testrecoll/utf8]
|
||||||
|
defaultcharset = utf-8
|
||||||
|
[/home/dockes/projets/fulltext/testrecoll/ru_RU.KOI8-R]
|
||||||
|
defaultcharset = KOI8-R
|
||||||
|
|
||||||
|
[/home/dockes/projets/fulltext/testrecoll/info]
|
||||||
|
localfields = rclaptg=gnuinfo
|
||||||
|
|
||||||
|
[/home/dockes/projets/fulltext/testrecoll/mail/thunderbird]
|
||||||
|
mhmboxquirks = tbird
|
||||||
|
|
||||||
|
[/home/dockes/projets/fulltext/testrecoll/cjk]
|
||||||
|
localfields= keyword = ckjtsthuniique: blabla= "some string"
|
||||||
Loading…
x
Reference in New Issue
Block a user