diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-09-01 16:33:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-01 16:33:31 +0200 |
| commit | b93cc2f9f8ac058152bab236b4b54b8197b942f6 (patch) | |
| tree | cda2c6822c657481dd69e8ceba5115af57ed73a9 /docs/dev/engines | |
| parent | 501327ddf1d9e3a1380f5f82bbc1242dd25afbb4 (diff) | |
[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
Diffstat (limited to 'docs/dev/engines')
| -rw-r--r-- | docs/dev/engines/online/repology.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/dev/engines/online/repology.rst b/docs/dev/engines/online/repology.rst new file mode 100644 index 000000000..485a5bcac --- /dev/null +++ b/docs/dev/engines/online/repology.rst @@ -0,0 +1,8 @@ +.. _repology engine: + +======== +Repology +======== + +.. automodule:: searx.engines.repology + :members: |