diff --git a/src/ru/federation/resources.md b/src/ru/federation/resources.md new file mode 100644 index 0000000..1f033d3 --- /dev/null +++ b/src/ru/federation/resources.md @@ -0,0 +1,22 @@ +# Источники ActivityPub + +## Официальные документы + +- [Стандарт ActivityPub (анг.язык)](https://www.w3.org/TR/activitypub/) +- [Словарь Activitypub (анг.язык)](https://www.w3.org/TR/activitystreams-vocabulary/) + +## Пояснения + +- [ActivityPub - one protocol to rule them all? (анг.язык)](https://schub.io/blog/2018/02/01/activitypub-one-protocol-to-rule-them-all.html) +- [A highly opinionated guide to learning about ActivityPub (анг.язык)](https://tinysubversions.com/notes/reading-activitypub/) +- [Activitypub implementers guide (анг.язык)](https://socialhub.activitypub.rocks/t/draft-guide-for-new-activitypub-implementers/479) +- [Mastodon Blog: How to implement a basic ActivityPub server (анг.язык)](https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/) +- [Mastodon Blog: Implementing an ActivityPub inbox (анг.язык)](https://blog.joinmastodon.org/2018/07/how-to-make-friends-and-verify-requests/) +- [Data storage questions (анг.язык)](https://socialhub.activitypub.rocks/t/data-storage-questions/579) +- [Activitypub as it has been understood (анг.язык)](https://flak.tedunangst.com/post/ActivityPub-as-it-has-been-understood) + +## Примеры и Библиотеки + +- [ActivityPub example server (анг.язык)](https://github.com/tOkeshu/activitypub-example) +- [ActivityStreams crate (анг.язык)](https://docs.rs/activitystreams/) +- [HTTP Signatures crate (анг.язык)](https://git.asonix.dog/Aardwolf/http-signature-normalization)