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 dcebc4653a Make it possible to unfollow someone
I was sure it was already implemented, but it looks like it wasn't
6 years ago
docs Merge pull request #194 from EliotBerriot/docker-install 6 years ago
migrations Make it possible to unfollow someone 6 years ago
plume-common Add Atom feeds for blogs and users 6 years ago
plume-models Make it possible to unfollow someone 6 years ago
po cadeas e fuzzy 6 years ago
src Make it possible to unfollow someone 6 years ago
static Add avatar next to comments 6 years ago
templates Fix link of the Atom feed for blogs 6 years ago
.dockerignore Sample compose file and Dockerfile for deployment 6 years ago
.editorconfig Add a .editorconfig 6 years ago
.gitignore Media upload 6 years ago
.travis.yml Add Travis CI 6 years ago
Cargo.lock Update rocket_csrf to support multipart forms 6 years ago
Cargo.toml Update rocket_csrf to support multipart forms 6 years ago
Dockerfile Sample compose file and Dockerfile for deployment 6 years ago
LICENSE Add a license (AGPLv3) 6 years ago
README.md correct urls in README file. 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!