From 8a6addf286cb4667cf44c659b2ff4814c8306572 Mon Sep 17 00:00:00 2001 From: Basix Date: Wed, 13 Nov 2019 23:19:23 +0900 Subject: [PATCH 1/5] Remove microstatus The actual codes of the project seems like untouched for a long time. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ea5efe9..c870df8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ Simple example of implementing ActivityPub. * [ActivityPub Example](https://github.com/tOkeshu/activitypub-example) - An example of ActivityPub server implementation written in Python. * [dsblank/activitypub](https://github.com/dsblank/activitypub) - Prototyping a Python ActivityPub distributed server in Tornado. -* [microstatus](https://github.com/Arkanosis/microstatus) - Mastodon, GNUsocial compatible ActivityPub and OStatus server implementation. * [pylodon](https://github.com/rowanlupton/pylodon) - Flask-based ActivityPub server implementation. * [dariusk/express-activitypub](https://github.com/dariusk/express-activitypub) - A very simple reference implementation of an ActivityPub server using Express.js. * [CommonsPub](https://commonspub.org/) - A generic federated server, written in Elixir. From cf2c8cc2b6b6580dce82e56f75eccbb8aafb667d Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Thu, 2 Jan 2020 17:28:21 +0000 Subject: [PATCH 2/5] [GS's ActivityPub plugin] Moved - Updated GNU social's ActivityPub plugin's repository address - s/GNU Social/GNU social --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c870df8..fe561af 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ A little help for implementing ActivityPub. Connecting the ActivityPub federation with another federation. * [Bridgy Fed](https://github.com/snarfed/bridgy-fed) - A bridge between IndieWeb and ActivityPub, OStatus. -* [GNU Social ActivityPub Plugin](https://git.gnu.io/dansup/ActivityPub) - Plugin for GNU Social to add ActivityPub support. +* [GNU social ActivityPub Plugin](https://notabug.org/diogo/gnu-social/src/nightly/plugins/ActivityPub) - Plugin for GNU social to add ActivityPub support. * [Osada](https://macgirvin.com/wiki/mike/Osada/Home) - A bridge between Zot protocol and ActivityPub, OStatus, Diaspora etc. * [RSS to ActivityPub](https://github.com/dariusk/rss-to-activitypub) - An RSS to ActivityPub converter. From 522a8e6c6d64f64beb2325e834261a629aa016c8 Mon Sep 17 00:00:00 2001 From: Yazdan Date: Thu, 2 Jan 2020 20:33:20 +0330 Subject: [PATCH 3/5] add lemmy to Services list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe561af..15c1c4f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Services supporting ActivityPub federation. * [Nextcloud Social](https://github.com/nextcloud/social) - Federated social network application on Nextcloud. * [Pterotype](https://getpterotype.com/) - A WordPress plugin bringing your blog to the Fediverse. * [Mobilizon](https://joinmobilizon.org/en/) - A federated organization and mobilization platform. +* [Lemmy](https://github.com/dessalines/lemmy) - Building a federated alternative to reddit in rust. ## Implementations Simple example of implementing ActivityPub. From cb53347ee5c8476e69cd48e466a38bfab4739628 Mon Sep 17 00:00:00 2001 From: Basix Date: Fri, 10 Jan 2020 19:32:29 +0900 Subject: [PATCH 4/5] Remove pump.io close #19 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 15c1c4f..0f7004f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ Services supporting ActivityPub federation. * [anfora](https://github.com/anforaProject/anfora) - Self-hosted photo gallery social network. * [distbin](https://distbin.com/about) - Distributed Pastebin, support ActivityPub and Micropub. * [microblog.pub](https://microblog.pub/) - A self-hosted, single-user, ActivityPub powered microblog. -* [pump.io](http://pump.io/) - Social server with an ActivitySteams API, currently working on ActivityPub. * [write.as](https://write.as/about) - A distraction-free writing space with ActivityPub support. * [Nextcloud Social](https://github.com/nextcloud/social) - Federated social network application on Nextcloud. * [Pterotype](https://getpterotype.com/) - A WordPress plugin bringing your blog to the Fediverse. From 221d482bee3b8ea97ba386ee29e384dc21318266 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Wed, 15 Apr 2020 15:19:49 +0200 Subject: [PATCH 5/5] Add casting.club - Chess over ActivityPub. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f7004f..1654690 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Services supporting ActivityPub federation. * [Pterotype](https://getpterotype.com/) - A WordPress plugin bringing your blog to the Fediverse. * [Mobilizon](https://joinmobilizon.org/en/) - A federated organization and mobilization platform. * [Lemmy](https://github.com/dessalines/lemmy) - Building a federated alternative to reddit in rust. +* [castling.club](https://castling.club/) - Chess over ActivityPub. ## Implementations Simple example of implementing ActivityPub.