pub / serci

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

commit 31b493dc36dc71857ee0988892b395375f544702
parent 7135f6ae21890b8291e39ba2d2716e880062f03e
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 25 Jan 2025 17:21:00 +0100

feat: add German Wikipedia

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

diff --git a/config/config.php b/config/config.php @@ -556,6 +556,14 @@ $searches = array( "keywords" => array("wikipedia", "wiki", "wp", "wk"), "description" => "A free content online encyclopedia written and maintained by a community of volunteers through open collaboration. It is the largest and most-read reference work in history, and is consistently ranked among the ten most visited websites world-wide" ), + "wikipediade" => array( + "name" => "Wikipedia (DE)", + "website" => "https://de.wikipedia.org", + "query" => "https://de.wikipedia.org/w/index.php?title=Special%3ASearch&search=%s", + "categories" => array("wiki", "foss", "edu", "community"), + "keywords" => array("wikipediade", "wikide", "wpde", "wkde"), + "description" => "A free content online encyclopedia written and maintained by a community of volunteers through open collaboration. It is the largest and most-read reference work in history, and is consistently ranked among the ten most visited websites world-wide. Specifically accesses the German Version of Wikipedia" + ), "wikisource" => array( "name" => "Wikisource", "website" => "https://wikisource.org",