Update readme

This commit is contained in:
Robin Malley 2021-02-22 07:46:57 +00:00
parent 8cf7344e7b
commit 55923a9cd6
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ This repository contains the source code to a pastebin clone. It was made after
concerns with pastebin.com taking down certain kinds of content. SMR aims to concerns with pastebin.com taking down certain kinds of content. SMR aims to
be small, fast, and secure. It is built on top of [Kore](https://kore.io), using be small, fast, and secure. It is built on top of [Kore](https://kore.io), using
[luajit](https://luajit.org) to expose a Lua programming environment. It uses [luajit](https://luajit.org) to expose a Lua programming environment. It uses
[sqlite3](https://sqlite.org) as it's database. SMR is implemented in just over [sqlite3](https://sqlite.org) as it's database. SMR is implemented in about
2k SLOC and is expected to never exceed 5k SLOC. Contributions welcome. 3.5k SLOC and is expected to never exceed 5k SLOC. Contributions welcome.
## Roadmap ## Roadmap
@ -15,8 +15,8 @@ be small, fast, and secure. It is built on top of [Kore](https://kore.io), using
* Comments (complete) * Comments (complete)
* Tags (complete) * Tags (complete)
* Search (complete) * Search (complete)
* Archive (in progress)
* Author biographies * Author biographies
* Archive
TODO's: TODO's:
Currently, people can post comments to unlisted stories even if they don't have Currently, people can post comments to unlisted stories even if they don't have