Plume, haskal edition
https://blog.lain.faith
0ef4717a7f
With this patch, Plume will be use a more up-to-date revision of Rocket, that works with nightly-2018-07-17. It may have been able to make it work with a more recent revision, but it turns out rocket has introduced several breaking changes so I’d rather fix those. Besides updating rocket_i18n and rocket_csrf to use the same revision than Plume, this patch deals with the new implementation of the Uri<'_> type. It silents a class of warnings, to deal with a change in rustc which affects diesel. This latter change should be reverted as soon as diesel releases a new version of its crate. |
||
---|---|---|
docs | ||
migrations | ||
plume-common | ||
plume-models | ||
po | ||
src | ||
static | ||
templates | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
rust-toolchain |
README.md
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!