Sort by alphabetical order on 4 sections

Services, Implementations, Libraries, Bridges are sorted.
This commit is contained in:
Basix 2018-09-03 00:26:56 +09:00
parent 1a423229fd
commit 435acb2ac1
1 changed files with 21 additions and 21 deletions

View File

@ -19,37 +19,37 @@
* [W3C ActivityPub Standard](https://www.w3.org/TR/activitypub/) - The standard document of ActivityPub.
## Services
* [Mastodon](https://joinmastodon.org/) - Microblogging service based on ActivityPub and OStatus protocol.
* [Pleroma](https://pleroma.social/) - Lightweight microblogging service based on ActivityPub and OStatus protocol.
* [Rustodon](https://github.com/rustodon/rustodon) - A Mastodon-compatible, ActivityPub-speaking server in Rust.
* [Hubzilla](https://project.hubzilla.org) - Macroblogging social network supports Zot, OStatus, diaspora, ActivityPub.
* [Misskey](https://github.com/syuilo/misskey) - Microblogging service based on ActivityPub.
* [PeerTube](https://github.com/Chocobozzz/PeerTube) - Video streaming platform with ActivityPub and WebTorrent.
* [Funkwhale](https://funkwhale.audio/) - A modern, self-hosted, free and open-source music server
* [microblog.pub](https://microblog.pub/) - A self-hosted, single-user, ActivityPub powered microblog.
* [Plume](https://github.com/Plume-org/Plume) - Federated blogging engine with ActivityPub.
* [disbin](https://distbin.com/about) - Distributed Pastebin, support ActivityPub and Micropub
* [PixelFed](https://pixelfed.org/) - Federated Image Sharing.
* [anfora](https://github.com/anforaProject/anfora) - Self-hosted photo gallery social network.
* [PeerPx](https://github.com/peerpx/peerpx) - A federated alternative to 500px or Flickr.
* [pump.io](http://pump.io/) - Social server with an ActivitySteams API, currently working on ActivityPub
* [anancus](https://gitlab.com/tuxether/anancus) - Self-hosted and federated social link aggregation.
* [Prismo](https://gitlab.com/mbajur/prismo) - Federated link aggregation powered by ActivityPub.
* [write.as](https://write.as/about) - A distraction-free writing space with ActivityPub support.
* [Dokieli](https://dokie.li/#introduction) - A clientside editor for decentralised article publishing, annotations and social interactions.
* [ForgeFed](https://github.com/forgefed/forgefed) - An extension to ActivityPub for web-based Git services federation.
* [Funkwhale](https://funkwhale.audio/) - A modern, self-hosted, free and open-source music server
* [Hubzilla](https://project.hubzilla.org) - Macroblogging social network supports Zot, OStatus, diaspora, ActivityPub.
* [Mastodon](https://joinmastodon.org/) - Microblogging service based on ActivityPub and OStatus protocol.
* [Misskey](https://github.com/syuilo/misskey) - Microblogging service based on ActivityPub.
* [PeerPx](https://github.com/peerpx/peerpx) - A federated alternative to 500px or Flickr.
* [PeerTube](https://github.com/Chocobozzz/PeerTube) - Video streaming platform with ActivityPub and WebTorrent.
* [PixelFed](https://pixelfed.org/) - Federated Image Sharing.
* [Pleroma](https://pleroma.social/) - Lightweight microblogging service based on ActivityPub and OStatus protocol.
* [Plume](https://github.com/Plume-org/Plume) - Federated blogging engine with ActivityPub.
* [Prismo](https://gitlab.com/mbajur/prismo) - Federated link aggregation powered by ActivityPub.
* [Rustodon](https://github.com/rustodon/rustodon) - A Mastodon-compatible, ActivityPub-speaking server in Rust.
* [anancus](https://gitlab.com/tuxether/anancus) - Self-hosted and federated social link aggregation.
* [anfora](https://github.com/anforaProject/anfora) - Self-hosted photo gallery social network.
* [disbin](https://distbin.com/about) - Distributed Pastebin, support ActivityPub and Micropub
* [microblog.pub](https://microblog.pub/) - A self-hosted, single-user, ActivityPub powered microblog.
* [pump.io](http://pump.io/) - Social server with an ActivitySteams API, currently working on ActivityPub
* [write.as](https://write.as/about) - A distraction-free writing space with ActivityPub support.
## Implementations
* [Kroeg](https://github.com/puckipedia/Kroeg) - ActivityPub server implementation written in C#.
* [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.
* [Kroeg](https://github.com/puckipedia/Kroeg) - ActivityPub server implementation written in C#.
* [dsblank/activitypub](https://github.com/dsblank/activitypub) - Prototyping a Python ActivityPub distributed server in Tornado.
* [microstatus](https://github.com/Arkanosis/microstatus) - Mastodon, GNUsocial compatible ActivityPub and OStatus server implementation.
* [pylodon](https://github.com/rowanlupton/pylodon) - Flask-based ActivityPub server implementation.
## Libraries
* [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.
* [GNU Social ActivityPub Plugin](https://git.gnu.io/dansup/ActivityPub) - Plugin for GNU Social to add ActivityPub support.
* [Osada](https://macgirvin.com/wiki/mike/Osada/Home) - A bridge between Zot protocol and ActivityPub, OStatus, Diaspora etc.