tvl-depot/web/converse
Vincent Ambo a0c4b91955 fix(web/converse): Bare minimum changes to build in 2021
This project depends on Tokio, via actix, and both of those are bad
ideas. This wasn't as clear 3 years ago as it is now, but to
demonstrate it the project has amassed issues which required at least
this minimum of changes to be buildable in 2021 (using a modern
rustc).

Yes, this adds dozens of new dependencies again (because of a
top-level update) but don't worry: They will be gone when I'm done
here.

Change-Id: I1dde9dc0325da7bdcb6608359fab33e27692dc1d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2857
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
2021-04-05 19:19:00 +00:00
..
migrations feat(web/converse): Import repository 2021-04-05 17:01:15 +02:00
src fix(web/converse): Bare minimum changes to build in 2021 2021-04-05 19:19:00 +00:00
static feat(web/converse): Import repository 2021-04-05 17:01:15 +02:00
templates chore(converse): Remove old Github-specific things 2021-04-05 15:47:42 +00:00
.gitignore feat(web/converse): Import repository 2021-04-05 17:01:15 +02:00
build.rs feat(web/converse): Import repository 2021-04-05 17:01:15 +02:00
Cargo.lock fix(web/converse): Bare minimum changes to build in 2021 2021-04-05 19:19:00 +00:00
Cargo.toml fix(web/converse): Bare minimum changes to build in 2021 2021-04-05 19:19:00 +00:00
default.nix fix(web/converse): Bare minimum changes to build in 2021 2021-04-05 19:19:00 +00:00
envrc.example feat(web/converse): Import repository 2021-04-05 17:01:15 +02:00
LICENSE feat(web/converse): Import repository 2021-04-05 17:01:15 +02:00
README.md docs(converse): Convert README to Markdown 2021-04-05 15:47:42 +00:00
todo.org feat(web/converse): Import repository 2021-04-05 17:01:15 +02:00

Converse

Welcome to Converse, a work-in-progress forum software written in Rust. The intention behind Converse is to provide a simple forum-like experience.

There is not a lot of documentation about Converse yet and it has several known issues. Also note that Converse is being developed for a specific use-case and is not going to be a forum feature kitchen-sink like most classical forum softwares.

Better documentation is forthcoming once the remaining basics have been taken care of.