fediparty/source/_data/common.json

133 lines
3.7 KiB
JSON
Raw Normal View History

2018-03-12 19:31:14 +00:00
{
"list":
[
{
"title": "Socialhome",
"url" : "https://socialhome.network",
"smallImg": "/img/socialhome.png",
2018-05-19 05:09:12 +00:00
"descr": "Personal webpage with social networking functionality, suitable for image based content"
2018-03-12 19:31:14 +00:00
},
{
"title": "GangGo",
"url" : "https://ggg.social",
"smallImg": "/img/ganggo.png",
2018-05-19 05:09:12 +00:00
"descr": "Decentralized platform in early Alpha stage"
2018-03-12 19:31:14 +00:00
},
{
"title": "Aardwolf",
"url" : "https://aardwolf.social",
"smallImg": "/img/aardwolf.png",
2018-05-19 05:09:12 +00:00
"descr": "Newest federated network, a work-in-progress"
2018-03-12 19:31:14 +00:00
},
{
"title": "Hubzilla",
"url" : " https://project.hubzilla.org",
"smallImg": "/img/hubzilla.png",
2018-05-19 05:09:12 +00:00
"descr": "Feature-rich social platform. Create channels with a decentralized nomadic identity"
2018-03-12 19:31:14 +00:00
},
{
"title": "diaspora",
"url" : "https://diaspora.software",
"smallImg": "/img/diaspora.png",
"descr": "Online world where you are in control. Own your data. Choose your audience. Be who you want to be"
},
{
"title": "Pleroma",
"url" : "https://pleroma.social",
"smallImg": "/img/pleroma.png",
2018-05-19 05:09:12 +00:00
"descr": "Federated microblogging, light as a feather"
2018-03-12 19:31:14 +00:00
},
{
"title": "Mastodon",
"url" : "https://joinmastodon.org",
"smallImg": "/img/mastodon.png",
2018-05-19 05:09:12 +00:00
"descr": "Social networking back in your hands. Find your perfect community. Take control of your content"
2018-03-12 19:31:14 +00:00
},
{
"title": "postActiv",
"url" : "https://www.postactiv.com",
"smallImg": "/img/postactiv.png",
2018-05-19 05:09:12 +00:00
"descr": "Microblogging with additional features and plugins"
2018-03-12 19:31:14 +00:00
},
{
"title": "Friendica",
"url" : "https://friendi.ca",
"smallImg": "/img/friendica.png",
"descr": "Personal network with no central authority or ownership. Keep in contact with people you care about"
},
{
"title": "GNU Social",
"url" : "https://gnu.io/social",
"smallImg": "/img/gnusocial.png",
"descr": "Connecting free and independent communities across the web"
2018-04-23 01:52:58 +00:00
},
2018-05-19 05:09:12 +00:00
{
"title": "Misskey",
"url" : "https://misskey.xyz",
"smallImg": "/img/misskey.png",
"descr": "Sophisticated microblogging with personality"
},
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-03-12 19:31:14 +00:00
}
],
"protocols":
[
{
"name": "OStatus",
"url": "https://github.com/OStatus"
},
{
"name": "diaspora",
"url": "https://github.com/diaspora/diaspora_federation"
},
{
"name": "Zot",
"url": "https://project.hubzilla.org/help/developer/zot_protocol"
},
{
"name": "DFRN",
"url": "https://github.com/friendica/friendica/wiki/Protocol"
},
{
"name": "ActivityPub",
"url": "https://activitypub.rocks"
}
],
"langs":
[
{
"name": "PHP",
"networks": "GNU Social, Friendica, Hubzilla, postActiv"
},
{
"name": "Ruby",
"networks": "diaspora, Mastodon, Libertree"
},
{
"name": "Python",
"networks": "Socialhome"
},
{
"name": "Elixir",
"networks": "Pleroma"
},
{
"name": "Rust",
"networks": "Aardwolf"
},
{
"name": "(Node)JS",
2018-05-28 00:05:57 +00:00
"networks": "Misskey, PeerTube, pump.io"
2018-03-12 19:31:14 +00:00
},
{
"name": "Go",
"networks": "GangGo"
}
]
}