pub / serci

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

commit 96c971e19bf4abc1abb7398b756d2adc49c86530
parent 8aa09fbf98ad5a98ce8f7d43e615e5f61de1e2e6
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 13 Apr 2025 16:16:16 +0200

fix: sort by display name

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

diff --git a/config/config.php b/config/config.php @@ -280,6 +280,14 @@ $searches = array( "keywords" => array("mdn", "mozilla", "webdev"), "description" => "Mozilla Developer Network is an open-source, collaborative project documenting Web platform technologies, including CSS, HTML, JavaScript, and Web APIs, that also provides learning resources for beginning developers and students" ), + "metagerweb" => array( + "name" => "MetaGer", + "website" => "https://metager.de/?focus=web", + "query" => "https://metager.de/meta/meta.ger3?focus=web&eingabe=%s", + "categories" => array("web", "meta", "subscription"), + "keywords" => array("metagerweb", "metager", "meta", "mg", "metaweb"), + "description" => "A metasearch engine focused on protecting privacy, hosted as a cooperation between the German NGO SUMA-EV and the University of Hannover. Since August 2024 only available through a paid model" + ), "metagerimg" => array( "name" => "MetaGer Images", "website" => "https://metager.de/?focus=bilder", @@ -309,14 +317,6 @@ $searches = array( ), "description" => "A metasearch engine focused on protecting privacy, hosted as a cooperation between the German NGO SUMA-EV and the University of Hannover. Since August 2024 only available through a paid model" ), - "metagerweb" => array( - "name" => "MetaGer", - "website" => "https://metager.de/?focus=web", - "query" => "https://metager.de/meta/meta.ger3?focus=web&eingabe=%s", - "categories" => array("web", "meta", "subscription"), - "keywords" => array("metagerweb", "metager", "meta", "mg", "metaweb"), - "description" => "A metasearch engine focused on protecting privacy, hosted as a cooperation between the German NGO SUMA-EV and the University of Hannover. Since August 2024 only available through a paid model" - ), "mojeekimg" => array( "name" => "Mojeek Images", "website" => "https://mojeek.com/images",