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
Alexandre Flament c013256881 [mod] remove common grunt install
Before this commit, there are 3 node_modules directory:
* one in .
* two others in ./searx/statics/themes/*

This is no desirable:
* it declares the npm depdenencies in the shell script.
* dependabot can't updates theses dependencies.
* this is a not standard way to build a package (two different locations for the dependencies).

With this commit and the PR  #150 there is one unique node_modules directory per theme.
3 years ago
..
answerers
data [pylint] searx/data/__init__.py 3 years ago
engines [pylint] searx/engines/duckduckgo_definitions.py 3 years ago
metrics
network
plugins
raise_for_httperror
search
shared
static [mod] remove common grunt install 3 years ago
templates [fix] make simple/result_templates/map.html more CSP compliant [1] 3 years ago
translations
__init__.py [mod] move hook to set Unix thread name into searx.unixthreadname 3 years ago
autocomplete.py
exceptions.py
external_bang.py
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
preferences.py
query.py
results.py
settings.yml
settings_defaults.py
settings_loader.py
settings_robot.yml
testing.py
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
webadapter.py
webapp.py [coding-style] searx/webapp.py - normalize indentations 3 years ago
webutils.py