pub / serci

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

commit 18dae2fcb6b91784fe978cb6bbe4a76cc432408f
parent 1ca67c522b2c262c85236d5e72af989e021662d0
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Thu, 17 Oct 2024 21:15:55 +0200

feat: adjust URLs and description of dict.cc

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

diff --git a/config/config.php b/config/config.php @@ -56,11 +56,11 @@ $searches = array( ), "dictcc" => array( "name" => "dict.cc", - "website" => "https://dict.cc", - "query" => "https://m.dict.cc/?s=%s", + "website" => "https://m.dict.cc", + "query" => "https://m.dict.cc/uebersetzung/?s=%s", "categories" => array("everything", "lang"), "keywords" => array("dictcc", "dict", "translate", "tl"), - "description" => "A free, multilingual online dictionary where users suggest, moderate and review entries" + "description" => "A free, multilingual online dictionary between English or German and more than 35 other languages, where users suggest, moderate and review entries" ), "dockerhub" => array( "name" => "dockerhub",