Add pleroma.
This commit is contained in:
parent
46a9130e41
commit
4a6a958d65
2 changed files with 27 additions and 4 deletions
|
@ -1,13 +1,17 @@
|
||||||
{"names":["Mastodon"],
|
{"names":["Mastodon"],
|
||||||
"comment": "Mastodon - a federated, decentralized microblogging platform",
|
"comment": "Mastodon - a federated, decentralized microblogging platform",
|
||||||
"links":{"website":"https://joinmastodon.org/",
|
"links":{"website":"https://joinMastodon.org/",
|
||||||
"git":"https://github.com/mastodon/mastodon",
|
"git":"https://github.com/Mastodon/mastodon",
|
||||||
"wikipedia":"https://en.wikipedia.org/wiki/Mastodon_(software)",
|
"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"},
|
"icon":"https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Mastodon_Logotype_%28Simple%29.svg/60px-Mastodon_Logotype_%28Simple%29.svg.png"},
|
||||||
"licenses":["AGPL3+"],
|
"licenses":["AGPL3+"],
|
||||||
"platforms":["Web"],
|
"platforms":["Web"],
|
||||||
"networks_read":["mastodon"],
|
"networks_read":["Mastodon",
|
||||||
"networks_write":["mastodon"],
|
"PeerTube",
|
||||||
|
"Pleroma"],
|
||||||
|
"networks_write":["Mastodon",
|
||||||
|
"PeerTube",
|
||||||
|
"Pleroma"],
|
||||||
"formats_read":[],
|
"formats_read":[],
|
||||||
"formats_write":[],
|
"formats_write":[],
|
||||||
"generic_name":["Microblogger",
|
"generic_name":["Microblogger",
|
||||||
|
|
19
apps/pleroma.json
Normal file
19
apps/pleroma.json
Normal file
|
@ -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"]}
|
Loading…
Reference in a new issue