Switch to unified view
a/webui.py | b/webui.py | ||
---|---|---|---|
... |
... |
||
22 | import ConfigParser |
22 | import ConfigParser |
23 | import string |
23 | import string |
24 | import shlex |
24 | import shlex |
25 | import urllib |
25 | import urllib |
26 | from pprint import pprint |
26 | from pprint import pprint |
27 | # change to recoll-webui directory to access templates |
||
28 | os.chdir(os.path.dirname(__file__)) |
||
27 | #}}} |
29 | #}}} |
28 | #{{{ settings |
30 | #{{{ settings |
29 | # recoll settings |
31 | # recoll settings |
30 | RECOLL_CONFS = [ '$RECOLL_CONFDIR', '~/.recoll', '/usr/share/recoll/examples' ] |
32 | RECOLL_CONFS = [ '$RECOLL_CONFDIR', '~/.recoll', '/usr/share/recoll/examples' ] |
31 | 33 |