No description
Find a file
Vincent Ambo 56d57edfd0 feat(handlers): Implement post editing handler
Implements a handler that receives the edit form result and updates
the database accordingly if the user identity matches.
2018-04-15 23:30:22 +02:00
migrations fix(migrations): Change weighting of title vs. body 2018-04-14 22:21:55 +02:00
src feat(handlers): Implement post editing handler 2018-04-15 23:30:22 +02:00
templates feat(handlers/render): Display edit form for user's own posts 2018-04-15 23:09:44 +02:00
.gitignore chore: Add bootstrapped Cargo project 2018-04-08 15:48:49 +02:00
.travis.yml feat(build): Configure Travis builds for Rust 2018-04-14 16:43:59 +02:00
Cargo.lock feat(main/db): Schedule regular search view refresh 2018-04-14 22:21:55 +02:00
Cargo.toml feat(main/db): Schedule regular search view refresh 2018-04-14 22:21:55 +02:00
CODE_OF_CONDUCT.md docs(CODE_OF_CONDUCT): Add a reasonable code of conduct 2018-04-14 16:38:48 +02:00
LICENSE feat: License project under GPLv3 2018-04-14 16:40:56 +02:00
README.org docs(README): Add a very simple README file 2018-04-14 16:38:05 +02:00
todo.org docs(todo): Stickies are done! 2018-04-14 17:56:36 +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.