No description
Find a file
Vincent Ambo 2159c76ca7 feat(migrations): Adds a migration to create a users table
As a first step of getting the concept of users into the database,
this creates a (somewhat involved) migration that moves all existing
"users" into a new users table and updates the post table to reference
it.

This migration is not yet finalised and still needs to be updated with
something to handle the concept of anonymous users (which I want to
keep around).
2018-05-02 00:33:46 +02:00
migrations feat(migrations): Adds a migration to create a users table 2018-05-02 00:33:46 +02:00
src chore(license): Relicense under AGPL-3.0-or-later 2018-04-17 14:47:36 +02:00
templates style(thread): Fix padding on thread view 2018-04-16 20:17:15 +02:00
.gitattributes chore(gitattributes): Tell Github Linguist to ignore default.nix 2018-04-24 16:04:12 +02:00
.gitignore chore: Add bootstrapped Cargo project 2018-04-08 15:48:49 +02:00
.travis.yml feat(build): Add Nix build configuration 2018-04-16 00:24:13 +02:00
Cargo.lock fix(build): Add explicit pulldown-cmark dependency 2018-04-23 22:09:37 +02:00
Cargo.toml fix(build): Add explicit pulldown-cmark dependency 2018-04-23 22:09:37 +02:00
CODE_OF_CONDUCT.md docs(CODE_OF_CONDUCT): Add a reasonable code of conduct 2018-04-14 16:38:48 +02:00
default.nix fix(build): Add explicit pulldown-cmark dependency 2018-04-23 22:09:37 +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.