commit 43ab6106efb1d325ebefa579407f6b21c803831a parent 45abd3c4e74cb6ed7f1189d19eff8713e32b79d6 Author: noodle <noodle@pastanoggin.com> Date: Fri, 27 Mar 2026 12:25:13 +0000 change the README to reflect the move to makefile/sed too Diffstat:
| M | README | | | 8 | +------- |
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/README b/README @@ -1,7 +1 @@ -A CGI script in AWK because why not. - -It uses the a template file like main.tmp as a base with jinja2-like -placeholders like [%title%], [%content%], etc. the script matches -endpoints to a pair of template file and page title and sends it -to the renderer, which prints the appropriate HTTP header lines and -the requested page. +A website statically generated with sed and Makefile because why not