From 8f289ac37ef599c12806add255bd162663c848ad Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sat, 4 Jul 2020 00:42:21 +0300 Subject: [PATCH] Update Miscellaneous, Tools, Numbers --- source/_data/miscellaneous.json | 22 ++++++++++- source/_data/numbers.json | 70 ++++++++++++++++----------------- source/_data/tools.json | 36 +++++++++++++++++ 3 files changed, 91 insertions(+), 37 deletions(-) diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index f95345b..5491a36 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -75,7 +75,7 @@ }, { "title": "Prismo", - "source": "https://gitlab.com/mbajur/prismo", + "source": "https://gitlab.com/prismosuite/prismo", "protocols": "ActivityPub", "site": "", "logo": "/img/misc/prismo.png", @@ -620,7 +620,7 @@ "site": "", "logo": "/img/misc/fedireads.png", "servers": "", - "description": "Social reading and reviewing, a federated alternative to Goodreads.", + "description": "Social reading and reviewing, a federated alternative to GoodReads.", "codeLanguage": "Python", "techStack": "Django", "license": "CC0-1.0", @@ -739,6 +739,24 @@ "OStatusClass": false, "categories": ["SN-mi"] }, + { + "title": "Learn Awesome", + "source": "https://github.com/learn-awesome/learn", + "protocols": "ActivityPub", + "site": "https://learnawesome.org", + "logo": "", + "servers": "", + "description": "Open-source equivalent review aggregation site. Think GoodReads, but generalized to all learning resources organized by topics, formats and difficulty. Optimal learning paths for any topic.", + "codeLanguage": "Ruby", + "techStack": "Rails, PostgreSQL, Bootstrap, Stream Dashboard UI Kit", + "license": "AGPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Reviews"] + }, { "title": "diaspora*", "source": "https://github.com/diaspora/diaspora", diff --git a/source/_data/numbers.json b/source/_data/numbers.json index 64ee39e..30135d9 100644 --- a/source/_data/numbers.json +++ b/source/_data/numbers.json @@ -2,84 +2,84 @@ { "list": { - "lastUpdate": "27/05/20", + "lastUpdate": "04/07/20", "diaspora": { - "population": "750.118", - "activeUsers": "73.422", - "podsNum": "211" + "population": "759.964", + "activeUsers": "79.872", + "podsNum": "190" }, "friendica": { - "population": "5.702", - "activeUsers": "2.918", - "podsNum": "309" + "population": "6.611", + "activeUsers": "3.554", + "podsNum": "297" }, "hubzilla": { - "population": "10.136", - "activeUsers": "3.753", - "podsNum": "233" + "population": "9.743", + "activeUsers": "3.623", + "podsNum": "228" }, "socialhome": { - "population": "1.475", - "activeUsers": "298", - "podsNum": "4" + "population": "1.473", + "activeUsers": "256", + "podsNum": "3" }, "mastodon": { - "population": "2.921.125", - "activeUsers": "1.216.797", - "podsNum": "2.758" + "population": "2.946.078", + "activeUsers": "1.151.000", + "podsNum": "2.873" }, "gnusocial": { - "population": "4.562", + "population": "6.941", "activeUsers": "", - "podsNum": "93" + "podsNum": "96" }, "pleroma": { - "population": "37.574", + "population": "39.051", "activeUsers": "", - "podsNum": "654" + "podsNum": "697" }, "misskey": { - "population": "1048", + "population": "1.113", "activeUsers": "", "podsNum": "109" }, "peertube": { - "population": "49.356", + "population": "55.869", "activeUsers": "", - "podsNum": "503" + "podsNum": "501" }, "pixelfed": { - "population": "19.992", - "activeUsers": "10.648", - "podsNum": "127" + "population": "21.208", + "activeUsers": "11.046", + "podsNum": "126" }, "funkwhale": { - "population": "2.651", - "activeUsers": "1.257", - "podsNum": "40" + "population": "3.112", + "activeUsers": "1.610", + "podsNum": "47" }, "writefreely": { - "population": "8.128", - "activeUsers": "1.739", - "podsNum": "255" + "population": "9.000", + "activeUsers": "2.139", + "podsNum": "273" }, "fediverse": { - "population": "3.811.867", - "activeUsers": "1.310.832", - "podsNum": "5.296" + "population": "3.860.163", + "activeUsers": "1.253.100", + "podsNum": "5.440" } } } diff --git a/source/_data/tools.json b/source/_data/tools.json index 690f751..80736d0 100644 --- a/source/_data/tools.json +++ b/source/_data/tools.json @@ -540,6 +540,42 @@ "diasporaClass": false, "OStatusClass": false, "categories": ["Tests"] + }, + { + "title": "Mastodon.py", + "source": "https://github.com/halcy/Mastodon.py", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Python wrapper for the Mastodon API. Feature complete and easy to get started with.", + "codeLanguage": "Python", + "techStack": "", + "license": "MIT", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Libs"] + }, + { + "title": "atoot", + "source": "https://github.com/popura-network/atoot", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Library providing an easy way to create Mastodon API applications.", + "codeLanguage": "Python", + "techStack": "", + "license": "MIT", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Libs"] } ] }