summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-07-11 00:28:51 +0800
committerAnthony Wang2022-07-11 00:28:51 +0800
commit16e88bf16fc7e1552f39f06e10a1559683e637ed (patch)
tree46ea022e41a77eca248352c88b996b4719b3077f
parent013b622c217b0caadea704ade6d9143cd89c9705 (diff)
Add a few more links and summaries of each category
-rw-r--r--Useful-links.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/Useful-links.md b/Useful-links.md
index 79e0608..dcf99d4 100644
--- a/Useful-links.md
+++ b/Useful-links.md
@@ -1,11 +1,14 @@
## General
+Some high-level links for learning about forge federation and the bigger picture
* https://matrix.to/#/#general-forgefed:matrix.batsense.net General forge federation chatroom
* https://discuss.coding.social/t/world-of-opportunity-expanding-from-forgefed-to-fsdl/39 Discussion about forge federation visions and goals
* https://discuss.coding.social/t/challenge-fixing-the-fediverse-technology-adoption-lifecycle/38 Fixing the federation adoption cycle
* https://pad.public.cat/8yNgnlxmSsGYk3TfIau46A?view# Social coding foundations
* https://forum.forgefriends.org/t/forge-federation-webinar-january-19th-2022-10am-noon-utc-1/538 January forge federation webinar
+* https://forgefriends.org/blog/2022/06/30/2022-06-state-forge-federation/ The state of forge federation, 2021-2023
## ActivityPub
+Resources for learning ActivityPub (AP)
* https://activitypub.rocks/ Official ActivityPub website
* https://www.w3.org/TR/activitypub/ ActivityPub specification
* https://socialhub.activitypub.rocks/pub/guide-for-new-activitypub-implementers Guide for AP implementers
@@ -17,11 +20,13 @@
* https://flak.tedunangst.com/post/ActivityPub-as-it-has-been-understood Lots of AP resources
## ForgeFed
+Forge federation protocol based on AP
* https://forgefed.org/ ForgeFed website
* https://codeberg.org/ForgeFed/ForgeFed ForgeFed repo
-* https://dev.angeley.es/s/fr33domlover/r/vervis/s Reference ForgeFed implementation
+* https://vervis.peers.community/browse Reference ForgeFed implementation
## Gitea
+Resources for Gitea
* https://matrix.to/#/#gitea:matrix.org General Gitea chatroom
* https://matrix.to/#/#gitea-dev:matrix.org Gitea development chatroom
* https://matrix.to/#/#gitea-federation:matrix.org Gitea federation chatroom
@@ -38,12 +43,15 @@
* https://gitea.com/Ta180m/gitea/issues/3 Detailed task list for Gitea federation
## Go-Ap
+A lightweight AP library in Go that Gitea is using for implementing federation
* https://github.com/go-ap Go libraries for AP
* https://github.com/go-ap/activitypub Lightweight Go implementation of AP
* https://github.com/go-ap/fedbox Reference implementation of a AP server using go-ap
* https://github.com/mariusor/go-littr Federated link aggregator using go-ap
+* https://man.sr.ht/~mariusor/go-activitypub/go-ap/index.md go-ap docs
## Go-Fed
+Another AP library that's heavier and Gitea is not using this library (other than HTTP signatures) but this is still kept up for reference
* https://go-fed.org/ AP library in Go
* https://github.com/go-fed/activity AP vocabulary and behavior in Go
* https://go-fed.org/activitypub-tutorial Go-Fed tutorial
@@ -54,12 +62,14 @@
* https://gitea.com/gitea/go-fed-activity/issues/1 Discussion about using Go-Fed for Gitea (outcome: use go-ap instead)
## ForgeFriends
+A forge federation project based on Gitea
* https://forgefriends.org/ Forge federation project based on Gitea
* https://forum.forgefriends.org/ ForgeFriends forum
* https://lab.forgefriends.org/forgefriends/forgefriends ForgeFriends repo
* https://lab.forgefriends.org/forgefriends/community-action ForgeFriends community task list
## ForgeFlux
+A forge federation project using forge APIs
* https://forgeflux.org/ Forge federation using forge APIs
* https://github.com/forgeflux-org/starchart Software forge spider
* https://forum.forgefriends.org/c/forgeflux/28 ForgeFlux forum \ No newline at end of file