Tree
- Tree:
ab0245d622a67c65f40bdfb62db4baac276295fb- Date:
- Message:
- AWKification, README writeup, and refactor paths
| LICENSE | commits | blame |
| Makefile | commits | blame |
| README | commits | blame |
| awk.cgi | commits | blame |
| docs/ | |
| img/ | |
| perl.cgi* | commits | blame |
| static/ | |
| style/ | |
README
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.
