mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 20:01:10 +00:00
Moving federation resources to contributing
This commit is contained in:
parent
6213d153a4
commit
d8f8a71bcc
3 changed files with 23 additions and 23 deletions
|
@ -15,7 +15,6 @@
|
||||||
- [Backup and Restore](administration/backup_and_restore.md)
|
- [Backup and Restore](administration/backup_and_restore.md)
|
||||||
- [Federation](federation/federation.md)
|
- [Federation](federation/federation.md)
|
||||||
- [Federation Overview](federation/overview.md)
|
- [Federation Overview](federation/overview.md)
|
||||||
- [Resources](federation/resources.md)
|
|
||||||
- [Lemmy Protocol](federation/lemmy_protocol.md)
|
- [Lemmy Protocol](federation/lemmy_protocol.md)
|
||||||
- [Client Development](client_development/client_development.md)
|
- [Client Development](client_development/client_development.md)
|
||||||
- [Theming Guide](client_development/theming.md)
|
- [Theming Guide](client_development/theming.md)
|
||||||
|
|
|
@ -17,3 +17,26 @@
|
||||||
- [Zurb mentions](https://github.com/zurb/tribute)
|
- [Zurb mentions](https://github.com/zurb/tribute)
|
||||||
- [TippyJS](https://github.com/atomiks/tippyjs)
|
- [TippyJS](https://github.com/atomiks/tippyjs)
|
||||||
- [SQL function indexes](https://sorentwo.com/2013/12/30/let-postgres-do-the-work.html)
|
- [SQL function indexes](https://sorentwo.com/2013/12/30/let-postgres-do-the-work.html)
|
||||||
|
|
||||||
|
# ActivityPub Resources
|
||||||
|
|
||||||
|
## Official Documents
|
||||||
|
|
||||||
|
- [ActivityPub standard](https://www.w3.org/TR/activitypub/)
|
||||||
|
- [Activitypub vocabulary](https://www.w3.org/TR/activitystreams-vocabulary/)
|
||||||
|
|
||||||
|
## Explanations
|
||||||
|
|
||||||
|
- [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)
|
||||||
|
|
||||||
|
## Examples and Libraries
|
||||||
|
|
||||||
|
- [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)
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
# ActivityPub Resources
|
|
||||||
|
|
||||||
## Official Documents
|
|
||||||
|
|
||||||
- [ActivityPub standard](https://www.w3.org/TR/activitypub/)
|
|
||||||
- [Activitypub vocabulary](https://www.w3.org/TR/activitystreams-vocabulary/)
|
|
||||||
|
|
||||||
## Explanations
|
|
||||||
|
|
||||||
- [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)
|
|
||||||
|
|
||||||
## Examples and Libraries
|
|
||||||
|
|
||||||
- [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)
|
|
Loading…
Reference in a new issue