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 87f18b98ec [fix] SyntaxWarning: invalid escape sequence '\>'
This patch fixes issue reported by ``make test.unit``::

   searx/search/checker/impl.py:39: SyntaxWarning: invalid escape sequence '\>'
      rep = ['<' + tag + '[^\>]*>' for tag in HTML_TAGS]

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
8 months ago
..
answerers
botdetection [fix] update check.searx.space IP addresses 9 months ago
data Update searx.data - update_wikidata_units.py 9 months ago
enginelib
engines [feat] engine: implementation of stract (beta) 9 months ago
infopage
metrics
network
plugins
search [fix] SyntaxWarning: invalid escape sequence '\>' 8 months ago
static [build] /static 9 months ago
templates/simple [mod] simplify no results on pages > 1 to "There are no more results." 9 months ago
translations [translations] update from Weblate 8 months ago
__init__.py
autocomplete.py [feat] autocompleter: implementation of stract (beta) 9 months ago
babel_extract.py
compat.py
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
limiter.py
limiter.toml
locales.py
preferences.py
query.py
redisdb.py
redislib.py
results.py [mod] Retain page numbers even when there are no results 10 months ago
searxng.msg
settings.yml [mod] get rid of ./utils/brand.env and its workflow 9 months ago
settings_defaults.py [mod] add option max_page 10 months ago
settings_loader.py
sxng_locales.py
unixthreadname.py
utils.py
version.py
webadapter.py
webapp.py
webutils.py