fediparty/source/_data/common.json

124 lines
3.4 KiB
JSON
Raw Normal View History

2018-03-12 19:31:14 +00:00
{
"list":
[
{
2018-08-23 22:18:07 +00:00
"title": "Friendica",
"url" : "https://friendi.ca",
"smallImg": "img/friendica.png",
2018-08-23 22:18:07 +00:00
"descr": "Personal network with no central authority or ownership. Keep in contact with people you care about"
2018-03-12 19:31:14 +00:00
},
{
"title": "Lemmy",
"url" : "https://join-lemmy.org",
"smallImg": "img/lemmy.png",
"descr": "Follow communities anywhere in the world"
2018-03-12 19:31:14 +00:00
},
{
2018-12-10 20:27:00 +00:00
"title": "Mastodon",
"url" : "https://joinmastodon.org",
"smallImg": "img/mastodon.png",
2018-12-10 20:27:00 +00:00
"descr": "Social networking back in your hands. Find your perfect community. Take control of your content"
2018-04-23 01:52:58 +00:00
},
{
"title": "PeerTube",
"url" : "https://joinpeertube.org/en",
"smallImg": "img/peertube.png",
2018-05-19 05:09:12 +00:00
"descr": "Decentralized video hosting. Take back the control of your videos"
2018-10-21 16:15:12 +00:00
},
{
2018-12-10 20:27:00 +00:00
"title": "Pleroma",
"url" : "https://pleroma.social",
"smallImg": "img/pleroma.png",
2018-12-10 20:27:00 +00:00
"descr": "Federated microblogging, light as a feather"
},
{
"title": "Funkwhale",
"url" : "https://funkwhale.audio",
"smallImg": "img/funkwhale.png",
"descr": "A social platform to enjoy and share music"
},
{
"title": "Hubzilla",
"url" : "https://hubzilla.org",
"smallImg": "img/hubzilla.png",
"descr": "Feature-rich social platform. Create channels with a decentralized nomadic identity"
},
{
"title": "Misskey",
"url" : "https://join.misskey.page/en",
"smallImg": "img/misskey.png",
"descr": "Sophisticated microblogging with personality"
},
2018-12-18 23:09:37 +00:00
{
2020-11-08 17:44:20 +00:00
"title": "Pixelfed",
2018-12-18 23:09:37 +00:00
"url" : "https://pixelfed.org",
"smallImg": "img/pixelfed.png",
2018-12-18 23:09:37 +00:00
"descr": "Federated social image sharing for everyone"
},
{
"title": "diaspora",
"url" : "https://diasporafoundation.org",
"smallImg": "img/diaspora.png",
"descr": "Online world where you are in control. Own your data. Choose your audience. Be who you want to be"
2018-03-12 19:31:14 +00:00
}
],
"protocols":
[
{
"name": "diaspora",
"url": "https://github.com/diaspora/diaspora_federation"
},
{
"name": "Zot",
2019-03-23 10:06:00 +00:00
"url": "https://zotlabs.org/help/developer/zot_protocol"
2018-03-12 19:31:14 +00:00
},
{
"name": "ActivityPub",
"url": "https://activitypub.rocks"
2018-08-23 22:18:07 +00:00
},
{
"name": "OStatus",
"url": "https://github.com/OStatus"
2018-03-12 19:31:14 +00:00
}
],
"langs":
[
{
"name": "Elixir",
2023-06-25 20:49:44 +00:00
"networks": "Akkoma, Bonfire, Mobilizon, Pleroma"
2018-03-12 19:31:14 +00:00
},
{
"name": "Go",
2022-11-09 14:07:07 +00:00
"networks": "GoToSocial, Owncast, WriteFreely"
},
{
"name": "Java",
"networks": "Smithereen"
2018-03-12 19:31:14 +00:00
},
{
"name": "JavaScript",
"networks": "Gancio, Guppe"
2018-03-12 19:31:14 +00:00
},
{
"name": "PHP",
2023-06-25 20:49:44 +00:00
"networks": "Castopod, Friendica, Hubzilla, kbin, Pixelfed"
2018-03-12 19:31:14 +00:00
},
{
"name": "Python",
2022-11-09 14:07:07 +00:00
"networks": "Bookwyrm, Epicyon, Funkwhale, microblog.pub"
2018-03-12 19:31:14 +00:00
},
{
"name": "Ruby",
2022-11-09 14:07:07 +00:00
"networks": "diaspora, Mastodon"
2018-03-12 19:31:14 +00:00
},
{
"name": "Rust",
2022-11-09 14:07:07 +00:00
"networks": "Lemmy, Plume"
},
{
2021-04-26 16:33:53 +00:00
"name": "TypeScript",
2023-08-06 19:46:51 +00:00
"networks": "Firefish, Misskey, PeerTube"
2018-03-12 19:31:14 +00:00
}
]
}