From cbfcc0c2aeca9fbaf77248a53a1d95cc4d39f7d4 Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Tue, 1 Feb 2022 07:13:42 +0100 Subject: [PATCH] Update Bonfire fediverse.party status info, fix typo (#2) I changed the fediverse party status for both Bonfire entries to :black_nib: since they aren't published on the site yet (not yet in production). Thanks @mayel This is also related to https://codeberg.org/fediverse/fediparty/issues/66 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd3c51b..426ff7b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Emoji's for each entry indicate whether it is added to the [Fediverse Party](htt ### Frameworks -* :heavy_check_mark: [**Bonfire**](https://bonfirenetworks.org): An extensible framework with a big focus on customisation and flexibility. Can be used to build new federated apps while focusing on a specific use case rather than reimplementing lots of boilerplate `AGPL-3.0, Elixir` +* :black_nib: [**Bonfire**](https://bonfirenetworks.org): An extensible framework with a big focus on customisation and flexibility. Can be used to build new federated apps while focusing on a specific use case rather than reimplementing lots of boilerplate `AGPL-3.0, Elixir` ### Libraries @@ -52,7 +52,7 @@ Emoji's for each entry indicate whether it is added to the [Fediverse Party](htt * :heavy_check_mark: [**ActivityPods**](https://github.com/assemblee-virtuelle/activitypods): Adding intelligence to Solid PODs with ActivityPub (based on [SemApps](https://semapps.org). `Apache-2.0, Javascript` -* :heavy_check_mark: [**ActivityPub**]https://github.com/bonfire-networks/activity_pub): Generic library to federate an app with ActivityPub (uses a queue for incoming/outgoing activities and adapter modules for tight integration). `AGPL-3.0, Elixir` +* :black_nib: [**ActivityPub**](https://github.com/bonfire-networks/activity_pub): Generic library to federate an app with ActivityPub (uses a queue for incoming/outgoing activities and adapter modules for tight integration). `AGPL-3.0, Elixir` * :heavy_check_mark: [**ActivityPub Express**](https://github.com/immers-space/activitypub-express): Modular ActivityPub implementation as Express.js middleware to easily add decentralization and federation to Node apps `-, Javascript`