forked from zaclys/searxng
3ba0d0516e
- npm package update - apply #1226 - implement vim help dialog - display cookies and search URL with preferences - allow to enable / disable Open Access DOI rewrite - add a clear text button on the left of the search button - implement #1011 : the HTML title page is not set when using POST - remove searx/static/themes/simple/img/loader.gif - use full width when only there are only images as result |
||
---|---|---|
examples | ||
searx | ||
tests | ||
utils | ||
.codecov.yml | ||
.coveragerc | ||
.gitattributes | ||
.gitignore | ||
.landscape.yaml | ||
.travis.yml | ||
AUTHORS.rst | ||
CHANGELOG.rst | ||
Dockerfile | ||
LICENSE | ||
README.rst | ||
babel.cfg | ||
manage.sh | ||
requirements-dev.txt | ||
requirements.txt | ||
setup.py | ||
tox.ini |
README.rst
searx
A privacy-respecting, hackable metasearch engine.
Pronunciation: səːks
List of running instances.
See the documentation and the wiki for more information.
Installation
- clone source:
git clone https://github.com/asciimoo/searx.git && cd searx
- install dependencies:
./manage.sh update_packages
- edit your settings.yml (set your
secret_key
!) - run
python searx/webapp.py
to start the application
For all the details, follow this step by step installation.
Bugs
Bugs or suggestions? Visit the issue tracker.