Loading searx/settings.yml +0 −1 Original line number Original line Diff line number Diff line Loading @@ -12,7 +12,6 @@ brand: public_instances: https://searx.space public_instances: https://searx.space wiki_url: https://gitlab.e.foundation/e/infra/spot/wiki wiki_url: https://gitlab.e.foundation/e/infra/spot/wiki twitter_url: https://twitter.com/e_mydata twitter_url: https://twitter.com/e_mydata searx_version: 1.0.0 search: search: safe_search : 1 # Filter results. 0: None, 1: Moderate, 2: Strict safe_search : 1 # Filter results. 0: None, 1: Moderate, 2: Strict Loading searx/templates/etheme/base.html +4 −4 Original line number Original line Diff line number Diff line Loading @@ -90,13 +90,13 @@ {% endblock %} {% endblock %} <p class="text-muted"> <p class="text-muted"> <small> <small> e Foundation 2018-{{ year }}, {{ _('Powered by') }} <a href="{{ repo_url }}">Spot</a> {{ version[0] }}<br/> An open-source metasearch engine forked from <a href="https://searx.github.io/searx/">Searx</a> {{ searx_version }}. <span class="links"> <span class="links"> <a href="{{url_for('about')}}">{{ _('About') }}</a> <a href="{{url_for('about')}}">{{ _('About') }}</a> <a href="https://e.foundation/legal-notice-privacy">{{ _('Privacy') }}</a> <a href="https://e.foundation/legal-notice-privacy">{{ _('Privacy') }}</a> </span> </span></br> e Foundation 2018-{{ year }}, {{ _('Powered by') }} <a href="{{ repo_url }}">Spot</a> {{ version[0] }}<br/> An open-source metasearch engine forked from <a href="https://searx.github.io/searx/">Searx</a> </small> </small> </p> </p> </footer> </footer> Loading searx/webapp.py +0 −2 Original line number Original line Diff line number Diff line Loading @@ -425,8 +425,6 @@ def render(template_name, override_theme=None, **kwargs): kwargs['spot_version'] = VERSION_STRING kwargs['spot_version'] = VERSION_STRING kwargs['searx_version'] = settings.get('brand').get('searx_version') kwargs['year'] = datetime.today().year kwargs['year'] = datetime.today().year kwargs['repo_url'] = settings['brand']['git_url'] kwargs['repo_url'] = settings['brand']['git_url'] Loading Loading
searx/settings.yml +0 −1 Original line number Original line Diff line number Diff line Loading @@ -12,7 +12,6 @@ brand: public_instances: https://searx.space public_instances: https://searx.space wiki_url: https://gitlab.e.foundation/e/infra/spot/wiki wiki_url: https://gitlab.e.foundation/e/infra/spot/wiki twitter_url: https://twitter.com/e_mydata twitter_url: https://twitter.com/e_mydata searx_version: 1.0.0 search: search: safe_search : 1 # Filter results. 0: None, 1: Moderate, 2: Strict safe_search : 1 # Filter results. 0: None, 1: Moderate, 2: Strict Loading
searx/templates/etheme/base.html +4 −4 Original line number Original line Diff line number Diff line Loading @@ -90,13 +90,13 @@ {% endblock %} {% endblock %} <p class="text-muted"> <p class="text-muted"> <small> <small> e Foundation 2018-{{ year }}, {{ _('Powered by') }} <a href="{{ repo_url }}">Spot</a> {{ version[0] }}<br/> An open-source metasearch engine forked from <a href="https://searx.github.io/searx/">Searx</a> {{ searx_version }}. <span class="links"> <span class="links"> <a href="{{url_for('about')}}">{{ _('About') }}</a> <a href="{{url_for('about')}}">{{ _('About') }}</a> <a href="https://e.foundation/legal-notice-privacy">{{ _('Privacy') }}</a> <a href="https://e.foundation/legal-notice-privacy">{{ _('Privacy') }}</a> </span> </span></br> e Foundation 2018-{{ year }}, {{ _('Powered by') }} <a href="{{ repo_url }}">Spot</a> {{ version[0] }}<br/> An open-source metasearch engine forked from <a href="https://searx.github.io/searx/">Searx</a> </small> </small> </p> </p> </footer> </footer> Loading
searx/webapp.py +0 −2 Original line number Original line Diff line number Diff line Loading @@ -425,8 +425,6 @@ def render(template_name, override_theme=None, **kwargs): kwargs['spot_version'] = VERSION_STRING kwargs['spot_version'] = VERSION_STRING kwargs['searx_version'] = settings.get('brand').get('searx_version') kwargs['year'] = datetime.today().year kwargs['year'] = datetime.today().year kwargs['repo_url'] = settings['brand']['git_url'] kwargs['repo_url'] = settings['brand']['git_url'] Loading