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

Commit 31452830 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

Merge branch 'master' of github.com:searx/searx into 2022-09-05-update

parents 2d3f21a4 6d409616
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ from searx.version import VERSION_STRING
# Project --------------------------------------------------------------

project = u'searx'
copyright = u'2015-2021, Adam Tauber, Noémi Ványi'
copyright = u'2015-2022, Adam Tauber, Noémi Ványi'
author = u'Adam Tauber'
release, version = VERSION_STRING, VERSION_STRING
highlight_language = 'none'
@@ -101,13 +101,11 @@ imgmath_font_size = 14

html_theme_options = {"index_sidebar_logo": True}
html_context = {"project_links": [] }
html_context["project_links"].append(ProjectLink("Blog", "blog/index.html"))
html_context["project_links"].append(ProjectLink("Blog", brand.DOCS_URL + "/blog/index.html"))
if brand.GIT_URL:
    html_context["project_links"].append(ProjectLink("Source", brand.GIT_URL))
if brand.WIKI_URL:
    html_context["project_links"].append(ProjectLink("Wiki", brand.WIKI_URL))
if brand.PUBLIC_INSTANCES:
    html_context["project_links"].append(ProjectLink("Public instances", brand.PUBLIC_INSTANCES))
if brand.TWITTER_URL:
    html_context["project_links"].append(ProjectLink("Twitter", brand.TWITTER_URL))
if brand.ISSUE_URL:
+0 −5
Original line number Diff line number Diff line
@@ -8,9 +8,6 @@ Searx is a free internet metasearch engine which aggregates results from more
than 70 search services.  Users are neither tracked nor profiled.  Additionally,
searx can be used over Tor for online anonymity.

Get started with searx by using one of the Searx-instances_.  If you don't trust
anyone, you can set up your own, see :ref:`installation`.

.. sidebar::  Features

   - Self hosted
@@ -33,5 +30,3 @@ anyone, you can set up your own, see :ref:`installation`.
   searx_extra/index
   utils/index
   blog/index

.. _Searx-instances: https://searx.space
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ pylint==2.10.2
splinter==0.17.0
transifex-client==0.14.3; python_version < '3.10'
transifex-client==0.12.5; python_version == '3.10'
selenium==4.3.0
selenium==4.4.3
twine==4.0.1
Pallets-Sphinx-Themes==2.0.2
docutils==0.18
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Brotli==1.0.9
babel==2.10.3
certifi==2022.6.15
flask-babel==2.0.0
flask==2.2.1
flask==2.2.2
jinja2==3.1.2
sentry-sdk[flask]==1.5.12
lxml==4.9.1
+10 −4
Original line number Diff line number Diff line
@@ -10,15 +10,21 @@
# Gabriel Nunes <gabriel.hkr@gmail.com>, 2017
# Guimarães Mello <matheus.mello@disroot.org>, 2017
# Neton Brício <fervelinux@gmail.com>, 2015
# Noémi Ványi <sitbackandwait@gmail.com>, 2022
# pizzaiolo, 2016
# shizuka, 2018
msgid ""
msgstr ""
"Project-Id-Version:  searx\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2022-04-20 11:20+0530\n"
"PO-Revision-Date: 2020-07-10 22:41+0000\n"
"Last-Translator: C. E.\n"
"POT-Creation-Date: 2020-07-09 15:07+0200\n"
"PO-Revision-Date: 2014-01-30 14:32+0000\n"
"Last-Translator: Noémi Ványi <sitbackandwait@gmail.com>, 2022\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/asciimoo/searx/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
"Language: pt_BR\n"
"Language-Team: Portuguese (Brazil) "
"(http://www.transifex.com/asciimoo/searx/language/pt_BR/)\n"
@@ -90,7 +96,7 @@ msgstr "erro de busca"

#: searx/webapp.py:711
msgid "{minutes} minute(s) ago"
msgstr "{minutos} minuto(s) atrás"
msgstr "{minutes} minuto(s) atrás"

#: searx/webapp.py:713
msgid "{hours} hour(s), {minutes} minute(s) ago"