mirror of
https://codeberg.org/fediverse/delightful-activitypub-development.git
synced 2024-11-21 13:20:59 +00:00
Merge pull request 'Fix federation and social-relay' (#10) from jaywink/delightful-activitypub-development:fix-federation-and-relay into main
Reviewed-on: https://codeberg.org/fediverse/delightful-activitypub-development/pulls/10
This commit is contained in:
commit
6271542506
1 changed files with 3 additions and 3 deletions
|
@ -88,7 +88,7 @@ Emoji's for each entry indicate whether it is added to the [Fediverse Party](htt
|
|||
|
||||
* :heavy_check_mark: [**Express ActivityPub**](https://github.com/dariusk/express-activitypub): A very simple reference implementation of an ActivityPub server using Express.js. `MIT, Javascript`
|
||||
|
||||
* :heavy_check_mark: [**Federation**](https://git.feneas.org/jaywink/federation): Library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix (see [docs](https://federation.readthedocs.io)) `BSD-3-clause, Python`
|
||||
* :heavy_check_mark: [**Federation**](https://gitlab.com/jaywink/federation): Library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix (see [docs](https://federation.readthedocs.io)) `BSD-3-clause, Python`
|
||||
|
||||
* :heavy_check_mark: [**Golang ActivityPub**](https://github.com/go-ap) ([Fedi account](https://metalhead.club/@mariusor)): Libraries for using ActivityPub in the Go language. `MIT, Go`
|
||||
|
||||
|
@ -142,7 +142,7 @@ Emoji's for each entry indicate whether it is added to the [Fediverse Party](htt
|
|||
|
||||
* :heavy_check_mark: [**Seattle relay**](https://gitlab.com/jankysolutions/social.seattle.wa.us/relay) `-, Python`
|
||||
|
||||
* :heavy_check_mark: [**Social relay**](https://git.feneas.org/jaywink/social-relay): Public post relay for the diaspora* federated social network protocol. `AGPL-3.0, Python`
|
||||
* :heavy_check_mark: [**Social relay**](https://github.com/jaywink/social-relay): Public post relay for the diaspora* federated social network protocol. `AGPL-3.0, Python`
|
||||
|
||||
* :heavy_check_mark: [**toot-relay**](https://github.com/DagAgren/toot-relay): Relay that forwards web push notifications to APNs, built for Toot!.app but usable for anyone. `CC0, Go`
|
||||
|
||||
|
@ -373,4 +373,4 @@ With delight we present you some of our [delightful contributors](delightful-con
|
|||
|
||||
## License
|
||||
|
||||
[![CC0 Public domain. This work is free of known copyright restrictions.](https://i.creativecommons.org/p/mark/1.0/88x31.png)](LICENSE)
|
||||
[![CC0 Public domain. This work is free of known copyright restrictions.](https://i.creativecommons.org/p/mark/1.0/88x31.png)](LICENSE)
|
||||
|
|
Loading…
Reference in a new issue