From dd04cfd2db458f42bece3a611ba0024d8d0cb256 Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Sat, 13 Oct 2018 23:05:49 +0200 Subject: [PATCH] Added two more resources. activitypub.go library and littr.go link aggregator project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cb283d5..51774dd 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Services supporting ActivityPub federation. * [microblog.pub](https://microblog.pub/) - A self-hosted, single-user, ActivityPub powered microblog. * [pump.io](http://pump.io/) - Social server with an ActivitySteams API, currently working on ActivityPub. * [write.as](https://write.as/about) - A distraction-free writing space with ActivityPub support. +* [littr.go](https://github.com/mariusor/littr.go) - Federated brutalist link aggregation powered by ActivityPub. ## Implementations Simple example of implementing ActivityPub. @@ -55,6 +56,7 @@ Simple example of implementing ActivityPub. A little help for implementing ActivityPub. * [activity](https://github.com/go-fed/activity) - ActivityPub library for Golang. +* [activitypub.go](https://github.com/mariusor/activitypub.go) - Another Golang library for ActivityPub. ## Bridges Connecting the ActivityPub federation with another federation.