-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTHANKS
More file actions
15 lines (14 loc) · 1.38 KB
/
THANKS
File metadata and controls
15 lines (14 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
THANKS -*- outline -*-
- Thanks to the following authors that got me started on implementing ActivityPub
+ Kiran Gopinathan for his article "How I wrote an Activitypub Server in OCaml: Lessons Learnt, Weekends Lost"
<https://gopiandcode.uk/logs/log-writing-activitypub.html>
+ Robb Knight for his article "Building an ActivityPub Server"
<https://rknight.me/blog/building-an-activitypub-server/>
+ Sebastian Jambor <https://seb.jambor.dev/about/> for his series "Understanding ActivityPub"
<https://seb.jambor.dev/posts/understanding-activitypub/>
- Thanks to the picky-rs <https://github.com/Devolutions/picky-rs> author(s) for being so responsive to my PR
<https://github.com/Devolutions/picky-rs/pull/351>
- Thanks to Sebastian Jambor <https://seb.jambor.dev/about/> ActivityPub.academy <https://activitypub.academy/auth/sign_up>
- Thanks to T.J. Telan <https://tjtelan.com> for his post on building custom integration test harnesses <https://tjtelan.com/blog/rust-custom-test-harness/blog/rust-custom-test-harness/>
- Thanks to Aleksey Sidorov <https://github.com/alekseysidorov> for the inspiration of wrapping the reqwest Client in a tower compatibility layer
- Thanks to the openraft contributors for making it so easy to turn a service into a consensus cluster <https://github.com/datafuselabs/openraft>