From 0d5eafa3c8e0683280ea81962945ad38f69d2952 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 28 May 2022 01:45:02 +0800 Subject: Add descriptions of all links --- Useful-links.md | 97 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 48 insertions(+), 49 deletions(-) diff --git a/Useful-links.md b/Useful-links.md index 2ab7d30..502a712 100644 --- a/Useful-links.md +++ b/Useful-links.md @@ -1,64 +1,63 @@ ## General -* https://matrix.to/#/#general-forgefed:matrix.batsense.net -* https://discuss.coding.social/t/world-of-opportunity-expanding-from-forgefed-to-fsdl/39 -* https://discuss.coding.social/t/challenge-fixing-the-fediverse-technology-adoption-lifecycle/38 -* https://pad.public.cat/8yNgnlxmSsGYk3TfIau46A?view# -* https://forum.forgefriends.org/t/forge-federation-webinar-january-19th-2022-10am-noon-utc-1/538 +* 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 ## ActivityPub -* https://activitypub.rocks/ -* https://www.w3.org/TR/activitypub/ -* https://socialhub.activitypub.rocks/pub/guide-for-new-activitypub-implementers -* https://go-fed.org/activitypub-glance -* https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/ -* https://blog.joinmastodon.org/2018/07/how-to-make-friends-and-verify-requests/ -* https://docs.joinmastodon.org/spec/activitypub/ +* 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 +* https://go-fed.org/activitypub-glance Go-fed's overview of AP +* https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/ Tutorial for implementing a very basic AP server +* https://blog.joinmastodon.org/2018/07/how-to-make-friends-and-verify-requests/ Tutorial for federated following +* https://docs.joinmastodon.org/spec/activitypub/ Mastodon's AP subset ## ForgeFed -* https://forgefed.peers.community/ -* https://notabug.org/peers/forgefed -* https://dev.angeley.es/s/fr33domlover/r/vervis/s -* https://github.com/go-gitea/gitea/issues/14186 +* https://forgefed.peers.community/ ForgeFed website +* https://notabug.org/peers/forgefed ForgeFed repo +* https://dev.angeley.es/s/fr33domlover/r/vervis/s Reference ForgeFed implementation ## Gitea -* https://matrix.to/#/#gitea:matrix.org -* https://matrix.to/#/#gitea-dev:matrix.org -* https://discourse.gitea.io/ -* https://nlnet.nl/project/Gitea/ -* https://github.com/go-gitea/gitea/issues?q=label%3Atheme%2Ffederation -* https://github.com/go-gitea/gitea/issues/18240 -* https://discourse.gitea.io/t/milestones-for-federation-grant/4895 -* https://discourse.gitea.io/search?q=code%20walkthrough%20in%3Atitle%20%40dachary%20order%3Alatest -* https://discourse.gitea.io/t/forgefed-federation-in-gitea/1157 -* https://gitea.com/Ta180m/gitea -* https://gitea.com/Ta180m/gitea/wiki -* https://gitea.com/Ta180m/gitea/issues/3 +* 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 +* https://discourse.gitea.io/ Gitea forum +* https://nlnet.nl/project/Gitea/ NLnet grant info page +* https://github.com/go-gitea/gitea/issues?q=label%3Atheme%2Ffederation Gitea repo federation issues +* https://github.com/go-gitea/gitea/issues/14186 Gitea ActivityPub discussion issue +* https://github.com/go-gitea/gitea/issues/18240 Gitea federation status +* https://discourse.gitea.io/t/milestones-for-federation-grant/4895 Federation grant milestones +* https://discourse.gitea.io/search?q=code%20walkthrough%20in%3Atitle%20%40dachary%20order%3Alatest Gitea code walkthroughs +* https://discourse.gitea.io/t/forgefed-federation-in-gitea/1157 Old forum post about implementing federation +* https://gitea.com/Ta180m/gitea Gitea federation development fork +* https://gitea.com/Ta180m/gitea/wiki Wiki for Gitea federation +* https://gitea.com/Ta180m/gitea/issues/3 Detailed task list for Gitea federation ## Go-Ap - -* https://github.com/go-ap -* https://github.com/go-ap/activitypub -* https://github.com/go-ap/fedbox -* https://github.com/mariusor/go-littr +* 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 ## Go-Fed -* https://go-fed.org/ -* https://github.com/go-fed/activity -* https://go-fed.org/activitypub-tutorial -* https://go-fed.org/ref/activity/streams -* https://github.com/go-fed/apcore -* https://github.com/owncast/owncast/pull/1629 -* https://gitea.com/gitea/go-fed-activity -* https://gitea.com/gitea/go-fed-activity/issues/1 +* 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 +* https://go-fed.org/ref/activity/streams Go-Fed ActivityStreams documentation +* https://github.com/go-fed/apcore AP server implementation using Go-Fed +* https://github.com/owncast/owncast/pull/1629 Owncast Go-Fed pull request +* https://gitea.com/gitea/go-fed-activity Gitea's fork of Go-Fed to reduce binary size +* https://gitea.com/gitea/go-fed-activity/issues/1 Discussion about using Go-Fed for Gitea (outcome: use go-ap instead) ## ForgeFriends -* https://forgefriends.org/ -* https://forum.forgefriends.org/ -* https://lab.forgefriends.org/forgefriends/forgefriends -* https://lab.forgefriends.org/forgefriends/community-action +* 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 - -* https://forgeflux.org/ -* https://github.com/forgeflux-org/starchart -* https://forum.forgefriends.org/c/forgeflux/28 \ No newline at end of file +* 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 -- cgit v1.2.3-70-g09d2