diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index dd8cfdb..e5b0d9f 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -102,7 +102,7 @@ "codeLanguage": "Ruby", "techStack": "Node.js", "license": "AGPL-3.0", - "FediAccount": "", + "FediAccount": "https://mastodon.social/@prismo", "apClass": true, "zotClass": false, "diasporaClass": false, @@ -649,6 +649,96 @@ "OStatusClass": false, "categories": ["DataForge", "SN-mi"] }, + { + "title": "FediReads", + "source": "https://github.com/mouse-reeve/fedireads", + "protocols": "ActivityPub", + "site": "", + "logo": "/img/misc/fedireads.png", + "servers": "", + "description": "Social reading and reviewing, a federated alternative to Goodreads.", + "codeLanguage": "Python", + "techStack": "Django", + "license": "CC0-1.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Blog-Pub"] + }, + { + "title": "SkoHub", + "source": "https://github.com/hbz/skohub-pubsub", + "protocols": "ActivityPub", + "site": "https://skohub.io", + "logo": "", + "servers": "", + "description": "SkoHub extends Knowledge Organization Systems (KOS) to create a publication / subscription infrastructure for Open Educational Resources. It allows to follow specific subjects and to be notified when new content about that subject is published.", + "codeLanguage": "Javascript", + "techStack": "", + "license": "Apache-2.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["DataForge"] + }, + { + "title": "CPub", + "source": "https://gitlab.com/openengiadina/cpub", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "General ActivityPub server built upon Semantic Web ideas. Implements a Linked Data Platform (LDP), uses RDF Turtle as serialization format.", + "codeLanguage": "Elixir", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["DataForge"] + }, + { + "title": "SemApps", + "source": "https://github.com/assemblee-virtuelle/semapps", + "protocols": "ActivityPub", + "site": "http://semapps.org", + "logo": "", + "servers": "", + "description": "An open source projet which aims to ease data storage and filtering.", + "codeLanguage": "Javascript", + "techStack": "", + "license": "Apache-2.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["DataForge"] + }, + { + "title": "RavenVale", + "source": "https://git.lubar.me/lubar-local/ravenvale", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Federating guild website using GuildWars2 API.", + "codeLanguage": "Go", + "techStack": "", + "license": "-", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["SN-mi"] + }, { "title": "Vervis", "source": "https://dev.angeley.es/s/fr33domlover/r/vervis/s", @@ -703,6 +793,24 @@ "OStatusClass": false, "categories": ["DevTools"] }, + { + "title": "Pherephone", + "source": "https://github.com/writeas/pherephone", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "An ActivityPub server that reblogs all the statuses of certain actors. You set it up to follow a few accounts and it Announces everything they post.", + "codeLanguage": "Go", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["DevTools"] + }, { "title": "Go-Fed Activity", "source": "https://github.com/go-fed/activity", diff --git a/source/img/misc/fedireads.png b/source/img/misc/fedireads.png new file mode 100644 index 0000000..c08b61d Binary files /dev/null and b/source/img/misc/fedireads.png differ