From c82be3f7ccfc587a704f74d4aa3e2d7517e55621 Mon Sep 17 00:00:00 2001 From: Basix Date: Sat, 9 Jun 2018 21:18:57 +0900 Subject: [PATCH] Added more items from https://www.are.na/liaizon-wakest/activitypub Special thanks to: @wakest@mastodon.social --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5bc5083..54b7e93 100644 --- a/README.md +++ b/README.md @@ -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.