From 4a6a958d65202cf114a4e623506324dd34b4a5cc Mon Sep 17 00:00:00 2001 From: zortazert Date: Wed, 30 Mar 2022 10:29:25 -0500 Subject: [PATCH 1/2] Add pleroma. --- apps/mastodon.json | 12 ++++++++---- apps/pleroma.json | 19 +++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 apps/pleroma.json diff --git a/apps/mastodon.json b/apps/mastodon.json index e5d6ed0..f6fe863 100644 --- a/apps/mastodon.json +++ b/apps/mastodon.json @@ -1,13 +1,17 @@ {"names":["Mastodon"], "comment": "Mastodon - a federated, decentralized microblogging platform", - "links":{"website":"https://joinmastodon.org/", - "git":"https://github.com/mastodon/mastodon", + "links":{"website":"https://joinMastodon.org/", + "git":"https://github.com/Mastodon/mastodon", "wikipedia":"https://en.wikipedia.org/wiki/Mastodon_(software)", "icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Mastodon_Logotype_%28Simple%29.svg/60px-Mastodon_Logotype_%28Simple%29.svg.png"}, "licenses":["AGPL3+"], "platforms":["Web"], - "networks_read":["mastodon"], - "networks_write":["mastodon"], + "networks_read":["Mastodon", + "PeerTube", + "Pleroma"], + "networks_write":["Mastodon", + "PeerTube", + "Pleroma"], "formats_read":[], "formats_write":[], "generic_name":["Microblogger", diff --git a/apps/pleroma.json b/apps/pleroma.json new file mode 100644 index 0000000..56a571f --- /dev/null +++ b/apps/pleroma.json @@ -0,0 +1,19 @@ +{"names":["Pleroma"], + "comment": "Free and open communication for everyone. Pleroma is social networking software compatible with other Fediverse software such as Mastodon, Misskey, Pixelfed and many others.", + "links":{"website":"https://pleroma.social/", + "git":"https://git.pleroma.social/pleroma/pleroma/", + "icon":"https://pleroma.social/images/pleroma_logo_vector_nobg_nopan.svg"}, + "licenses":["AGPL3+"], + "platforms":["Web"], + "networks_read":["Pleroma", + "PeerTube", + "Mastodon"], + "networks_write":["Pleroma", + "PeerTube", + "Mastodon"], + "formats_read":[], + "formats_write":[], + "generic_name":["Microblogger", + "Blogger", + "Social Network", + "Publication"]} From 86e96af6d12095b5c073a07eb24a8491b5f73e4f Mon Sep 17 00:00:00 2001 From: zortazert Date: Wed, 30 Mar 2022 10:30:47 -0500 Subject: [PATCH 2/2] Small fix with capital letters. --- apps/mastodon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mastodon.json b/apps/mastodon.json index f6fe863..ec70a47 100644 --- a/apps/mastodon.json +++ b/apps/mastodon.json @@ -1,7 +1,7 @@ {"names":["Mastodon"], "comment": "Mastodon - a federated, decentralized microblogging platform", - "links":{"website":"https://joinMastodon.org/", - "git":"https://github.com/Mastodon/mastodon", + "links":{"website":"https://joinmastodon.org/", + "git":"https://github.com/mastodon/mastodon", "wikipedia":"https://en.wikipedia.org/wiki/Mastodon_(software)", "icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Mastodon_Logotype_%28Simple%29.svg/60px-Mastodon_Logotype_%28Simple%29.svg.png"}, "licenses":["AGPL3+"],