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 cc3acd2408315ddafe31a3236e4dfa13bc78d6dd
parent 90dd8db3656c9c6d7a34ef50d934b1641774b601
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri, 18 Oct 2024 12:49:54 +0200

feat: Add Ecosia

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

diff --git a/config/config.php b/config/config.php @@ -86,6 +86,38 @@ $searches = array( "keywords" => array("duden", "ger", "de"), "description" => "The online dictionary of the Standard High German language, first published in paper form by Konrad Duden in 1880" ), + "ecosiaimg" => array( + "name" => "Ecosia Images", + "website" => "https://www.ecosia.org/", + "query" => "https://www.ecosia.com/images?q=%s", + "categories" => array("img"), + "keywords" => array("ecosiaimg", "ecimg", "eci"), + "description" => "A German search engine that uses renewable energy to power its servers and invests its profits in tree-planting projects, aiming to absorb more CO2 than it emits" + ), + "ecosianews" => array( + "name" => "Ecosia News", + "website" => "https://www.ecosia.org/", + "query" => "https://www.ecosia.com/news?q=%s", + "categories" => array("news"), + "keywords" => array("ecosianews", "ecnews", "ecn"), + "description" => "A German search engine that uses renewable energy to power its servers and invests its profits in tree-planting projects, aiming to absorb more CO2 than it emits" + ), + "ecosiavid" => array( + "name" => "Ecosia Videos", + "website" => "https://www.ecosia.org/", + "query" => "https://www.ecosia.com/videos?q=%s", + "categories" => array("vid"), + "keywords" => array("ecosiavid", "ecvid", "ecv"), + "description" => "A German search engine that uses renewable energy to power its servers and invests its profits in tree-planting projects, aiming to absorb more CO2 than it emits" + ), + "ecosiaweb" => array( + "name" => "Ecosia", + "website" => "https://www.ecosia.org/", + "query" => "https://www.ecosia.com/search?q=%s", + "categories" => array("web"), + "keywords" => array("ecosiaweb", "ecosia", "ecweb", "ecw", "ec"), + "description" => "A German search engine that uses renewable energy to power its servers and invests its profits in tree-planting projects, aiming to absorb more CO2 than it emits" + ), "etools" => array( "name" => "eTools.ch", "website" => "https://www.etools.ch",