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 798b733e0d28471642da2b76867d639492bf1150
parent 2c77999a5d1c3fc36869d711add423609ab2f0ce
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 16 Oct 2024 21:17:45 +0200

feat: Add eTools.ch

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

diff --git a/config/config.php b/config/config.php @@ -69,6 +69,13 @@ $searches = array( "categories" => array("everything", "lang"), "keywords" => array("duden", "ger", "de") ), + "etools" => array( + "name" => "eTools.ch", + "website" => "https://www.etools.ch", + "query" => "https://www.etools.ch/searchSubmit.do?query=%s", + "categories" => array("everything", "web", "meta"), + "keywords" => array("etools", "etoolsch") + ), "fdroid" => array( "name" => "F-Droid", "website" => "https://f-droid.org",