From 878a2b50f7da6772935260a4e4ff0db16e43b37a Mon Sep 17 00:00:00 2001 From: Jens Date: Wed, 19 Feb 2025 22:22:27 +0100 Subject: [PATCH] Added a new Plugin ... Fedi Comments --- items/fedi/metadata.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 items/fedi/metadata.json diff --git a/items/fedi/metadata.json b/items/fedi/metadata.json new file mode 100644 index 0000000..a3d735a --- /dev/null +++ b/items/fedi/metadata.json @@ -0,0 +1,35 @@ +{ + "name": "Fedi Comments", + "version": "1.0.1", + "author_username": "mrbot", + "release_date": "2025-02-19", + "license": "MIT", + "price_usd": "0", + "download_url": "https://github.com/Scribilicious/bludit-plugin-fedi/archive/refs/tags/1.0.1.zip", + "demo_url": "", + "information_url": "https://github.com/Scribilicious/bludit-plugin-fedi/blob/main/README.md", + "description": "Do you like Mastodon / the Fediverse and want to add comments to your posts? Mr. Bot's \"Fedi Comments\" makes it possible.", + "features": { + "0": "Add Fediverse comment / post section to your page.", + "1": "With API key support for secure Fedi handling.", + "2": "Opens a dialog for replying to a post." + }, + "description_de": "Möchten Sie Mastodon / den Fediverse und Kommentare zu Ihren Beiträgen hinzufügen? Mr. Bot's \"Fedi Comments\" macht es möglich.", + "features_de": { + "0": "Fügen Sie einen Kommentar- / Beitragsbereich für den Fediverse zu Ihrer Seite hinzu.", + "1": "Mit API-Schlüsselsupport für eine sichere Fedi-Verwaltung.", + "2": "Öffnet einen Dialog zum Antworten auf einen Beitrag." + }, + "description_es": "¿Te gusta Mastodon / el Fediverse y quieres agregar comentarios a tus publicaciones? Los \"Comentarios Fedi\" de Mr. Bot lo hacen posible.", + "features_es": { + "0": "Agrega una sección de comentarios / publicaciones del Fediverse a tu página.", + "1": "Con soporte para clave API para un manejo seguro de Fedi.", + "2": "Abre un diálogo para responder a una publicación." + }, + "description_ru": "Вам нравится Mastodon / Федеративный вселенная и вы хотите добавить комментарии к своим записям? \"Феди Комментарии\" от Mr. Bot делают это возможным.", + "features_ru": { + "0": "Добавьте раздел комментариев / публикаций Fediverse на вашу страницу.", + "1": "Поддержка API-ключа для безопасного управления Fedi.", + "2": "Открывает диалог для ответа на сообщение." + } +}