searxng/searx
Bnyro b93cc2f9f8
[feat] engines: add repology.org engine for linux packages (#5103)
Repology_ monitors a huge number of package repositories and other sources
comparing packages versions across them and gathering other information.

Repology_ shows you in which repositories a given project is packaged, which
version is the latest and which needs updating, who maintains the package, and
other related information.

.. _Repology: https://repology.org/docs/about

Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
Format: reST
2025-09-01 16:33:31 +02:00
..
answerers [feat] statistics answerer: add the ability to calculate the range of a set 2025-07-31 20:13:24 +02:00
botdetection [fix] limiter: trusted proxies doc-string (#5104) 2025-08-09 23:30:48 +02:00
data [data] update searx.data - update_external_bangs.py (#5158) 2025-08-29 07:07:46 +02:00
enginelib [mod] switching from pyright to basedpyright (plus first rules) 2025-08-19 12:04:35 +02:00
engines [feat] engines: add repology.org engine for linux packages (#5103) 2025-09-01 16:33:31 +02:00
favicons [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
infopage [chore] docs: various grammatical fixes 2025-06-23 23:01:29 +02:00
metrics [fix] openmetrics: value is None if there's no data 2024-11-25 16:57:03 +01:00
network [fix] searx.network: don't trigger DeprecationWarning (#4845) 2025-05-24 12:40:05 +02:00
plugins [feat] plugins: add new time/timezone search plugin 2025-08-28 10:49:50 +02:00
result_types [mod] typification of SearXNG: add new result type Code 2025-09-01 14:51:15 +02:00
search [fix] cleanup: rename searx leftovers to SearXNG (#5049) 2025-07-26 06:22:46 +02:00
static/themes/simple [build] /static 2025-09-01 14:51:15 +02:00
templates/simple [mod] typification of SearXNG: add new result type Code 2025-09-01 14:51:15 +02:00
translations [l10n] update translations from Weblate (#5168) 2025-08-29 09:12:35 +02:00
__init__.py [fix] issues when launching a local development server 2025-04-22 14:26:11 +02:00
autocomplete.py [fix] restore startpage autocompleter 2025-06-25 17:38:31 +02:00
babel_extract.py [mod] weather results: add types, i18n/l10n, symbols & unit conversions 2025-05-31 20:34:59 +02:00
cache.py [mod] data: implement a simple tracker URL (SQL) database 2025-06-23 22:12:18 +02:00
compat.py [mod] limiter: trusted proxies (#4911) 2025-08-09 23:03:30 +02:00
exceptions.py [fix] cleanup: rename searx leftovers to SearXNG (#5049) 2025-07-26 06:22:46 +02:00
extended_types.py [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
external_bang.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
external_urls.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
flaskfix.py [fix] replace X-Scheme by X-Forwarded-Proto header (#5107) 2025-08-10 13:05:40 +02:00
limiter.py [mod] limiter: trusted proxies (#4911) 2025-08-09 23:03:30 +02:00
limiter.toml [mod] limiter: trusted proxies (#4911) 2025-08-09 23:03:30 +02:00
locales.py [refactor] typification of SearXNG (initial) / result items (part 1) 2025-01-28 07:07:08 +01:00
openmetrics.py [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
preferences.py [refactor] migrate plugins from "module" to class SXNGPlugin 2025-03-29 10:16:43 +01:00
query.py [mod] internal ! and external !! bangs: ignore upper/lower case 2025-04-24 10:40:18 +02:00
results.py [fix] NotImplementedError raised by ResultContainer (#5058) 2025-07-28 15:36:26 +02:00
searxng.msg [mod] weather results: add types, i18n/l10n, symbols & unit conversions 2025-05-31 20:34:59 +02:00
settings.yml [feat] engines: add repology.org engine for linux packages (#5103) 2025-09-01 16:33:31 +02:00
settings_defaults.py [fix] false is an invalid value for wiki_url in settings.yml (#5046) 2025-07-24 17:47:09 +02:00
settings_loader.py [fix] custom plugins: settings must not be merged. 2025-07-16 20:55:39 +02:00
sqlitedb.py [chore] fix some docstring typos (#4815) 2025-05-20 21:03:54 +02:00
sxng_locales.py [data] update searx.data - make data.traits (mullvad leta) 2025-04-23 14:06:32 +02:00
unixthreadname.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00
utils.py [fix] revision of utils.HTMLTextExtractor (#5125) 2025-08-18 16:30:51 +02:00
valkeydb.py [mod] limiter: trusted proxies (#4911) 2025-08-09 23:03:30 +02:00
valkeylib.py [mod] migrate from Redis to Valkey (#4795) 2025-07-09 07:55:37 +02:00
version.py [enh] container: tidy builds (#5086) 2025-08-07 10:46:26 +02:00
weather.py [feat] plugins: add new time/timezone search plugin 2025-08-28 10:49:50 +02:00
webadapter.py [chore] *: fix typos detected by typos-cli 2024-11-24 12:41:57 +01:00
webapp.py [feat] engines: add GitHub Code Search engine (#5074) 2025-08-20 07:35:31 +02:00
webutils.py [mod] remove option ui.static_use_hash (cache busting) (#5004) 2025-07-11 16:53:36 +02:00
wikidata_units.py [mod] weather results: add types, i18n/l10n, symbols & unit conversions 2025-05-31 20:34:59 +02:00