pub / serci

Search the web with !keywords
git clone https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

commit 7e8fbc28521865fbb952dfde8a8537f9d79b8e98
parent ff2c9a0413f046b220416902e2feb540617734e4
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 25 May 2026 11:04:48 +0200

feat: add reverso

Diffstat:
Mconfig/config.php | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/config/config.php b/config/config.php @@ -437,6 +437,15 @@ $searches = array( "keywords" => array("qwantweb", "qwant", "qw"), "description" => "A French search engine, launched in 2013, that focuses on privacy, claiming to not track users, resell personal data, or bias the display of search results" ), + "reverso" => array( + "name" => "Reverso", + "website" => "https://www.reverso.net/text-translation", + "query" => "https://www.reverso.net/text-translation#sl=eng&tl=%opt&text=%s", + "default_opts" => substr($_SERVER["HTTP_ACCEPT_LANGUAGE"], 0, 3), + "categories" => array("lang"), + "keywords" => array("reverso"), + "description" => "Reverso specialises in translation aids based on neural machine translation, contextual dictionaries, online bilingual concordances, definition dictionaries, grammar and spell checking. Translation language can be choosen via !reverso:eng" + ), "rottentomatoes" => array( "name" => "Rotten Tomatoes", "website" => "https://www.rottentomatoes.com",