diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index 3acb250..2b64787 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -45,8 +45,8 @@ "logo": "/img/misc/dolphin.svg", "servers": "", "description": "Lightweight ActivityPub Server optimized for single-user. A fork and sister project of Misskey.", - "codeLanguage": "Javascript", - "techStack": "Node.js, Vue, Typescript", + "codeLanguage": "TypeScript", + "techStack": "Node.js, Vue", "license": "AGPL-3.0", "FediAccount": "", "apClass": true, @@ -226,7 +226,7 @@ "servers": "https://the-federation.info/lemmy", "description": "Link aggregator, a federated alternative to Reddit / Lobste.rs / Raddle / Hacker News.", "codeLanguage": "Rust", - "techStack": "Actix, Diesel, Inferno, Typescript", + "techStack": "Actix, Diesel, Inferno, TypeScript", "license": "AGPL-3.0", "FediAccount": "https://mastodon.social/@LemmyDev", "apClass": true, @@ -262,7 +262,7 @@ "servers": "https://the-federation.info/mobilizon", "description": "Organization and mobilization platform. Gather people with an ethical and emancipating tool.", "codeLanguage": "Elixir", - "techStack": "Vue, Typescript", + "techStack": "Vue, TypeScript", "license": "AGPL-3.0", "FediAccount": "https://framapiaf.org/@mobilizon", "apClass": true, @@ -387,7 +387,7 @@ "logo": "", "servers": "https://the-federation.info/groundpolis", "description": "A microblogging service forked from Misskey.", - "codeLanguage": "Typescript", + "codeLanguage": "TypeScript", "techStack": "Vue, Node.js", "license": "AGPL-3.0", "FediAccount": "", @@ -460,7 +460,7 @@ "servers": "", "description": "Microblogging server written in C#.", "codeLanguage": "C#", - "techStack": "Typescript", + "techStack": "TypeScript", "license": "AGPL-3.0", "FediAccount": "", "apClass": true, @@ -531,7 +531,7 @@ "logo": "", "servers": "", "description": "Link aggregator like Reddit / Hackernews, but open source and self-hosted.", - "codeLanguage": "Typescript", + "codeLanguage": "TypeScript", "techStack": "Node.js", "license": "MIT", "FediAccount": "", @@ -632,11 +632,11 @@ "categories": ["OpenData", "SN-mi"] }, { - "title": "FediReads", - "source": "https://github.com/mouse-reeve/fedireads", + "title": "Bookwyrm", + "source": "https://github.com/mouse-reeve/bookwyrm", "protocols": "ActivityPub", - "site": "", - "logo": "/img/misc/fedireads.png", + "site": "https://fedireads-test.glitch.me/", + "logo": "/img/misc/bookwyrm.png", "servers": "", "description": "Social reading and reviewing, a federated alternative to GoodReads.", "codeLanguage": "Python", @@ -743,14 +743,14 @@ "title": "Castling Club", "source": "https://github.com/stephank/castling.club", "protocols": "ActivityPub", - "site": "", + "site": "https://castling.club", "logo": "", "servers": "https://fediverse.network/castlingclub", "description": "Challenge someone to a game of chess using toots! An ActivityPub server with a single hardcoded King service actor that acts as a chess arbiter.", - "codeLanguage": "Typescript", + "codeLanguage": "TypeScript", "techStack": "Node.js", "license": "MIT", - "FediAccount": "", + "FediAccount": "https://mastodon.social/@kosinus", "apClass": true, "zotClass": false, "diasporaClass": false, @@ -837,7 +837,7 @@ "logo": "", "servers": "", "description": "Post bin with distributed social features.", - "codeLanguage": "Typescript", + "codeLanguage": "TypeScript", "techStack": "", "license": "Apache-2.0", "FediAccount": "", @@ -963,7 +963,7 @@ "logo": "/img/misc/peertube.svg", "servers": "https://the-federation.info/peertube", "description": "Decentralized video platform, a network of interconnected video hosting providers. Video broadcasting may be peer-to-peer.", - "codeLanguage": "Javascript", + "codeLanguage": "TypeScript", "techStack": "Node.js", "license": "AGPL-3.0", "FediAccount": "", diff --git a/source/_data/tools.json b/source/_data/tools.json index 6b377b6..e3aa92f 100644 --- a/source/_data/tools.json +++ b/source/_data/tools.json @@ -558,6 +558,24 @@ "diasporaClass": false, "OStatusClass": false, "categories": ["Tests"] + }, + { + "title": "Go-AP", + "source": "https://github.com/go-ap", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Libraries for using ActivityPub in the Go language.", + "codeLanguage": "Go", + "techStack": "", + "license": "MIT", + "FediAccount": "https://metalhead.club/@mariusor", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Libs"] } ] } diff --git a/source/img/misc/fedireads.png b/source/img/misc/bookwyrm.png similarity index 100% rename from source/img/misc/fedireads.png rename to source/img/misc/bookwyrm.png