Plume, haskal edition
https://blog.lain.faith
3ecd0e3c34
Emerge doesn't care what order the packages are given; it'll figure out the correct build order and pull in the proper dependencies. Adding the -u switch will only perform the emerge if the package is not yet installed or needs to be updated. This avoids wasting time performing an emerge on something that has already been emerged. While harmless, it is unnecessary to explicitly include eselect-postgresql in the list as the dev-db/postgresql ebuilds declare it as a dependency. There is no "sqlite3" or "libsqlite3-dev" ebuilds, so that command would fail. |
||
---|---|---|
docs | ||
migrations | ||
plume-api | ||
plume-cli | ||
plume-common | ||
plume-models | ||
po | ||
script | ||
src | ||
static | ||
templates | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
Cargo.lock | ||
Cargo.toml | ||
Dockerfile | ||
ISSUE_TEMPLATE.md | ||
LICENSE | ||
README.md | ||
diesel.toml | ||
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!
Debate and vote on features
Join our Loomio group to take part in Plume's decision process.