No description
Find a file
2018-04-14 16:38:05 +02:00
migrations feat(migrations): Drop 'body' column from threads 2018-04-14 16:33:15 +02:00
src refactor(db): Store thread body in the posts table 2018-04-14 16:33:45 +02:00
templates feat(handler): Perform basic input validation on new thread view 2018-04-12 01:07:25 +02:00
.gitignore chore: Add bootstrapped Cargo project 2018-04-08 15:48:49 +02:00
Cargo.lock chore(cargo): Remove unused dependency 2018-04-12 00:32:06 +02:00
Cargo.toml chore(cargo): Remove unused dependency 2018-04-12 00:32:06 +02:00
README.org docs(README): Add a very simple README file 2018-04-14 16:38:05 +02:00
todo.org docs(README): Add a very simple README file 2018-04-14 16:38:05 +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.