From f4ea96c52928eedd11b3f809cd9a481eda214482 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 15 Feb 2025 22:14:12 +0100 Subject: docs: Update goals Makes clear what is needed for 1.0, also pushs mail based PR for the feature. --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 20492e7..0954b92 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Cerrado -Self host single user mail based forge. +Self host single user forge. You can find a running instance here: @@ -21,9 +21,9 @@ Easy to read code is better than clever. The deployment process should be easy to wrap the head around and straightforward to set up. To achieve that it uses a simple file format[^1] to configure everything. Also to reduce the moving parts the whole application, -including its statics file, is bundled into a single binary. +including its statics files, is bundled into a single binary. -To run the project you just need to do a make run. +To run the project you just need to `make run`. ### Installations @@ -61,18 +61,21 @@ mail@gabrielgio.me ### Missing for 1.0 -- Git clone support -- Some rework on summary page. +- Git clone support: that is very important feature for a git forge. +- Dark mode support: in the same way as mobile support this should be supported + from the get go. I have slacked on this one but it should be done before 1.0. +- Some rework on summary page: it is feels a bit crude as it is. ### Ideas -- Mail patch / mailing list - Code snippet support - Setup manual (man feature perhaps?) -- Add authentication - - Enforce public property - Add metrics - Add reference based cache system. Cerrado should be able to cache the whole - page based on its reference hash. + page based on its reference hash + +### Future +- Mail patch / mailing list. This is very complex endeavour. In a distant + future I might do it, but for now I will focus on the features listed above. [^1]: https://git.sr.ht/~emersion/scfg [^2]: https://apkdoc.gabrielgio.me/ -- cgit v1.2.3