Federated blogging application, thanks to ActivityPub https://joinplu.me
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Bat b32015fa7d Show a message telling you that there are no comments
Fix #142
6 years ago
doc Document gettext installation 6 years ago
migrations Add some configuration options for instance admins 6 years ago
plume-common Update the WebFinger crate 6 years ago
plume-models Add some configuration options for instance admins 6 years ago
po Show a message telling you that there are no comments 6 years ago
src Take in account instance's default license 6 years ago
static Add some configuration options for instance admins 6 years ago
templates Show a message telling you that there are no comments 6 years ago
.gitignore Complex setup 6 years ago
.travis.yml Add Travis CI 6 years ago
Cargo.lock Update the WebFinger crate 6 years ago
Cargo.toml Update the WebFinger crate 6 years ago
DEVELOPMENT.md Fix diesel_cli version in DEVELOPMENT.md 6 years ago
INSTALL.md Fix diesel_cli version in INSTALL.md 6 years ago
INTERNATIONALIZATION.md Add a note for translators 6 years ago
LICENSE Add a license (AGPLv3) 6 years ago
README.md Add translation instructions for translators 6 years ago
rust-toolchain Update to the latest version of Rocket, to use rocket_contrib::Template::custom 6 years ago

README.md

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!