mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-19 10:11:00 +00:00
Federated blogging application, thanks to ActivityPub
7313f60d14
Since cargo is usually not run as root, we can't install .mo files to the standard location (/usr/local/share/locale/), so we install them to ./translations and load them from there. |
||
---|---|---|
migrations | ||
po | ||
src | ||
static | ||
templates | ||
translations | ||
.gitignore | ||
.travis.yml | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
DEVELOPMENT.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.