From ddbe6a29f68ea02cd751c7db7b73c18c9c72991c Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Sun, 2 Aug 2020 12:54:40 +0000 Subject: [PATCH] Update Fediverse development, first draft --- Fediverse-development.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/Fediverse-development.md b/Fediverse-development.md index 8d728bb..71b5805 100644 --- a/Fediverse-development.md +++ b/Fediverse-development.md @@ -1 +1,37 @@ -(Collecting resources for developers of fediverse applications and related to the evolution of the Fediverse as a whole) \ No newline at end of file +(Collecting resources for developers of fediverse applications and related to the evolution of the Fediverse as a whole) + +## Blog posts, articles and documentation + +Criticism: + +- [ActivityPub - one protocol to rule them all?](https://schub.wtf/blog/2018/02/01/activitypub-one-protocol-to-rule-them-all.html) by Dennis Schubert, Jan 2018 +- [ActivityPub - Final thoughts, one year later](https://schub.wtf/blog/2019/01/13/activitypub-final-thoughts-one-year-later.html) by Dennis Schubert, Jan 2019 + +Introductory: + +- [How to implement a basic ActivityPub server](https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/) by Eugen Rochko, Jun 2018 +- [Decentralizing Social Interactions with ActivityPub](https://hacks.mozilla.org/2018/11/decentralizing-social-interactions-with-activitypub/) by Darius Kazemi, Nov 2018 +- [How to make friends and verify requests: Implementing an ActivityPub inbox](https://blog.joinmastodon.org/2018/07/how-to-make-friends-and-verify-requests/) by Eugen Rochko, Jul 2018 +- [Newbie introduction to ActivityPub: "I don't know what I'm talking about"](https://conf.tube/videos/watch/56c17fb8-bf55-4963-9d4e-e6345bee8de4) APConf video by Michael Demetriou, Sep 2019 + +### Topics + +#### Security + +- [Securing ActivityPub](https://wordsmith.social/falkreon/securing-activitypub) by falkreon, Jun 2019 +- [What would ActivityPub look like with capability-based security, anyway?](https://blog.dereferenced.org/what-would-activitypub-look-like-with-capability-based-security-anyway) by kaniini, Jan 2019 + +### Application-specific + +Mastodon-related: + +- [Mastodon ActivityPub specification compliance](https://docs.joinmastodon.org/spec/activitypub/) +- [Adding sign-up to your Mastodon app: How to use the app sign-up API](https://blog.joinmastodon.org/2019/10/adding-sign-up-to-your-mastodon-app/) by Eugen Rochko, Oct 2019 + +PeerTube-related: + +- [PeerTube ActivityPub specification compliance](https://framagit.org/framasoft/peertube/documentation/-/blob/master/api-activitypub.md) + +## Blogs to follow + +- [Kaniini's blog](https://blog.dereferenced.org/) \ No newline at end of file