Fix errors on awesome lint
- Missing License section - Incorrect indentation before bullet: remove 1 space - ToC item "Platforms" does not match corresponding heading "Services" - Missing newline character at end of file - List item description must end with proper punctuation - Dead links (in this case, Kroeg only)
This commit is contained in:
parent
17ee3fa1cf
commit
d8a427322a
13
README.md
13
README.md
|
@ -8,7 +8,7 @@
|
|||
|
||||
## Contents
|
||||
* [Official](#official)
|
||||
* [Platforms](#platforms)
|
||||
* [Services](#services)
|
||||
* [Implementations](#implementations)
|
||||
* [Libraries](#libraries)
|
||||
* [Bridges](#bridges)
|
||||
|
@ -25,7 +25,7 @@ Services supporting ActivityPub federation.
|
|||
|
||||
* [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
|
||||
* [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.
|
||||
|
@ -38,16 +38,15 @@ Services supporting ActivityPub federation.
|
|||
* [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
|
||||
* [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
|
||||
* [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
|
||||
Simple example of implementing ActivityPub.
|
||||
|
||||
* [ActivityPub Example](https://github.com/tOkeshu/activitypub-example) - An exmaple of ActivityPub server implementation written in Python.
|
||||
* [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.
|
||||
|
@ -63,3 +62,7 @@ Connecting the ActivityPub federation with another federation.
|
|||
* [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.
|
||||
|
||||
## License
|
||||
|
||||
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||
|
|
Loading…
Reference in New Issue