diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 8ec3852..b505d57 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -50,8 +50,9 @@ ], "forks": [ - {"id": "0", "url": "https://github.com/glitch-soc/mastodon"}, - {"id": "1", "url": "https://github.com/beatrix-bitrot/ephemeral.glitch.social"} + {"id": "0", "url": "https://github.com/glitch-soc/mastodon", "descr": "Glitch-soc - fork with experimental features"}, + {"id": "1", "url": "https://github.com/beatrix-bitrot/ephemeral.glitch.social", "descr": "Ephemeral Mastodon - with disappearing toots"}, + {"id": "2", "url": "https://github.com/florence-social/mastodon-fork", "descr": "Florence - community fork"} ], "utilities": [ diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index ce9c30c..7442e50 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -546,6 +546,19 @@ "diasporaClass": false, "OStatusClass": false, "categories": ["Relays"] + }, + { + "title": "MoonTree", + "source": "https://github.com/Faleidel/moontreeproject", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Links"] } ] } diff --git a/source/_data/peertube.json b/source/_data/peertube.json index 56946a9..160fde5 100644 --- a/source/_data/peertube.json +++ b/source/_data/peertube.json @@ -30,7 +30,7 @@ [ {"id": "0", "url": "https://docs.joinpeertube.org/#/admin-following-instances"} ], - "devTutorial": "", + "devTutorial": "https://docs.joinpeertube.org/#/install-any-os", "metrics": [ {"id": "0", "url": "https://instances.joinpeertube.org/instances/stats"} diff --git a/themes/starter/languages/en.yml b/themes/starter/languages/en.yml index 25d9edc..ee26723 100644 --- a/themes/starter/languages/en.yml +++ b/themes/starter/languages/en.yml @@ -111,8 +111,6 @@ crossposting: Mastodon-Twitter crossposting mastoGallery: Artodon gallery feedPreview: Instance timeline preview feed2toot: RSS to Mastodon bot -glitchSoc: glitch-soc - fork with experimental features -mastoEphemeral: ephemeral Mastodon with disappearing toots trunk: Mass follow users based on common interests #GNU Social page diff --git a/themes/starter/layout/mastodon.ejs b/themes/starter/layout/mastodon.ejs index 1c4cabf..3e556a4 100644 --- a/themes/starter/layout/mastodon.ejs +++ b/themes/starter/layout/mastodon.ejs @@ -11,7 +11,6 @@ network: true const stats = [__('stats')]; const tools = [__('preinstalled')]; const utils = [__('mastofeed'), __('crossposting'), __('feedPreview'), __('webmentions'), __('feed2toot')]; - const forkTitles = [__('glitchSoc'), __('mastoEphemeral')]; %> <%- partial('_partial/heroheader') %> @@ -82,9 +81,8 @@ network: true