No description
Find a file
Vincent Ambo ef15752b59 chore(build): Don't run Travis build in containers
According to a Github thread[1] this causes a significant speedup.

[1]: https://github.com/travis-ci/travis-ci/issues/6604#issuecomment-357486807
2018-05-22 09:45:11 +02:00
migrations feat(migrations): Add a view for simplified post querying 2018-05-02 00:33:46 +02:00
src feat(templates): Add new MDL based index page 2018-05-22 09:45:11 +02:00
static feat(templates): Add new thread view with MDL design 2018-05-22 09:45:11 +02:00
templates feat(templates): Add new thread view with MDL design 2018-05-22 09:45:11 +02:00
.gitattributes fix(gitattributes): Fix generated derivation file name 2018-05-19 00:53:08 +02:00
.gitignore chore: Add bootstrapped Cargo project 2018-04-08 15:48:49 +02:00
.travis.yml chore(build): Don't run Travis build in containers 2018-05-22 09:45:11 +02:00
Cargo.lock chore(build): Bump dependencies requires for mime-packages 2018-05-19 00:52:21 +02:00
Cargo.nix chore(build): Bump dependencies requires for mime-packages 2018-05-19 00:52:21 +02:00
Cargo.toml chore(build): Bump dependencies requires for mime-packages 2018-05-19 00:52:21 +02:00
CODE_OF_CONDUCT.md docs(CODE_OF_CONDUCT): Add a reasonable code of conduct 2018-04-14 16:38:48 +02:00
CONTRIBUTING.md docs: Add contribution guidelines document 2018-05-15 11:09:47 +02:00
default.nix chore(build): Bump dependencies & pin pq-sys 2018-05-18 21:43:04 +02:00
envrc.example docs(envrc): Add .envrc example file 2018-04-16 14:24:42 +02:00
LICENSE chore(license): Relicense under AGPL-3.0-or-later 2018-04-17 14:47:36 +02:00
README.org docs(README): Add a very simple README file 2018-04-14 16:38:05 +02:00
todo.org chore(cargo): Bump dependency minor versions 2018-04-23 22:09:37 +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.