Create resources.md

This commit is contained in:
Andrei Guliaikin 2021-04-18 19:59:26 +02:00 committed by GitHub
parent 1bb7a4ec1e
commit c845a62fc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)