commit 8b3456f9adad460176afd7a2c0e5adbf9ab3fd37
parent f5ad95f3ed6ecfb30358e8d1288a47251352f111
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Thu, 17 Oct 2024 19:59:32 +0200
fix: sorting; fix: remove "web" from engine names
Diffstat:
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/config/config.php b/config/config.php
@@ -102,14 +102,6 @@ $searches = array(
"keywords" => array("fdroid", "droid", "fd", "android"),
"description" => "An installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform"
),
- "fireballweb" => array(
- "name" => "Fireball Web",
- "website" => "https://fireball.com",
- "query" => "https://fireball.com/search/?f=web&q=%s",
- "categories" => array("everything", "web"),
- "keywords" => array("fireballweb", "fireball", "fb"),
- "description" => "A search engine operated by Fireball Labs GmbH, based in Munich, that used to be one of the leading search plattforms in Germany during the 1990s"
- ),
"fireballimg" => array(
"name" => "Fireball Images",
"website" => "https://fireball.com",
@@ -126,6 +118,14 @@ $searches = array(
"keywords" => array("fireballvid", "fbvid"),
"description" => "A search engine operated by Fireball Labs GmbH, based in Munich, that used to be one of the leading search plattforms in Germany during the 1990s"
),
+ "fireballweb" => array(
+ "name" => "Fireball",
+ "website" => "https://fireball.com",
+ "query" => "https://fireball.com/search/?f=web&q=%s",
+ "categories" => array("everything", "web"),
+ "keywords" => array("fireballweb", "fireball", "fb"),
+ "description" => "A search engine operated by Fireball Labs GmbH, based in Munich, that used to be one of the leading search plattforms in Germany during the 1990s"
+ ),
"flathub" => array(
"name" => "Flathub",
"website" => "https://flathub.org",
@@ -195,7 +195,7 @@ $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 Web",
+ "name" => "MetaGer",
"website" => "https://metager.de/?focus=web",
"query" => "https://metager.de/meta/meta.ger3?focus=web&eingabe=%s",
"categories" => array("everything", "web", "meta"),
@@ -211,7 +211,7 @@ $searches = array(
"description" => "An independent search engine based in the United Kingdom, whose search results come from its own index of web pages, created by crawling the web"
),
"mojeekweb" => array(
- "name" => "Mojeek Web",
+ "name" => "Mojeek",
"website" => "https://mojeek.com",
"query" => "https://www.mojeek.com/search?q=%s",
"categories" => array("everything", "web"),
@@ -243,7 +243,7 @@ $searches = array(
"description" => "A German search engine with a paid subscription model that promises more privacy, more data protection, more security and, according to its own statements, does not collect any user data"
),
"nonaweb" => array(
- "name" => "nona Web",
+ "name" => "nona",
"website" => "https://www.nona.de",
"query" => "https://www.nona.de/?q=%s",
"categories" => array("everything", "web"),
@@ -315,7 +315,7 @@ $searches = array(
"description" => "A French search engine, launched in 2013, that focuses on privacy, claiming to not track users, resell personal data, or bias the display of search results"
),
"qwantweb" => array(
- "name" => "Qwant Web",
+ "name" => "Qwant",
"website" => "https://qwant.com/?t=web",
"query" => "https://www.qwant.com/?t=web&q=%s",
"categories" => array("everything", "web"),
@@ -404,14 +404,6 @@ $searches = array(
"keywords" => array("thedocumentfoundation", "tdf", "libreoffice", "openoffice", "lo", "oo"),
"description" => "Encyclopedia, documentation and manuals for the LibreOffice office suite run by The Document Foundation"
),
- "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"),
- "description" => "A Swiss meta search engine that polls over 15 search providers and crawls Swiss websites"
- ),
"tigervid" => array(
"name" => "Tiger Video",
"website" => "https://tiger.ch/Videos",
@@ -420,6 +412,14 @@ $searches = array(
"keywords" => array("tigervid"),
"description" => "A Swiss meta search engine that polls over 15 search providers and crawls Swiss websites"
),
+ "tigerweb" => array(
+ "name" => "Tiger",
+ "website" => "https://tiger.ch",
+ "query" => "https://tiger.ch/Websuche?w=%s",
+ "categories" => array("everything", "web", "meta"),
+ "keywords" => array("tigerweb", "tiger"),
+ "description" => "A Swiss meta search engine that polls over 15 search providers and crawls Swiss websites"
+ ),
"w3schools" => array(
"name" => "W3schools", /* Google CSE (!) */
"website" => "https://www.w3schools.com",