git clone https://@opensourceprojects.eu/git/p/recollwebui/code recollwebui-code



File Date Author Commit
examples 2012-12-22 koniu koniu [901fa3] examples: add opera-open.sh
static 2013-08-31 koniu koniu [30c33c] Merge pull request #10 from biolds/master
views 2013-08-31 koniu koniu [30c33c] Merge pull request #10 from biolds/master
README.rst 2013-08-31 koniu koniu [c11608] update screenshot
bottle.py 2012-12-18 koniu koniu [813304] whitespace/linebreak cleanup
webui-standalone.py 2013-07-09 Jean-Francois Dockes Jean-Francois Dockes [1f91a5] recoll 1.19 compatibility changes
webui-wsgi.py 2012-12-18 koniu koniu [70ad85] import
webui.py 2013-09-15 koniu koniu [7ce211] fix #16 cannot download files with special chars

Read Me

Recoll WebUI

Recoll WebUI is a Python-based web interface for Recoll text search tool for Unix/Linux.

http://i.imgur.com/n8qTnBg.png

Requirements

All you need to use the WebUI is:

  • Python 2.x
  • Recoll 1.18.1+
  • web browser

Usage

Recoll WebUI can be used as a standalone application or through a web server via WSGI/CGI. Regardless of the mode of operation you need Recoll to be configured on your system as the WebUI only provides a front-end for searching and does not handle index configuration etc.

Standalone

Run webui-standalone.py and connect to http://localhost:8080.

To change the default port, edit webui-standalone.py.

WSGI/CGI

TODO

Issues

Can't open files when Recoll WebUI is running on a server

By default links to files in the result list correspond to the file's physical location on the server. If you have access to the file tree via a local mountpoint or eg. ftp/http you can provide replacement URLs in the WebUI settings. If in doubt, ask your network administrator.