Federated blogging application, thanks to ActivityPub
Go to file
Bat 68c7aad179 Big repository reorganization
The code is divided in three crates:
- plume-common, for the ActivityPub module, and some common utils
- plume-models, for the models and database-related code
- plume, the app itself

This new organization will allow to test it more easily, but also to create other tools that only reuse a little part of
the code (for instance a Wordpress import tool, that would just use the plume-models crate)
2018-06-23 17:36:11 +01:00
doc Aardwolf -> Plume 2018-06-21 18:11:33 +01:00
migrations Notify when receiving a mention 2018-06-20 21:05:30 +01:00
plume-common Big repository reorganization 2018-06-23 17:36:11 +01:00
plume-models Big repository reorganization 2018-06-23 17:36:11 +01:00
po Remove the routes and the template for the comment form 2018-06-21 15:00:25 +01:00
src Big repository reorganization 2018-06-23 17:36:11 +01:00
static Try to improve the style of forms 2018-06-21 15:33:28 +01:00
templates temporarly use an absolute link in users detail header template, linked with bug #65 2018-06-22 01:17:22 +02:00
.gitignore Complex setup 2018-06-19 18:23:26 +01:00
.travis.yml Add Travis CI 2018-04-30 22:15:07 +01:00
Cargo.lock Big repository reorganization 2018-06-23 17:36:11 +01:00
Cargo.toml Big repository reorganization 2018-06-23 17:36:11 +01:00
DEVELOPMENT.md Adding link for PREREQUISITES.md 2018-06-21 11:32:11 -04:00
INTERNATIONALIZATION.md Add a note for translators 2018-06-17 19:42:17 +01:00
LICENSE Add a license (AGPLv3) 2018-05-01 13:01:38 +01:00
README.md Add translation instructions for translators 2018-06-17 12:10:25 +01:00
rust-toolchain Update to the latest version of Rocket, to use rocket_contrib::Template::custom 2018-06-16 18:39:22 +01:00

Plume Build Status

Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database.

Demo instance

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.

Feel free to join our Matrix room: #plume:disroot.org to discuss about the project!

If you are interested in coding, check out the development guide. You can also help by reporting issues, suggesting features, or writing documentation for instance.

If you would like to help by translating Plume, we also have a guide for you!