forked from zaclys/searxng
		
	
				
				Rebrand Zaclys for 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 | ||
| babel.cfg | ||
| CHANGELOG.rst | ||
| Dockerfile | ||
| LICENSE | ||
| manage.sh | ||
| README.rst | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| setup.py | ||
| tox.ini | ||
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.pyto start the application
For all the details, follow this step by step installation
Bugs
Bugs or suggestions? Visit the issue tracker.
