mirror of
https://codeberg.org/fediverse/delightful-activitypub-development.git
synced 2024-11-21 13:20:59 +00:00
Fix federation and social-relay
* federation now lives in gitlab.com * social-relay can be found from github.com but has been long inactive and have just archived it
This commit is contained in:
parent
ac50e37084
commit
24292e6819
1 changed files with 4 additions and 3 deletions
|
@ -5,6 +5,7 @@ A curated list of resources for ActivityPub developers who create software for t
|
|||
Emoji's for each entry indicate whether it is added to the [Fediverse Party](https://fediverse.party) website:
|
||||
|
||||
* :heavy_check_mark: == added to live website at [**fediverse.party**](https://fediverse.party) (Only set by [@lostinlight](https://codeberg.org/lostinlight))
|
||||
* :ghost: == inactive for over a year, or officially abandoned
|
||||
|
||||
## Contents
|
||||
|
||||
|
@ -88,7 +89,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 +143,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`
|
||||
* :ghost: [**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 +374,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