Added some bridges

This commit is contained in:
Basix 2018-06-09 20:07:54 +09:00
parent 7fcbcc6670
commit e7830288a0
No known key found for this signature in database
GPG Key ID: DB6898D20F92613C
1 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,7 @@
* [Platforms](#platforms)
* [Implementations](#implementations)
* [Libraries](#libraries)
* [Bridges](#bridges)
## Official
* [ActivityPub Website](https://activitypub.rocks/) - The official website of ActivityPub protocol.
@ -41,4 +42,8 @@
* [microstatus](https://github.com/Arkanosis/microstatus) - Mastodon, GNUsocial compatible ActivityPub and OStatus server implementation.
## Libraries
* [activity](https://github.com/go-fed/activity) - ActivityPub library for Golang.
* [activity](https://github.com/go-fed/activity) - ActivityPub library for Golang.
## Bridges
* [GNU Social ActivityPub Plugin](https://git.gnu.io/dansup/ActivityPub) - Plugin for GNU Social to add ActivityPub support.
* [Bridgy Fed](https://github.com/snarfed/bridgy-fed) - A bridge between IndieWeb and ActivityPub, OStatus.