Cleanup, improve the collection resolver

This commit is contained in:
Thomas Sileo
2018-05-27 11:01:34 +02:00
parent 888410d646
commit 25a75a9cef
6 changed files with 99 additions and 41 deletions

View File

@@ -43,6 +43,14 @@
- Manually tested against [Mastodon](https://github.com/tootsuite/mastodon)
- Project is running an up-to-date instance
## ActivityPub
microblog.pub implements an [ActivityPub](http://activitypub.rocks/) server, it implements both the client to server API and the federated server to server API.
Compatible with [Mastodon](https://github.com/tootsuite/mastodon) (which is not following the spec closely), but will drop OStatus messages.
Activities are verified using HTTP Signatures or by fetching the content on the remote server directly.
## Running your instance
### Installation