forked from zaclys/searxng
		
	
				
				Rebrand Zaclys for SearXNG
				
			
		|  6e0285b2db * Search URL is https://www.wikidata.org/w/index.php?{query}&ns0=1 (with ns0=1 at the end to avoid an HTTP redirection) * url_detail: remove the disabletidy=1 deprecated parameter * Add eval_xpath function: compile once for all xpath. * Add get_id_cache: retrieve all HTML with an id, avoid the slow to procress dynamic xpath '//div[@id="{propertyid}"]'.replace('{propertyid}') * Create an etree.HTMLParser() instead of using the global one (see #1575) | ||
|---|---|---|
| dockerfiles | ||
| examples | ||
| searx | ||
| tests | ||
| utils | ||
| .codecov.yml | ||
| .coveragerc | ||
| .dockerignore | ||
| .gitattributes | ||
| .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.
Pronunciation: səːks
List of running instances.
See the documentation and the wiki for more information.
Installation
With Docker ------Go to the searx-docker project.
Without Docker ------For all the details, follow this step by step installation.
Note: the documentation needs to be updated.
If you are in hurry ------- 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
Bugs
Bugs or suggestions? Visit the issue tracker.