From 4b43775c91a3c2ef415527edb4b3c041859453b4 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 27 Jul 2021 18:37:46 +0200 Subject: version based on the git repository This commit remove the need to update the brand for GIT_URL and GIT_BRANCH: there are read from the git repository. It is possible to call python -m searx.version freeze to freeze the current version. Useful when the code is installed outside git (distro package, docker, etc...) --- searx/templates/__common__/about.html | 8 ++++---- searx/templates/oscar/base.html | 2 +- searx/templates/simple/base.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'searx/templates') diff --git a/searx/templates/__common__/about.html b/searx/templates/__common__/about.html index 96ebab28a..707802d45 100644 --- a/searx/templates/__common__/about.html +++ b/searx/templates/__common__/about.html @@ -11,7 +11,7 @@

More about SearXNG ...

@@ -30,7 +30,7 @@
  • SearXNG is free software, the code is 100% open and you can help to make - it better. See more on SearXNG sources.
  • @@ -81,7 +81,7 @@

    SearXNG appreciates your concern regarding logs, so take the code from - the SearXNG project and + the SearXNG project and run it yourself!

    @@ -95,7 +95,7 @@

    See the SearXNG docs - and SearXNG sources + and SearXNG sources

    diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index cc716e62b..7cd38a25c 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -83,7 +83,7 @@

    {{ _('Powered by') }} SearXNG - {{ searx_version }} - {{ _('a privacy-respecting, hackable metasearch engine') }}
    - {{ _('Source code') }} | + {{ _('Source code') }} | {{ _('Issue tracker') }} | {{ _('Public instances') }}{% if get_setting('general.contact_url') %} | {{ _('Contact instance maintainer') }}{% endif %} diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index edf0eb6eb..7020de756 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -51,7 +51,7 @@