Plume fork from https://git.joinplu.me/Plume/Plume
https://joinplu.me
68c7aad179
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) |
||
---|---|---|
doc | ||
migrations | ||
plume-common | ||
plume-models | ||
po | ||
src | ||
static | ||
templates | ||
.gitignore | ||
.travis.yml | ||
Cargo.lock | ||
Cargo.toml | ||
DEVELOPMENT.md | ||
INTERNATIONALIZATION.md | ||
LICENSE | ||
README.md | ||
rust-toolchain |
Plume
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.
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!