From 675f08ae35b1d0efc6381a816b3cbe9daa02b1bb Mon Sep 17 00:00:00 2001 From: early Date: Mon, 12 Aug 2024 19:00:07 -0600 Subject: [PATCH] update README --- README | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README b/README index f55d7cb..4cd0794 100644 --- a/README +++ b/README @@ -4,17 +4,11 @@ This respository contains all the code and applications related to the Today web app framework. Author: Early N. +License: MIT -===== Usage and License ======================================================== +===== Usage ==================================================================== -Copyright 2024 Early - -Don't. - -1. This work is deliberately unlicensed, and I reserve all rights until I think - it's ready to be released. -2. It's so very not ready for release. Untested, undocumented, messy. Seriously, - even if you're going to do a piracy, don't do it with this. +go get git.earlybird.gay/today-app@latest ===== Project Goals ============================================================ @@ -24,6 +18,6 @@ Build a framework around HTTP handlers that makes hard problems a bit easier. variables for commonly-changed things, like hosts, logging, etc. 2. (Done!) Process management. Ungraceful exits are lame, exits that could be graceful but aren't are also lame. -2. (Done!) Subprocess management. It should be pretty easy to implement a +3. (Done!) Subprocess management. It should be pretty easy to implement a reponsible subprocess that knows when it should stop and clean up after itself. -- 2.39.5