1
0
Fork
You've already forked plume-async
0
experimental porting plume to an async web framework
  • Rust 79.8%
  • HTML 11.5%
  • SCSS 3.8%
  • CSS 2.7%
  • RenderScript 0.9%
  • Other 1.3%
Find a file
2019年09月06日 10:06:16 +02:00
.circleci Fix Crowdin upload ( #576 ) 2019年05月12日 20:14:59 +01:00
.github/ISSUE_TEMPLATE Update issue templates ( #471 ) 2019年03月12日 17:20:53 +01:00
assets Theming ( #624 ) 2019年08月21日 00:42:04 +02:00
migrations Theming ( #624 ) 2019年08月21日 00:42:04 +02:00
plume-api Remove Canapi ( #540 ) 2019年04月28日 22:17:21 +01:00
plume-cli update dependancies ( #643 ) 2019年08月14日 15:04:30 +02:00
plume-common update dependancies ( #643 ) 2019年08月14日 15:04:30 +02:00
plume-front Fix issue #642 , frontend not in english if the user language does not exist ( #648 ) 2019年08月23日 11:02:24 +02:00
plume-macro update dependancies ( #574 ) 2019年05月12日 10:41:47 +02:00
plume-models order media so that latest added are top ( #660 ) 2019年08月28日 11:37:03 +02:00
po WIP - initial RTL support #575 ( #577 ) 2019年07月11日 09:34:27 +02:00
script Fix arm builds ( #612 ) 2019年06月04日 19:18:36 +01:00
src update default license ( #659 ) 2019年08月27日 21:47:45 +02:00
templates Replace the input! macro with an Input builder ( #646 ) 2019年08月27日 16:50:24 +02:00
.codecov.yml Make Plume compile on release ( #365 ) 2018年12月22日 18:27:21 +01:00
.dockerignore Sample compose file and Dockerfile for deployment 2018年09月04日 00:32:47 +02:00
.editorconfig Slightly improve the media experience ( #452 ) 2019年03月06日 14:11:36 +01:00
.gitignore Theming ( #624 ) 2019年08月21日 00:42:04 +02:00
build.rs Theming ( #624 ) 2019年08月21日 00:42:04 +02:00
Cargo.lock Fix theme caching ( #647 ) 2019年08月21日 21:41:11 +02:00
Cargo.toml update dependancies ( #643 ) 2019年08月14日 15:04:30 +02:00
CODE_OF_CONDUCT.md Update some documents ( #616 ) 2019年06月15日 21:42:24 +01:00
crowdin.yml Fix Crowdin upload ( #576 ) 2019年05月12日 20:14:59 +01:00
diesel.toml add sqlite migrations 2018年09月30日 14:13:52 +02:00
Dockerfile import migrations and don't require diesel_cli for admins ( #555 ) 2019年04月29日 16:30:20 +02:00
Dockerfile.dev Use multi step build to limit the docker image size ( #416 ) 2019年01月09日 17:48:18 +01:00
LICENSE Add a license (AGPLv3) 2018年05月01日 13:01:38 +01:00
README.md Fix logo URL ( #664 ) 2019年09月06日 10:06:16 +02:00
rust-toolchain use circleci instead of travis ( #511 ) 2019年04月01日 20:28:23 +02:00

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.

Get involved

If you want to have regular news about the project, the best place is probably our blog, or our Matrix room: #plume:disroot.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.