guida-fediverso/source/_data/common.json

127 lines
3.6 KiB
JSON
Raw Normal View History

2018-03-12 20:31:14 +01:00
{
"list":
[
{
2018-08-24 00:18:07 +02:00
"title": "diaspora",
2019-03-24 18:15:00 +01:00
"url" : "https://diasporafoundation.org",
"smallImg": "img/diaspora.png",
2018-08-24 00:18:07 +02:00
"descr": "Online world where you are in control. Own your data. Choose your audience. Be who you want to be"
2018-03-12 20:31:14 +01:00
},
{
2018-08-24 00:18:07 +02:00
"title": "Friendica",
"url" : "https://friendi.ca",
"smallImg": "img/friendica.png",
2018-08-24 00:18:07 +02:00
"descr": "Personal network with no central authority or ownership. Keep in contact with people you care about"
2018-03-12 20:31:14 +01:00
},
{
2018-08-24 00:18:07 +02:00
"title": "GNU Social",
"url" : "https://gnu.io/social",
"smallImg": "img/gnusocial.png",
2018-08-24 00:18:07 +02:00
"descr": "Connecting free and independent communities across the web"
2018-03-12 20:31:14 +01:00
},
{
2018-12-10 21:27:00 +01:00
"title": "Hubzilla",
"url" : "https://hubzilla.org",
"smallImg": "img/hubzilla.png",
2018-12-10 21:27:00 +01:00
"descr": "Feature-rich social platform. Create channels with a decentralized nomadic identity"
2018-03-12 20:31:14 +01:00
},
{
2018-12-10 21:27:00 +01:00
"title": "Mastodon",
"url" : "https://joinmastodon.org",
"smallImg": "img/mastodon.png",
2018-12-10 21:27:00 +01:00
"descr": "Social networking back in your hands. Find your perfect community. Take control of your content"
2018-04-23 03:52:58 +02:00
},
2018-05-19 07:09:12 +02:00
{
"title": "Misskey",
2018-08-17 23:08:38 +02:00
"url" : "https://joinmisskey.github.io",
"smallImg": "img/misskey.png",
2018-05-19 07:09:12 +02:00
"descr": "Sophisticated microblogging with personality"
},
2018-04-23 03:52:58 +02:00
{
"title": "PeerTube",
"url" : "https://joinpeertube.org/en",
"smallImg": "img/peertube.png",
2018-05-19 07:09:12 +02:00
"descr": "Decentralized video hosting. Take back the control of your videos"
2018-10-21 18:15:12 +02:00
},
{
2018-12-10 21:27:00 +01:00
"title": "Pleroma",
"url" : "https://pleroma.social",
"smallImg": "img/pleroma.png",
2018-12-10 21:27:00 +01:00
"descr": "Federated microblogging, light as a feather"
},
{
"title": "Socialhome",
"url" : "https://socialhome.network",
"smallImg": "img/socialhome.png",
2018-12-10 21:27:00 +01:00
"descr": "Personal webpage with social networking functionality, suitable for image based content"
2018-12-19 00:09:37 +01:00
},
{
"title": "PixelFed",
"url" : "https://pixelfed.org",
"smallImg": "img/pixelfed.png",
2018-12-19 00:09:37 +01:00
"descr": "Federated social image sharing for everyone"
},
{
"title": "Funkwhale",
"url" : "https://funkwhale.audio",
"smallImg": "img/funkwhale.png",
"descr": "A social platform to enjoy and share music"
2018-03-12 20:31:14 +01:00
}
],
"protocols":
[
{
"name": "diaspora",
"url": "https://github.com/diaspora/diaspora_federation"
},
{
"name": "Zot",
2019-03-23 11:06:00 +01:00
"url": "https://zotlabs.org/help/developer/zot_protocol"
2018-03-12 20:31:14 +01:00
},
{
"name": "ActivityPub",
"url": "https://activitypub.rocks"
2018-08-24 00:18:07 +02:00
},
{
"name": "OStatus",
"url": "https://github.com/OStatus"
},
{
"name": "DFRN",
"url": "https://github.com/friendica/friendica/wiki/Protocol"
2018-03-12 20:31:14 +01:00
}
],
"langs":
[
{
"name": "PHP",
"networks": "Friendica, GNU Social, Hubzilla, PixelFed, Social-NextCloud"
2018-03-12 20:31:14 +01:00
},
{
"name": "Ruby",
2018-12-10 21:27:00 +01:00
"networks": "diaspora, Mastodon, Prismo"
2018-03-12 20:31:14 +01:00
},
{
"name": "Python",
"networks": "Funkwhale, microblog.pub, Reel2Bits, Socialhome"
2018-03-12 20:31:14 +01:00
},
{
"name": "Elixir",
"networks": "Mobilizon, Pleroma"
2018-03-12 20:31:14 +01:00
},
{
"name": "Rust",
"networks": "Aardwolf, Kibou, Kroeg, Plume, Rustodon"
2018-03-12 20:31:14 +01:00
},
{
"name": "(Node)JS",
"networks": "Dolphin, Misskey, PeerTube, WriteFreely"
2018-03-12 20:31:14 +01:00
},
{
"name": "Go",
"networks": "read.as, WriteFreely"
2018-03-12 20:31:14 +01:00
}
]
}