Commit Briefs

b312f423d6 noodle

change awk binary chroot target to /bin (master)



afdbd19a89 noodle

remove old files from last diff



698528a410 noodle

put it in public domain (origin/master)


44595618b5 boredpasta

Add project files


6e6c4aefd0 boredpasta

Let's go!


Branches

Tags

This repository contains no tags

Tree

LICENSEcommits | blame
Makefilecommits | blame
READMEcommits | blame
awk.cgicommits | blame
docs/
img/
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.