Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8cc035c6 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Fix python package version

parent 95826f2e
Loading
Loading
Loading
Loading

.dockerignore

deleted100644 → 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
+3 −2
Original line number Original line Diff line number Diff line
@@ -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>