commit 7135f6ae21890b8291e39ba2d2716e880062f03e
parent 943e86b2bd37e01b1b91696e154cfe6a55a8f459
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 25 Jan 2025 17:17:45 +0100
feat: add search on Mastodon
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/config/config.php b/config/config.php
@@ -230,6 +230,14 @@ $searches = array(
"keywords" => array("libretranslate", "translate", "lt", "tl"),
"description" => "Free and Open Source Machine Translation, which is powered by the open source Argos Translate library"
),
+ "mastodon" => array(
+ "name" => "Mastodon",
+ "website" => "https://mastodon.social",
+ "query" => "https://mastodon.social/search?q=%s",
+ "categories" => array("fedi", "foss", "meta"),
+ "keywords" => array("mst", "mastodon", "fediverse"),
+ "description" => "Mastodon is an open source, self-hosted, social microblogging networking service and part of the decentralised Fediverse"
+ ),
"mdn" => array(
"name" => "MDN",
"website" => "https://developer.mozilla.org",