forked from zaclys/searxng
fe691a0988
Preferences class was introduced in order to handle user preferences. Right now it parses cookies and the form in preferences. Also it can retrieve settings based on the name of the setting. ATTENTION Please note that engine preferences are handled differently from now on. So it introduces incompatible changes. Every user who has saved preferences should reset and save his/her settings again. This change was needed, because everytime a default disabled engine was added saved user preferences would broke. Now engine setting tracking is fixed. |
||
---|---|---|
examples | ||
searx | ||
tests | ||
utils | ||
.coveragerc | ||
.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.
List of running instances.
See the documentation and the wiki for more information.
Installation
- clone source:
git clone git@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.