From 16846cf400420dac70762aae49897627cee9ed41 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Thu, 8 Jul 2021 20:10:01 +0300 Subject: [PATCH] Update Miscellaneous, Tools lists --- source/_data/miscellaneous.json | 22 ++++++- source/_data/tools.json | 110 +++++++++++++++++++++++++++++++- 2 files changed, 129 insertions(+), 3 deletions(-) diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index 0d31c41..e520173 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -1119,7 +1119,7 @@ }, { "title": "Fedeproxy", - "source": "https://lab.enough.community/fedeproxy", + "source": "https://lab.fedeproxy.eu/fedeproxy/server", "protocols": "ActivityPub", "site": "https://fedeproxy.eu", "logo": "", @@ -1304,7 +1304,7 @@ "site": "https://lectrn.com", "logo": "", "servers": "", - "description": " A social network for humans that is free, decentralized, open, and easy to use.", + "description": "A social network for humans that is free, decentralized, open, and easy to use.", "codeLanguage": "Javascript", "techStack": "Node.js, PostgreSQL", "license": "AGPL-3.0", @@ -1315,6 +1315,24 @@ "OStatusClass": false, "categories": ["SN-mi"] }, + { + "title": "FitTrackee", + "source": "https://github.com/SamR1/FitTrackee", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "A simple self-hosted workout / activity tracker.", + "codeLanguage": "Python", + "techStack": "", + "license": "GPL-3.0", + "FediAccount": "@SamR1@mastodon.social", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Other"] + }, { "title": "diaspora*", "source": "https://github.com/diaspora/diaspora", diff --git a/source/_data/tools.json b/source/_data/tools.json index c797d2f..4b4f4ba 100644 --- a/source/_data/tools.json +++ b/source/_data/tools.json @@ -650,7 +650,7 @@ "categories": ["Libs"] }, { - "title": "Activity Streams", + "title": "ActivityStreams", "source": "https://github.com/OpenSocial/activitystreams", "protocols": "ActivityPub", "site": "", @@ -667,6 +667,24 @@ "OStatusClass": false, "categories": ["Libs"] }, + { + "title": "ActivityStreams", + "source": "https://git.asonix.dog/asonix/activitystreams", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Activitystreams vocabulary in Rust.", + "codeLanguage": "Rust", + "techStack": "", + "license": "GPL-3.0", + "FediAccount": "@asonix@masto.asonix.dog", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Libs"] + }, { "title": "Pubstrate", "source": "https://gitlab.com/dustyweb/pubstrate", @@ -1044,6 +1062,96 @@ "diasporaClass": false, "OStatusClass": false, "categories": ["Utils"] + }, + { + "title": "Moderator Alerts", + "source": "https://gitlab.com/stemid/mastodon-moderator-alerts", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Mastodon moderation alerts using Pushover.net.", + "codeLanguage": "Python", + "techStack": "", + "license": "-", + "FediAccount": "@stemid@mastodon.se", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] + }, + { + "title": "moa", + "source": "https://github.com/FedStoa/moa", + "protocols": "ActivityPub", + "site": "https://moa.party", + "logo": "", + "servers": "", + "description": "A Mastodon, Twitter, and Instagram cross-poster.", + "codeLanguage": "Python", + "techStack": "", + "license": "MIT", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Bridges"] + }, + { + "title": "Fediverse Stats", + "source": "https://gitlab.com/spla/fediverse", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Collects maximum number of alive Fediverse servers and queries their API to obtain registered users.", + "codeLanguage": "Python", + "techStack": "", + "license": "GPL-3.0", + "FediAccount": "@fediverse@mastodont.cat", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] + }, + { + "title": "HTTP-signature", + "source": "https://github.com/mtti/http-signature", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Implementation of the HTTP Signature scheme as used in ActivityPub.", + "codeLanguage": "TypeScript", + "techStack": "", + "license": "Apache-2.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Libs"] + }, + { + "title": "SciFed", + "source": "https://synalp.frama.io/olki/scifed", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "A specification standard (Draft) for federation of scientific activities and content using ActivityPub, developed as part of OLKi project.", + "codeLanguage": "", + "techStack": "", + "license": "-", + "FediAccount": "@rigelk@olki-social.loria.fr", + "apClass": true, + "zotClass": true, + "diasporaClass": true, + "OStatusClass": true, + "categories": ["Specs"] } ] }