|
a/README.rst |
|
b/README.rst |
|
... |
|
... |
14 |
============
|
14 |
============
|
15 |
|
15 |
|
16 |
All you need to use the WebUI is:
|
16 |
All you need to use the WebUI is:
|
17 |
|
17 |
|
18 |
* Python 2.x
|
18 |
* Python 2.x
|
19 |
* Recoll 1.18.1+
|
19 |
* Recoll 1.17+
|
20 |
* web browser
|
20 |
* web browser
|
|
|
21 |
|
|
|
22 |
Download
|
|
|
23 |
========
|
|
|
24 |
If your Recoll version is 1.18.2 or newer:
|
|
|
25 |
https://github.com/koniu/recoll-webui/archive/master.zip
|
|
|
26 |
If your Recoll version version is 1.17-1.18.1:
|
|
|
27 |
https://github.com/koniu/recoll-webui/archive/v1.18.1.zip
|
|
|
28 |
You can fetch the full git repository like this:
|
|
|
29 |
``git clone https://github.com/koniu/recoll-webui.git``
|
21 |
|
30 |
|
22 |
Usage
|
31 |
Usage
|
23 |
=====
|
32 |
=====
|
24 |
|
33 |
|
25 |
**Recoll WebUI** can be used as a standalone application or through a web
|
34 |
**Recoll WebUI** can be used as a standalone application or through a web
|
26 |
server via WSGI/CGI. Regardless of the mode of operation you need Recoll
|
35 |
server via WSGI/CGI. Regardless of the mode of operation you need Recoll
|
27 |
to be configured on your system as the WebUI only provides a front-end for
|
36 |
to be configured on your system as the WebUI only provides a front-end for
|
28 |
searching and does not handle index configuration etc.
|
37 |
searching and does not handle index configuration etc.
|
29 |
|
38 |
|
30 |
Standalone
|
39 |
Run standalone
|
31 |
----------
|
40 |
--------------
|
32 |
Run ``webui-standalone.py`` and connect to ``http://localhost:8080``.
|
41 |
Run ``webui-standalone.py`` and connect to ``http://localhost:8080``.
|
33 |
|
42 |
|
34 |
To change the default port, edit ``webui-standalone.py``.
|
43 |
To change the default port, edit ``webui-standalone.py``.
|
35 |
|
44 |
|
36 |
WSGI/CGI
|
45 |
Run as WSGI/CGI
|
37 |
|
46 |
---------------
|
38 |
TODO
|
47 |
TODO
|
39 |
|
48 |
|
40 |
|
49 |
|
41 |
Issues
|
50 |
Issues
|
42 |
======
|
51 |
======
|