13 lines
652 B
Markdown
13 lines
652 B
Markdown
---
|
||
title: "Soudan: a Comment System Built With Rust!"
|
||
date: 2022-07-24
|
||
---
|
||
|
||
I just finished working on Soudan, a Rust-based comment system!
|
||
|
||
It’s now live on all posts on this site, feel free to give it a go in the comments at the bottom of the page! Markdown formatting is supported. If you submit your email address, it won’t be public, and is only used to display your [Gravatar](https://gravatar.com/), if you have one.
|
||
|
||
Soudan is named after the word 相談 in Japanese, which means *discussion* or *consultation*.
|
||
|
||
|
||
The source code is available on GitHub [here](https://github.com/ElnuDev/soudan) under the GNU General Public License v3.0.
|