Switch to unified view
a/webui.py | b/webui.py | ||
---|---|---|---|
... |
... |
||
16 | import urllib |
16 | import urllib |
17 | from pprint import pprint |
17 | from pprint import pprint |
18 | #}}} |
18 | #}}} |
19 | #{{{ settings |
19 | #{{{ settings |
20 | # recoll settings |
20 | # recoll settings |
21 | RECOLL_CONFS = [ '~/.recoll/recoll.conf', '/etc/recoll.conf' ]
|
21 | RECOLL_CONFS = [ '~/.recoll/recoll.conf', '/usr/share/recoll/examples/recoll.conf' ] |
22 | 22 | ||
23 | # settings defaults |
23 | # settings defaults |
24 | DEFAULTS = { |
24 | DEFAULTS = { |
25 | 'context': 30, |
25 | 'context': 30, |
26 | 'stem': 1, |
26 | 'stem': 1, |