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 566406cab87f97c1aa5c48c74fe92858a5f545f2
parent 798b733e0d28471642da2b76867d639492bf1150
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 16 Oct 2024 21:28:40 +0200

feat: Add tiger.ch

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

diff --git a/config/config.php b/config/config.php @@ -341,6 +341,20 @@ $searches = array( "categories" => array("everything", "wiki"), "keywords" => array("thedocumentfoundation", "tdf", "libreoffice", "openoffice", "lo", "oo") ), + "tigerweb" => array( + "name" => "Tiger Web", + "website" => "https://tiger.ch", + "query" => "https://tiger.ch/Websuche?w=%s", + "categories" => array("everything", "web", "meta"), + "keywords" => array("tigerweb", "tiger") + ), + "tigervid" => array( + "name" => "Tiger Video", + "website" => "https://tiger.ch/Videos", + "query" => "https://tiger.ch/Videos?w=%s", + "categories" => array("everything", "vid", "meta"), + "keywords" => array("tigervid") + ), "w3schools" => array( "name" => "W3schools", /* Google CSE (!) */ "website" => "https://www.w3schools.com",