From 775d9e9d1343f2cad8a18e7cc9c736182c6bc658 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sat, 6 Jan 2024 22:55:17 +0300 Subject: [PATCH] Update Tools: add tafkars-Lemmy, PeerTube livechat, rocks-testsuite, Fedialgo --- source/_data/tools.json | 72 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/source/_data/tools.json b/source/_data/tools.json index 6880ce8..5dd92bf 100644 --- a/source/_data/tools.json +++ b/source/_data/tools.json @@ -2988,6 +2988,78 @@ "diasporaClass": false, "OStatusClass": false, "categories": ["Libs"] + }, + { + "title": "tafkars-Lemmy", + "source": "https://github.com/derivator/tafkars", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "API proxy that allows apps to talk to Lemmy through a familiar API from a kinder time.", + "codeLanguage": "Rust", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Libs"] + }, + { + "title": "PeerTube livechat", + "source": "https://github.com/JohnXLivingston/peertube-plugin-livechat", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Peertube plugin meant to provide chat system for Peertube videos.", + "codeLanguage": "TypeScript", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Plugins"] + }, + { + "title": "rocks-testsuite", + "source": "https://github.com/steve-bate/rocks-testsuite", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Peertube plugin meant to provide chat system for Peertube videos.", + "codeLanguage": "Python", + "techStack": "", + "license": "GPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Tests"] + }, + { + "title": "Fedialgo", + "source": "https://github.com/pkreissel/fedialgo", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "TypeScript module that can be used to produce an algorithmic Fediverse experience.", + "codeLanguage": "TypeScript", + "techStack": "", + "license": "Unknown", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] } ] }