aboutsummaryrefslogtreecommitdiff
path: root/captain/templates
AgeCommit message (Collapse)Author
2024-03-07Added a link to the redirect page in case redirection doesn't work automagicallyJeffrey Armstrong
2022-05-06Login and session tracking now works via Gemini. Need to restrict ↵Jeffrey Armstrong
operations in Gemini based on request auth levels still.
2022-04-27Started work on user-facing user stuff for web interface.Jeffrey Armstrong
2021-09-15Added online and offline checking based on last checkin time for players. ↵Jeffrey Armstrong
Added labeling of online status to most places players appear. Fixed css so display works in NetSurf.
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs ↵Jeffrey Armstrong
at once
2021-05-20Added templates for about and home pages.Jeffrey Armstrong
2021-05-12Added some CSS styling. Fixed checks for zero-length pointers since it ↵Jeffrey Armstrong
seems to freak out Fortran.
2021-05-12Added post handling to the captain. Improved the query utilities for ↵Jeffrey Armstrong
extracting values from a query string. Added a redirect template for html.
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-05-04Initial work on the CGI interface for web access.Jeffrey Armstrong
2021-03-30Added script to scan and load instructions. Instructions now displayed on a ↵Jeffrey Armstrong
page.
2021-03-30Fixed outstanding issues in template variable assignment and player content ↵Jeffrey Armstrong
building. Removed unnecessary logging calls.
2021-03-27Starting work towards processing external gemini requests.Jeffrey Armstrong
2021-03-26Template rendering implemented. Added configuration and external url ↵Jeffrey Armstrong
handling procedure stubs