Commits


parse the query string too


better error page


always initialize the template move the initialization to the proxy creation, and while here move the definition for the functions used by the template to fcgi.c too.


add an HTML error page


typo


refactor start of request in proxy_start_reply


fix url generation for image fragments


quick and dirty URL rewrite to respect SCRIPT_NAME it's not really bad however


switch to the escaping function from tmpl.h it also fixes some issue / limitations of the old htmlescape / printurl.


import the template compiler i've been working on


missing </dl>


close pre, list and nav before the footer


fix utf8 spelling, apparently utf-8 is preferred


add the meta viewport for responsive


refactor proxy_read - avoid the ugly `goto copy' to jump back to the start - avoid leaking memory