aboutsummaryrefslogtreecommitdiff
path: root/captain/template.f90
AgeCommit message (Collapse)Author
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs ↵Jeffrey Armstrong
at once
2021-05-20Added ability to extend templates if desired. Used in Home and About links.Jeffrey Armstrong
2021-05-06Fixed static file handler to allow subdirectories properly. Fixed directory ↵Jeffrey Armstrong
file listing under Linux. Release listing now works through CGI.
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-03-30Fixed outstanding issues in template variable assignment and player content ↵Jeffrey Armstrong
building. Removed unnecessary logging calls.
2021-03-29Changed how temp files work on UNIX-y stuff. Fixed templates, which were ↵Jeffrey Armstrong
quite broken.
2021-03-27Minor cleanup of the template code. Started on main program handling requests.Jeffrey Armstrong
2021-03-26Template rendering implemented. Added configuration and external url ↵Jeffrey Armstrong
handling procedure stubs
2021-03-26Started work on a template engine complete with variables. Added a few ↵Jeffrey Armstrong
database routines and some hopeful, untested changes to the sql creation script.