From d27330a3db309f0369c319ca739e9d0133b737f7 Mon Sep 17 00:00:00 2001 From: deadvey Date: Wed, 24 Sep 2025 23:41:29 +0100 Subject: [PATCH] README update I removed and added some stuff to the todo list --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index be47566..136a327 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Read the [configuation guide](docs/CONFIG.md) for configuration help (in config. * hitcount * Markdown syntax in posts * Commenting on posts and replying to other comments -* site wide custom CSS +* site wide custom CSS and strings * Page indexes # Bugs: @@ -33,14 +33,15 @@ Read the [configuation guide](docs/CONFIG.md) for configuration help (in config. # Planned features/todo list: * federation (looks tricky) -* All strings (including in edit and post page) customisable - * formatable custom strings * inline comments and docs * clean up code a bit * /postID and /userID pages -* site index -* Make EJS modification more user friendly +* Make EJS modification more user friendly (half done) * API for returning posts, users, comments, tags other?... +* Moderation tools including a keyword blacklist +* Request account function? Not sure how this should be implemented. +* optional SQL +* initialisation has prompts for setup process. # Docs: See [docs/DOCUMENTATION.md](docs/DOCUMENTATION.md)