From 03f5962f597a88ceb9f1d086f9b7f5cafd7fc477 Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Wed, 7 Aug 2024 08:07:14 +0200 Subject: [PATCH] Add ActivityPub Minimal Core to Libraries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9556c6..a7bc71a 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ A curated list of resources for ActivityPub developers who create software for t * [**ActivityPub HTTP Signatures**](https://gitlab.com/paulkiddle/activitypub-http-signatures) ([Fedi account](https://kith.kitchen/@paul)): A library for creating, parsing, and verifying HTTP signature headers, as per the Signing HTTP Messages draft 80 specification. `ISC, Javascript` +* [**ActivityPub Minimal Core**](https://github.com/steve-bate/activitypub-mincore): An exploration into an ActivityPub Minimal Core. `MIT, Python` + * [**ActivityPub-PHP**](https://github.com/pterotype-project/activitypub-php) ([Fedi account](https://mastodon.technology/@jdormit)): A PHP implementation of the ActivityPub protocol (used in Pterotype plugin). `MIT, PHP` * [**ActivityPub Starter Kit**](https://github.com/jakelazaroff/activitypub-starter-kit): A tiny, single user ActivityPub server, meant to be a starting point for your own ActivityPub projects. `MIT, Typescript`