From: early Date: Tue, 13 Aug 2024 01:00:07 +0000 (-0600) Subject: update README X-Git-Url: https://git.earlybird.gay/?a=commitdiff_plain;h=675f08ae35b1d0efc6381a816b3cbe9daa02b1bb;p=today update README --- 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.