| Age | Commit message (Collapse) | Author |
|
remove code to support Python 3.5 and Python 3.6
|
|
This patch was generated by black [1]::
make format.python
[1] https://github.com/psf/black
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
|
|
returns engine descriptions (JSON):
* key: engine name
* value: description in the user locale, use English description as a fallback
|
|
BTW: add doc strings and moved __all__ to the top [1]
[1] https://www.python.org/dev/peps/pep-0008/#module-level-dunder-names
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
|
|
|
implements ideas described in #69
* update the engine
* use wikidata
* update map.html template
|
|
Based on duckduckgo bangs
Store bangs on a trie to allow autocomplete (not in this commit)
|
|
|
|
|
|
- use result['parsed_url']
- load ahmia_blacklist.txt in searx.datae
|
|
Instead of loading the data/*.json in different location,
load these files in the new searx.data module.
|