Loading .dockerignoredeleted 100644 → 0 +0 −37 Original line number Original line Diff line number Diff line *~ */*~ */*/*~ */*/*/*~ */*/*/*/*~ # CI .codeclimate.yml .travis.yml .taskcluster.yml # Byte-compiled / optimized / DLL files __pycache__/ */__pycache__/ */*/__pycache__/ */*/*/__pycache__/ *.py[cod] */*.py[cod] */*/*.py[cod] */*/*/*.py[cod] # to sync with .gitignore .coverage coverage/ .installed.cfg engines.cfg env searx-ve robot_log.html robot_output.xml robot_report.html test_basic/ setup.cfg node_modules/ .tx/ No newline at end of file searx/templates/eelo/base.html +3 −2 Original line number Original line Diff line number Diff line Loading @@ -81,10 +81,11 @@ {% block footer %} {% block footer %} {% endblock %} {% endblock %} <p class="text-muted"> <p class="text-muted"> {% set version = searx_version.split('+') %} <small> <small> e Foundation 2018-2019, e Foundation 2018-2019, {{ _('Powered by') }} <a href="https://gitlab.e.foundation/e/cloud/my-spot">Spot</a> {{ _('Powered by') }} <a href="https://gitlab.e.foundation/e/cloud/my-spot">Spot</a> {{ version[1] }}<br/> {{ metadata_version }}<br/>An open-source metasearch engine forked from <a href="https://asciimoo.github.io/searx/">Searx</a> {{ searx_version }}. An open-source metasearch engine forked from <a href="https://asciimoo.github.io/searx/">Searx</a> {{ version[0] }}. <span class="links"> <span class="links"> <a href="https://e.foundation">{{ _('About') }}</a> <a href="https://e.foundation">{{ _('About') }}</a> <a href="https://e.foundation/legal-notice-privacy">{{ _('Privacy') }}</a> <a href="https://e.foundation/legal-notice-privacy">{{ _('Privacy') }}</a> Loading Loading
.dockerignoredeleted 100644 → 0 +0 −37 Original line number Original line Diff line number Diff line *~ */*~ */*/*~ */*/*/*~ */*/*/*/*~ # CI .codeclimate.yml .travis.yml .taskcluster.yml # Byte-compiled / optimized / DLL files __pycache__/ */__pycache__/ */*/__pycache__/ */*/*/__pycache__/ *.py[cod] */*.py[cod] */*/*.py[cod] */*/*/*.py[cod] # to sync with .gitignore .coverage coverage/ .installed.cfg engines.cfg env searx-ve robot_log.html robot_output.xml robot_report.html test_basic/ setup.cfg node_modules/ .tx/ No newline at end of file
searx/templates/eelo/base.html +3 −2 Original line number Original line Diff line number Diff line Loading @@ -81,10 +81,11 @@ {% block footer %} {% block footer %} {% endblock %} {% endblock %} <p class="text-muted"> <p class="text-muted"> {% set version = searx_version.split('+') %} <small> <small> e Foundation 2018-2019, e Foundation 2018-2019, {{ _('Powered by') }} <a href="https://gitlab.e.foundation/e/cloud/my-spot">Spot</a> {{ _('Powered by') }} <a href="https://gitlab.e.foundation/e/cloud/my-spot">Spot</a> {{ version[1] }}<br/> {{ metadata_version }}<br/>An open-source metasearch engine forked from <a href="https://asciimoo.github.io/searx/">Searx</a> {{ searx_version }}. An open-source metasearch engine forked from <a href="https://asciimoo.github.io/searx/">Searx</a> {{ version[0] }}. <span class="links"> <span class="links"> <a href="https://e.foundation">{{ _('About') }}</a> <a href="https://e.foundation">{{ _('About') }}</a> <a href="https://e.foundation/legal-notice-privacy">{{ _('Privacy') }}</a> <a href="https://e.foundation/legal-notice-privacy">{{ _('Privacy') }}</a> Loading