You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser 2767046065 [fix] drop engine dogpile
The engine was added in commit a4b07460 but now it shows new issues [1].

In the 90'th of the last century, dogpile had its own WEB index, but nowadays it
is a meta-search engine [2]

  Powered by technology, Dogpile returns all the best results from leading
  search engines including Google and Yahoo!

Using dogpile as an engine in SearXNG needs more investigation, a XPath solution
like we have is not enough.   It is questionable whether it still makes sense to
investigate more into a meta-search engine with a ReCAPTCHA in front.

With this patch the dogpile engine is removed

[1] https://github.com/searxng/searxng/issues/202
[2] https://www.dogpile.com/support/aboutus

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
answerers [fix] answers: don't crash when the query is an empty string 3 years ago
data Merge pull request #185 from searxng/update_data_update_external_bangs.py 3 years ago
engines [drop] engine torrentz: torrentz2.eu and torrentz2.is are offline 3 years ago
metrics [refactor] metrics.get_reliabilities() - make code more readable 3 years ago
network [mod] move all default settings into searx.settings_defaults 3 years ago
plugins [mod] oscar theme: /preferences : HTML detail order match visual tabs 3 years ago
raise_for_httperror [enh] rewrite and enhance metrics 3 years ago
search [pylint] prepare for pylint v2.9.3 / fix some (new) pylint issues 3 years ago
shared [fix] checker: don't run the checker when uwsgi is not properly configured 3 years ago
static [build] /static 3 years ago
templates [mod] oscar theme: /preferences : HTML detail order match visual tabs 3 years ago
translations [enh] update translations from transifex 3 years ago
__init__.py [mod] move hook to set Unix thread name into searx.unixthreadname 3 years ago
autocomplete.py [httpx] replace searx.poolrequests by searx.network 3 years ago
exceptions.py [enh] add raise_for_httperror 4 years ago
external_bang.py [mod] add utils/fetch_external_bangs.py 3 years ago
external_urls.py [enh] openstreetmap / map template: improve results 3 years ago
flaskfix.py [mod] refactor: move Flask proxy fix to searx.flaskfix module 3 years ago
languages.py Update searx.data - update_languages.py 3 years ago
preferences.py [pylint] prepare for pylint v2.9.3 / fix some (new) pylint issues 3 years ago
query.py [enh] autocomplete refactoring, autocomplete on external bangs 3 years ago
results.py [fix] offline engine: don't crash on time recording 3 years ago
settings.yml [fix] drop engine dogpile 3 years ago
settings_defaults.py [pylint] searx/__init__.py & searx/settings_defaults.py 3 years ago
settings_loader.py [fix] unit test: don't load /etc/searx/settings.yml 3 years ago
settings_robot.yml [yamllint] searx/settings_robot.yml 3 years ago
testing.py Bump pylint from 2.7.4 to 2.8.2 3 years ago
unixthreadname.py [mod] move hook to set Unix thread name into searx.unixthreadname 3 years ago
utils.py [fix] strip spaces from searx user agent 3 years ago
version.py [enh] release v1.0.0 3 years ago
webadapter.py [enh] add ability to send engine data to subsequent requests 3 years ago
webapp.py [pylint] prepare for pylint v2.9.3 / fix some (new) pylint issues 3 years ago
webutils.py [mod] move all default settings into searx.settings_defaults 3 years ago