summary refs log tree commit diff
path: root/server.c (unfollow)
Commit message (Expand)Author
2020-07-10Add meta viewport tagJune McEnroe
2020-07-10Fold search form into navJune McEnroe
2020-07-10Serve stylesheet separately, with cachingJune McEnroe
2020-07-10Add default stylesheetJune McEnroe
2020-07-10List active networks firstJune McEnroe
2020-07-10List active contexts firstJune McEnroe
2020-07-10Add syntax and columns to search formJune McEnroe
2020-07-09Add -c to check SQL queriesJune McEnroe
2020-07-09Add before param in redirectJune McEnroe
2020-07-09Implement very basic events listingJune McEnroe
2020-07-09Add events page stubJune McEnroe
2020-07-09Add search formsJune McEnroe
2020-07-09Split code and add breadcrumb navJune McEnroe
2020-07-09Implement basic contexts listingJune McEnroe
2020-07-09Add configure script and install targetJune McEnroe
2020-07-09Add compatibility for kcgi <0.12June McEnroe
2020-07-09Refactor HTML generation somewhatJune McEnroe
2020-07-09Implement basic networks listJune McEnroe
2020-07-09Return basic 404 and 405June McEnroe
2020-07-09Implement empty CGI/FastCGI serverJune McEnroe
r make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe