Plume, haskal edition
https://blog.lain.faith
1f8680c4c5
we move our PostgreSQL specific migrations to a subdirectory. The SQLite migrations have been created by running `diesel` against a copy, and then fixing what's broken. In the end i reduced all modifications to a single create, since we *are* starting out fresh with SQLite. n.b.: i'm not entirely happy with the results yet, because diesel heavily modifies our `plume-models/src/schema.rs`. I'll keep fiddling until we have the same types between the two databases. |
||
---|---|---|
docs | ||
migrations | ||
plume-api | ||
plume-common | ||
plume-models | ||
po | ||
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 grou to take part in Plume's decision process.