commit d0a6e2e4151cb79f16fa22bd208ea10e57c926ca
parent dff952142ee3b97cccdd217f14029023afed73e7
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Thu, 17 Oct 2024 20:06:45 +0200
feat: add MDN; fix: use "webdev" keyword for MDN
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/config/config.php b/config/config.php
@@ -174,6 +174,14 @@ $searches = array(
"keywords" => array("leo"),
"description" => "An Internet-based and community-driven translation dictionary originating from the computer science department of the Technical University of Munich in Germany and run by the Leo GmbH since 2006"
),
+ "mdn" => array(
+ "name" => "MDN",
+ "website" => "https://developer.mozilla.org",
+ "query" => "https://developer.mozilla.org/search?q=%s",
+ "categories" => array("everything", "docu", "learn"),
+ "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"
+ ),
"metagerimg" => array(
"name" => "MetaGer Images",
"website" => "https://metager.de/?focus=bilder",
@@ -433,7 +441,7 @@ $searches = array(
"website" => "https://www.w3schools.com",
"query" => "https://cse.google.com/cse?cx=c5f6ccbd4ce9405a8&q=%s",
"categories" => array("everything", "docu", "learn"),
- "keywords" => array("w3schools", "w3school", "www", "w3s", "webdev"),
+ "keywords" => array("w3schools", "w3school", "www", "w3s"),
"description" => "A freemium educational website for learning coding online, which was initially released in 1998, deriving its name from the World Wide Web but is not affiliated with the W3 Consortium"
),
"waybackmachine" => array(