diff --git a/source/_data/diaspora.json b/source/_data/diaspora.json index ba2bbf9..78bb12f 100644 --- a/source/_data/diaspora.json +++ b/source/_data/diaspora.json @@ -111,6 +111,11 @@ "name": "David Revoy", "url": "https://framasphere.org/u/davidrevoy", "avatar": "/img/avatars/drevoy.png" + }, + { + "name": "Liberapay", + "url": "https://framasphere.org/u/liberapay", + "avatar": "/img/avatars/liberapay.png" } ] } diff --git a/source/_data/friendica.json b/source/_data/friendica.json index 4d2b66b..f3db032 100644 --- a/source/_data/friendica.json +++ b/source/_data/friendica.json @@ -15,7 +15,8 @@ [ {"title": "DFRN", "url": "https://github.com/friendica/friendica/wiki/Protocol"}, {"title": "OStatus", "url": "https://github.com/OStatus"}, - {"title": "diaspora", "url": "https://github.com/diaspora/diaspora_federation"} + {"title": "diaspora", "url": "https://github.com/diaspora/diaspora_federation"}, + {"title": "ActivityPub", "url": "https://activitypub.rocks"} ], "wiki": "https://github.com/friendica/friendica/wiki", "servers": diff --git a/source/_data/numbers.json b/source/_data/numbers.json index 1dbf8ef..ab0b82a 100644 --- a/source/_data/numbers.json +++ b/source/_data/numbers.json @@ -2,41 +2,41 @@ { "list": { - "lastUpdate": "27/01/19", + "lastUpdate": "08/02/19", "diaspora": { "population": "672.293", - "activeUsers": "66.364", + "activeUsers": "67.812", "podsNum": "305" }, "friendica": { "population": "14.255", - "activeUsers": "2.283", + "activeUsers": "2.349", "podsNum": "375" }, "hubzilla": { "population": "6.495", - "activeUsers": "3.527", + "activeUsers": "3.846", "podsNum": "255" }, "ganggo": { - "population": "217", - "activeUsers": "124", + "population": "229", + "activeUsers": "129", "podsNum": "3" }, "socialhome": { - "population": "914", - "activeUsers": "360", - "podsNum": "3" + "population": "893", + "activeUsers": "342", + "podsNum": "2" }, "mastodon": { - "population": "1.934.721", - "activeUsers": "1.321.480", + "population": "1.941.086", + "activeUsers": "1.298.548", "podsNum": "2.704" }, "gnusocial": @@ -47,9 +47,9 @@ }, "pleroma": { - "population": "4.812", + "population": "9.255", "activeUsers": "", - "podsNum": "425" + "podsNum": "454" }, "misskey": { @@ -59,21 +59,21 @@ }, "peertube": { - "population": "11.340", + "population": "12.553", "activeUsers": "", - "podsNum": "295" + "podsNum": "307" }, "osada": { - "population": "194", - "activeUsers": "194", - "podsNum": "11" + "population": "224", + "activeUsers": "219", + "podsNum": "12" }, "pixelfed": { - "population": "6.268", - "activeUsers": "3.581", - "podsNum": "37" + "population": "6.883", + "activeUsers": "3.948", + "podsNum": "40" } } }