tvl-depot/web/converse
sterni 0c178a0ef6 chore(3p/sources): Bump channels & overlays
Upstream nixpkgs removed a lot of aliases this time, so we needed to do
the following transformations. It's a real shame that aliases only
really become discoverable easily when they are removed.

* runCommandNoCC -> runCommand
* gmailieer -> lieer
  We also need to work around the fact that home-manager hasn't catched
  on to this rename.
* mysql -> mariadb
* pkgconfig -> pkg-config
  This also affects our Nix fork which needs to be bumped.
* prometheus_client -> prometheus-client
* rxvt_unicode -> rxvt-unicode-unwrapped
* nix-review -> nixpkgs-review
* oauth2_proxy -> oauth2-proxy

Additionally, some Go-related builders decided to drop support for
passing the sha256 hash in directly, so we need to use the generic hash
arguments.

Change-Id: I84aaa225ef18962937f8616a9ff064822f0d5dc3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6792
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: flokli <flokli@flokli.de>
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: wpcarro <wpcarro@gmail.com>
2022-09-28 08:02:31 +00:00
..
migrations feat(web/converse): Import repository 2021-04-05 17:01:15 +02:00
src style(rust): Format all Rust code with rustfmt 2022-02-08 12:06:39 +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 chore(web/converse): Bump dependencies 2022-04-17 13:16:34 +00:00
Cargo.toml refactor(web/converse): Refactor first handlers to rouille 2021-04-20 10:44:57 +00:00
default.nix chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +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.