Special thanks to: @wakest@mastodon.social
This commit is contained in:
Basix 2018-06-09 21:18:57 +09:00
parent e7830288a0
commit c82be3f7cc
No known key found for this signature in database
GPG Key ID: DB6898D20F92613C
1 changed files with 5 additions and 0 deletions

View File

@ -32,7 +32,10 @@
* [disbin](https://distbin.com/about) - Distributed Pastebin, support ActivityPub and Micropub
* [Fontina](https://github.com/beta-phenylethylamine/fontina) - Photo sharing social network.
* [FediBlog](http://fedi.blog/) - Self-hosted, ActivityPub, Markdown, PHP, NoSQL, fully customisable blog engine.
* [Acorde](https://github.com/polymerwitch/Acorde) -
* [pump.io](http://pump.io/) - Social server with an ActivitySteams API, currently working on ActivityPub
* [PixelFed](https://pixelfed.org/) - Federated image sharing service based on ActivityPub. **[WIP]**
* [Zinat](https://github.com/yabirgb/zinat) - Photo gallery social network. **[WIP]**
* [GitPub](https://github.com/git-federation/gitpub) - a decentralized federation protocol based on ActivityPub for federating Git services. **[WIP]**
## Implementations
@ -40,6 +43,8 @@
* [pylodon](https://github.com/rowanlupton/pylodon) - Flask-based ActivityPub server implementation.
* [ActivityPub Example](https://github.com/tOkeshu/activitypub-example) - An exmaple of ActivityPub server implementation written in Python.
* [microstatus](https://github.com/Arkanosis/microstatus) - Mastodon, GNUsocial compatible ActivityPub and OStatus server implementation.
* [dsblank/activitypub](https://github.com/dsblank/activitypub) - Prototyping a Python ActivityPub distributed server in Tornado.
* [Eshu](https://github.com/kaniini/eshu) - ActivityPub server implementation. **[WIP]**
## Libraries
* [activity](https://github.com/go-fed/activity) - ActivityPub library for Golang.