From 9751d7228bb170831520c9d37f204a8ddd2a3ee8 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sun, 28 Mar 2021 23:55:39 +0300 Subject: [PATCH] Update Misc, Tools: GoToSocial, Castopod, Hugo AS, Kazarma, Share Buttons, ShareFreedom --- source/_data/miscellaneous.json | 36 +++++++++++++++++ source/_data/tools.json | 72 +++++++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+) diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index ee9be04..c157d37 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -1207,6 +1207,42 @@ "OStatusClass": false, "categories": ["Extention"] }, + { + "title": "GoToSocial", + "source": "https://github.com/gotosocial/gotosocial", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "A headless Mastodon-compatible Fediverse server project, written in Golang.", + "codeLanguage": "Go", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "@dumpsterqueer@ondergrond.org", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["SN-mi"] + }, + { + "title": "CastoPod Host", + "source": "https://code.podlibre.org/podlibre/castopod", + "protocols": "ActivityPub", + "site": "https://podlibre.org/tag/castopod-host", + "logo": "", + "servers": "", + "description": "An open-source hosting platform made for podcasters who want engage and interact with their audience.", + "codeLanguage": "PHP", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "@castopod@podlibre.social", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Media"] + }, { "title": "diaspora*", "source": "https://github.com/diaspora/diaspora", diff --git a/source/_data/tools.json b/source/_data/tools.json index 076f928..89dc39e 100644 --- a/source/_data/tools.json +++ b/source/_data/tools.json @@ -882,6 +882,78 @@ "diasporaClass": false, "OStatusClass": false, "categories": ["Bridges"] + }, + { + "title": "Hugo-ActivityStreams", + "source": "https://git.jlel.se/jlelse/hugo-activitystreams", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "A Hugo module for use in Hugo, to generate ActivityStreams representations of posts.", + "codeLanguage": "Go", + "techStack": "", + "license": "MIT", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Plugins"] + }, + { + "title": "Kazarma Bridge", + "source": "https://gitlab.com/kazarma/kazarma", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "A Matrix bridge to ActivityPub.", + "codeLanguage": "Elixir", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Bridges"] + }, + { + "title": "Share Buttons", + "source": "https://git.fsfe.org/FSFE/share-buttons", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Share buttons that support dynamic input of Fediverse URLs and require no Javascript.", + "codeLanguage": "PHP", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Other"] + }, + { + "title": "Share Freedom", + "source": "https://gitlab.com/mugcake/share-freedom-extension", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Firefox toolbar extension to share the current browser tab to the Fediverse.", + "codeLanguage": "Javascript", + "techStack": "", + "license": "GPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": true, + "diasporaClass": true, + "OStatusClass": true, + "categories": ["Other"] } ] }