From baa3acab132c2d6f6c2614a938b5093beb83ed4f Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 15 Jul 2018 08:36:07 -0400 Subject: [PATCH 1/2] Added pubgate project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de55343..b8c47b8 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ outbox.post(follow) ## Projects using Little Boxes - [microblog.pub](http://github.com/tsileo/microblog.pub) (using MongoDB as a backend) + - [pubgate](https://github.com/autogestion/pubgate) ## Contributions From 529fdce5e780d2a3a63239135a6bee59cac4bbbe Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 18 Jul 2018 09:38:48 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8c47b8..edde3c3 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ Until a first version is released, the main goal of this framework is to power t ## Features - Database and server agnostic - - You need to implement a backend that respond to activiy side-effects + - You need to implement a backend that respond to activity side-effects - This also mean you're responsible for serving the activities/collections and receiving them - ActivityStreams helper classes - with Outbox/Inbox abstractions - - Content helper using Mardown + - Content helper using Markdown - with helpers for parsing hashtags and linkify content - Key (RSA) helper - HTTP signature helper