diff options
| author | Fuwn <[email protected]> | 2020-11-19 23:58:54 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-19 23:58:54 +0000 |
| commit | 9c80e0075f362832f2399ff1401baa2085a14e33 (patch) | |
| tree | 02415a22f5e64c83ad21a93139a8dc976ecea0a0 | |
| parent | feat, chore (desc) (diff) | |
| download | chan-9c80e0075f362832f2399ff1401baa2085a14e33.tar.xz chan-9c80e0075f362832f2399ff1401baa2085a14e33.zip | |
chore: update log
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -26,7 +26,7 @@ A simple "chan"-like board written in Rust. Originally, this project was supposed to be a public [OpenPGP](https://www.openpgp.org/) key server because I was frustrated with the current selection of key servers, but I randomly had the idea to make a "chan"-like forum and I had this sitting around so I made this! ## Limitations -At the moment, the board is missing automatic post pruning, moderation features, and an actual working implementation of boards, but I have plans to finish adding them in the near future. +At the moment, the board is missing automatic post pruning and moderation features, but I have plans to finish adding them in the near future. As well, at the moment, there has to be a 'empty' thread entry in the 'threads' table within the database, for now. This is becaus of the way that the thread making feature grabs valid board data. I'll probably fix this sometime soon also. Ignore my messy Handlebars templates, I didn't really have a purpose to make them fancy or whatever because of the simplicity of the project. @@ -35,6 +35,9 @@ Ignore my messy Handlebars templates, I didn't really have a purpose to make the 2. Clone the repository. 3. `$ cargo run`. +### Adding boards +To add boards, open the example database in a SQLite viewer add a board entry to the 'boards' table (examples provided in database). + Pre-built binaries *might* be available in the future if there is enough demand for them. ## Contribution |