From 6c95c9152b466bdb30d7226001bb790a8e8c7c5b Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Sat, 8 Jul 2023 11:42:23 -0500 Subject: Use latest kore RC to fix `http_populate_post`/`textarea` issue --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6e6e3bb..2f272fe 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ seccomp_tracing no ## Bootstrapping the database -`psql` and load `db/db.sql`, `db/data.sql` for `db/data.sql`. +Use `psql` and load `db/db.sql` for models, +`db/data.sql` for some example data. ## TODO @@ -41,3 +42,12 @@ seccomp_tracing no 1. ~Only do HTTP stuff at the edge.~ 1. `PUT`/`PATCH`? posts. 1. pagination +1. HTML form for edits +1. Make h1 first class markdown citizen, (remove title) +1. Remove JSON API? +1. use sha256 hash to check kore blob + +## C? + +* https://chromium.googlesource.com/chromium/src/+/master/docs/security/rule-of-2.md +* https://verdagon.dev/blog/when-to-use-memory-safe-part-1 -- cgit v1.2.3