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 0b81e4fc42f36c3a43f93489778c9fcd43b00886
parent 592a25d089b36b5cc7735de04fe5a21c84eca169
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 16 Oct 2024 22:25:19 +0200

feat: Add DBLP; fix: use correct website for WineHQ

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

diff --git a/config/config.php b/config/config.php @@ -62,6 +62,13 @@ $searches = array( "categories" => array("everything", "software", "linux"), "keywords" => array("dockerhub", "docker", "dh") ), + "dplp" => array( + "name" => "DBLP", + "website" => "https://dblp.org", + "query" => "https://dblp.org/search?q=%s", + "categories" => array("everything", "sci"), + "keywords" => array("dblp", "compsci", "dagstuhl") + ), "duden" => array( "name" => "Duden", "website" => "https://www.duden.de", @@ -427,7 +434,7 @@ $searches = array( ), "winehq" => array( "name" => "WINE HQ", - "website" => "https://www-winehq.org", + "website" => "https://www.winehq.org", "query" => "https://www.winehq.org/search?q=%s", "categories" => array("everything", "wiki", "linux", "docu", "forum"), "keywords" => array("winehq", "wine")