pub / serci

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

commit 74a355be89889782d0e460d041651203b70f62af
parent a6038820ba7e6e00b231d4e3b5f42466eb4a646f
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon,  5 Aug 2024 12:01:08 +0200

feat: add WineHQ

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

diff --git a/config/config.php b/config/config.php @@ -334,6 +334,13 @@ $searches = array( "categories" => array("everything", "wiki", "map"), "keywords" => array("wikivoyage", "wt", "travel") ), + "winehq" => array( + "name" => "WINE HQ", + "website" => "https://www-winehq.org", + "query" => "https://www.winehq.org/search?q=%s", + "categories" => array("everything", "wiki", "linux", "docu", "forum"), + "keywords" => array("winehq", "wine") + ), "youtube" => array( "name" => "YouTube", "website" => "https://www.youtube.com",