forked from zaclys/searxng
4267b11a45
changes were made for wolframalpha infobox: - wrap text inside infobox. for example, there's a hill in New Zealand called Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu (don't blame me, blame the Kiwis) and now it doesn't break the infobox. - add an optional image field for infobox's attributes. (doesn't affect ddg infobox at all) - table is now always split in half. needed so that images stay inside infobox. (max-width doesn't work for inline elements, it's the table that has to set the width. if you don't like how the table width looks now in ddg/wiki's infobox, i can change that code so that the style only applies when using wolframalpha. |
||
---|---|---|
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.