From 54ec94da8ab1fa811ced10df761973c8fa88e5b6 Mon Sep 17 00:00:00 2001 From: Baptiste Gelez Date: Wed, 13 Jun 2018 13:58:26 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c55247e..e375e406 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Plume [![Build Status](https://travis-ci.org/Plume-org/Plume.svg?branch=master)](https://travis-ci.org/Plume-org/Plume) -Federated blogging engine, based on ActivityPub. +Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database. + +It is not yet ready for production use, but we have all the basic features (account management, blogs, articles, comments, etc) and a basic federation. [**Demo instance**](https://baptiste.gelez.xyz/) -[Development Guide](https://github.com/Plume-org/Plume/blob/master/DEVELOPMENT.md) + +If you are interested in coding, check out the [development guide](https://github.com/Plume-org/Plume/blob/master/DEVELOPMENT.md). You can also help by reporting issues, suggesting features, or writing documentation for instance.