Update numbers, network connections

This commit is contained in:
lostinlight 2019-07-20 21:01:51 +03:00
parent 48fbb80eec
commit fd99817295
6 changed files with 30 additions and 29 deletions

View File

@ -45,7 +45,7 @@
{"title": "Nodes by theme", "url": "https://gitlab.com/distributopia/friendica-world-overview"}
],
"descr": "Friendica aims at being a platform that suits everyone. Newcomers will feel right at home: the network's interface and functionality include common features of a mainstream social network. Being comparatively light on resources makes it attractive for administrators to host (Friendica servers are called \"nodes\"). The community is good-natured and helpful. Friendica is well connected with the rest of Fediverse — its users can follow friends on most other federated networks.",
"connections": ["diaspora*", "GangGo", "GNU Social", "Hubzilla", "Mastodon", "Osada", "Pleroma", "postActiv", "Socialhome"],
"connections": ["diaspora*", "GangGo", "GNU Social", "Hubzilla", "Mastodon", "Pixelfed", "Pleroma", "Socialhome"],
"screenshots":
[
{"descr": "Default Frio theme (green colour)", "img": "friendica-1.png"},

View File

@ -35,7 +35,7 @@
"dwellers": "GNU-hackers",
"communities": [{"title": "List of groups", "url": "http://laemeur.sdf.org/gs/group-index.html"}],
"descr": "GNU Social creators are the founding fathers of free libre microblogging networks. The platform has a significant userbase and multiple plugins.",
"connections": ["Friendica", "Hubzilla", "Mastodon", "Pleroma", "postActiv"],
"connections": ["Friendica", "Hubzilla", "Pleroma"],
"screenshots":
[
{"descr": "GNU Social interface", "img": "gnusocial-1.png"}

View File

@ -13,7 +13,6 @@
"language": "Ruby",
"protocols":
[
{"title": "OStatus", "url": "https://github.com/tootsuite/ostatus2"},
{"title": "ActivityPub", "url": "https://activitypub.rocks"}
],
"wiki": "",
@ -66,7 +65,7 @@
"dwellers": "mastonauts",
"communities": [{"title": "List of servers by theme", "url": "https://gitlab.com/distributopia/masto-world-overview"}],
"descr": "Mastodon network grew quickly. You'll find everything you want of a microblogging platform, and much more. There are numerous Mastodon servers (called \"instances\") created specifically for certain communities and dedicated to various interests, spheres of knowledge, regions and activities.",
"connections": ["Friendica", "GNU Social", "Hubzilla", "Misskey", "Osada", "PeerTube", "Pleroma", "postActiv"],
"connections": ["Friendica", "Hubzilla", "microblog.pub", "Misskey", "PeerTube", "Pixelfed", "Pleroma", "Plume", "WriteFreely"],
"screenshots":
[
{"descr": "Default tweetdeck layout", "img": "mastodon-1.png"},

View File

@ -2,66 +2,66 @@
{
"list":
{
"lastUpdate": "11/07/19",
"lastUpdate": "20/07/19",
"diaspora":
{
"population": "698.216",
"activeUsers": "",
"podsNum": "241"
"population": "698.322",
"activeUsers": "86.691",
"podsNum": "293"
},
"friendica":
{
"population": "14.701",
"activeUsers": "",
"podsNum": "356"
"population": "14.719",
"activeUsers": "2.472",
"podsNum": "359"
},
"hubzilla":
{
"population": "7.924",
"activeUsers": "",
"podsNum": "218"
"population": "9.014",
"activeUsers": "3.419",
"podsNum": "241"
},
"socialhome":
{
"population": "1122",
"activeUsers": "",
"population": "1.136",
"activeUsers": "334",
"podsNum": "4"
},
"mastodon":
{
"population": "3.225.811",
"activeUsers": "",
"podsNum": "2.641"
"population": "3.793.408",
"activeUsers": "1.391.503",
"podsNum": "2.685"
},
"gnusocial":
{
"population": "12.789",
"population": "12.264",
"activeUsers": "",
"podsNum": "128"
"podsNum": "125"
},
"pleroma":
{
"population": "23.674",
"population": "25.821",
"activeUsers": "",
"podsNum": "532"
"podsNum": "553"
},
"misskey":
{
"population": "669",
"activeUsers": "",
"podsNum": "65"
"podsNum": "64"
},
"peertube":
{
"population": "19.205",
"population": "19.338",
"activeUsers": "",
"podsNum": "339"
"podsNum": "330"
},
"pixelfed":
{
"population": "10.081",
"population": "10.429",
"activeUsers": "",
"podsNum": "79"
"podsNum": "94"
}
}
}

View File

@ -38,7 +38,7 @@
"dwellers": "?",
"communities": "",
"descr": "Pleroma microblogging platform was quickly appreciated by the community for its low resource consumption. If you have a Raspberry Pi or similar single-board computer you can use it as Pleroma server for family and friends.",
"connections": ["Friendica", "GNU Social", "Hubzilla", "Mastodon", "microblog.pub", "Misskey", "Peertube", "Pleroma", "Plume", "WriteFreely"],
"connections": ["Friendica", "GNU Social", "Hubzilla", "Mastodon", "microblog.pub", "Misskey", "Peertube", "Pixelfed", "Plume", "WriteFreely"],
"screenshots":
[
{"descr": "Default Pleroma layout", "img": "pleroma-1.jpg"}

View File

@ -39,6 +39,8 @@
font-family: $font-secondary;
display: inline-flex;
border-bottom: none;
&:active,
&:focus,
&:hover {
background: none;
}