searx/searx/static/themes/oscar
Noémi Ványi 4a36a3044d
Add recoll engine (#2325)
recoll is a local search engine based on Xapian:
http://www.lesbonscomptes.com/recoll/

By itself recoll does not offer web or API access,
this can be achieved using recoll-webui:
https://framagit.org/medoc92/recollwebui.git

This engine uses a custom 'files' result template

set `base_url` to the location where recoll-webui can be reached
set `dl_prefix` to a location where the file hierarchy as indexed by recoll can be reached
set `search_dir` to the part of the indexed file hierarchy to be searched, use an empty string to search the entire search domain
2020-11-30 08:35:15 +01:00
..
css fix selects in preferences so they look consistent (#2150) 2020-08-27 21:55:47 +02:00
img [enh] add invidious engine. (#1657) 2019-08-02 13:25:25 +02:00
js wait for img to load before hiding infobox toggle 2020-09-10 09:54:30 +02:00
less Add recoll engine (#2325) 2020-11-30 08:35:15 +01:00
.gitignore .gitignore: make package-lock.json visible 2020-03-26 15:35:32 +01:00
README.rst [fix] filename strip 2015-01-01 18:06:51 +01:00
gruntfile.js [fix] brands: add variables from build env to grunt process 2020-03-25 14:09:47 +01:00
package.json [enh] update npm dependency versions 2020-06-03 13:44:55 +02:00

README.rst

install dependencies
~~~~~~~~~~~~~~~~~~~~

run this command in the directory ``searx/static/themes/oscar``

``npm install``

compile sources
~~~~~~~~~~~~~~~

run this command in the directory ``searx/static/themes/oscar``

``grunt``

or in the root directory:

``make grunt``