From 15804ee43896265fb0dc4f71d8e8ac9e0f1bd37d Mon Sep 17 00:00:00 2001 From: Christian Ditaputratama Date: Thu, 7 Nov 2024 04:40:59 +0700 Subject: [PATCH] chore: Update readme: Still show old license Also mark migrating from Stelte to Templ + HTMX done in ToDo's section --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e76a4f8..ce14953 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ To build the executable binaries, you need: > > - If you want to contribute to the code, please use exact templ version > (v0.2.778). -> - The UI is using Preline UI that uses [Lucide Icons][lucide-icons], use -> that for SVG icons. ### Server & Prober requirements @@ -84,7 +82,7 @@ See the [Makefile](./Makefile). ## ToDo's - :white_check_mark: Accept IPv6 nodes. -- Use `a-h/templ` and `HTMX` instead of `Svelte`. +- :white_check_mark: Use `a-h/templ` and `HTMX` instead of `Svelte`. - Use Go standard `net/http` instead of `fiber`. ## Acknowledgement @@ -119,7 +117,7 @@ Thank you! ## License -This project is licensed under [GLWTPL](./LICENSE). +This project is licensed under [BSD-3-Clause](./LICENSE) license. [geoip-doc]: https://dev.maxmind.com/geoip/geoip2/geolite2/ "GeoIP documentation" [server-systemd-service]: ./deployment/init/xmr-nodes-server.service "systemd service example for server"