Federated blogging application, thanks to ActivityPub
Find a file
Kitaiti Makoto 5b7e8a69a5 Revert "Deploy tags"
This reverts commit d9a59f1b07.
2022-01-04 19:04:58 +09:00
.cargo
.circleci
.github Revert "Deploy tags" 2022-01-04 19:04:58 +09:00
assets Move bottombar styles to _article.scss 2022-01-03 03:01:59 +09:00
migrations
plume-api (cargo-release) version {{version}} 2022-01-03 01:17:07 +09:00
plume-cli (cargo-release) version {{version}} 2022-01-03 01:17:07 +09:00
plume-common (cargo-release) version {{version}} 2022-01-03 01:17:07 +09:00
plume-front (cargo-release) version {{version}} 2022-01-03 01:17:07 +09:00
plume-macro (cargo-release) version {{version}} 2022-01-03 01:17:07 +09:00
plume-models Add SmtpClient::new_with_addr() method 2022-01-03 18:09:13 +09:00
po
script
snap
src Don't unwrap() 2022-01-03 23:28:05 +09:00
templates Fix cover size of posts 2022-01-03 02:39:17 +09:00
.codecov.yml
.dockerignore
.editorconfig Slightly improve the media experience (#452) 2019-03-06 14:11:36 +01:00
.env.sample
.gitignore
build.rs
Cargo.lock Add SmtpClient::new_with_addr() method 2022-01-03 18:09:13 +09:00
Cargo.toml Remove Lettre from plume module dependencies 2022-01-03 17:36:37 +09:00
CHANGELOG.md [skip ci]Add changelog abourt MAIL_PORT 2022-01-04 01:06:12 +09:00
CODE_OF_CONDUCT.md
crowdin.yml
diesel.toml
Dockerfile
Dockerfile.dev
LICENSE
README.md
release.toml
rust-toolchain

Plume's logo Plume

CircleCI Code coverage Docker Pulls Liberapay patrons

WebsiteDocumentationContributeInstances list

Plume is a federated blogging engine, based on ActivityPub. It is written in Rust, with the Rocket framework, and Diesel to interact with the database. The front-end uses Ructe templates, WASM and SCSS.

Features

A lot of features are still missing, but what is already here should be quite stable. Current and planned features include:

  • A blog-centric approach: you can create as much blogs as you want with your account, to keep your different publications separated.
  • Media management: you can upload pictures to illustrate your articles, but also audio files if you host a podcast, and manage them all from Plume.
  • Federation: Plume is part of a network of interconnected websites called the Fediverse. Each of these websites (often called instances) have their own rules and thematics, but they can all communicate with each other.
  • Collaborative writing: invite other people to your blogs, and write articles together. (Not implemented yet, but will be in 1.0)

Get involved

If you want to have regular news about the project, the best place is probably our blog, or our Matrix room: #plume-blog:matrix.org.

If you want to contribute more, a good first step is to read our contribution guides. We accept all kind of contribution:

But this list is not exhaustive and if you want to contribute differently you are welcome too!

As we want the various spaces related to the project (GitHub, Matrix, Loomio, etc) to be as safe as possible for everyone, we adopted a code of conduct. Please read it and make sure you accept it before contributing.

Starting your own instance

We provide various way to install Plume: from source, with pre-built binaries, with Docker or with YunoHost. For detailed explanations, please refer to the documentation.