fediparty/source/_data/common.json

121 lines
3.5 KiB
JSON
Raw Normal View History

2018-03-12 19:31:14 +00:00
{
"list":
[
{
2018-08-23 22:18:07 +00:00
"title": "diaspora",
2019-03-24 17:15:00 +00:00
"url" : "https://diasporafoundation.org",
2018-08-23 22:18:07 +00:00
"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
},
{
2018-08-23 22:18:07 +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"
2018-03-12 19:31:14 +00:00
},
{
2018-08-23 22:18:07 +00:00
"title": "GNU Social",
"url" : "https://gnu.io/social",
"smallImg": "/img/gnusocial.png",
"descr": "Connecting free and independent communities across the web"
2018-03-12 19:31:14 +00:00
},
{
2018-12-10 20:27:00 +00:00
"title": "Hubzilla",
2019-03-23 10:06:00 +00:00
"url" : " https://hubzilla.org",
2018-12-10 20:27:00 +00:00
"smallImg": "/img/hubzilla.png",
"descr": "Feature-rich social platform. Create channels with a decentralized nomadic identity"
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",
"descr": "Social networking back in your hands. Find your perfect community. Take control of your content"
2018-04-23 01:52:58 +00:00
},
2018-05-19 05:09:12 +00:00
{
"title": "Misskey",
2018-08-17 21:08:38 +00:00
"url" : "https://joinmisskey.github.io",
2018-05-19 05:09:12 +00:00
"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-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",
"descr": "Federated microblogging, light as a feather"
},
{
"title": "Socialhome",
"url" : "https://socialhome.network",
"smallImg": "/img/socialhome.png",
"descr": "Personal webpage with social networking functionality, suitable for image based content"
2018-12-18 23:09:37 +00:00
},
{
"title": "PixelFed",
"url" : "https://pixelfed.org",
"smallImg": "/img/pixelfed.png",
"descr": "Federated social image sharing for everyone"
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"
},
{
"name": "DFRN",
"url": "https://github.com/friendica/friendica/wiki/Protocol"
2018-03-12 19:31:14 +00:00
}
],
"langs":
[
{
"name": "PHP",
2018-12-31 18:45:18 +00:00
"networks": "FediBlog, Friendica, GNU Social, Hubzilla, Osada, PixelFed, postActiv, Social (Nextcloud)"
2018-03-12 19:31:14 +00:00
},
{
"name": "Ruby",
2018-12-10 20:27:00 +00:00
"networks": "diaspora, Mastodon, Prismo"
2018-03-12 19:31:14 +00:00
},
{
"name": "Python",
2018-12-31 18:45:18 +00:00
"networks": "Anfora, Funkwhale, microblog.pub, Reel2Bits, Socialhome"
2018-03-12 19:31:14 +00:00
},
{
"name": "Elixir",
2018-12-11 20:24:28 +00:00
"networks": "CommonsPub, Mobilizon, Pleroma"
2018-03-12 19:31:14 +00:00
},
{
"name": "Rust",
2018-12-10 20:27:00 +00:00
"networks": "Aardwolf, Kroeg, Plume, Rustodon"
2018-03-12 19:31:14 +00:00
},
{
"name": "(Node)JS",
2018-12-10 20:27:00 +00:00
"networks": "Misskey, PeerTube, pump.io, WriteFreely"
2018-03-12 19:31:14 +00:00
},
{
"name": "Go",
2018-12-31 18:45:18 +00:00
"networks": "GangGo, Littr.go, read.as, WriteFreely"
2018-03-12 19:31:14 +00:00
}
]
}