Commits


style


use "$SCRIPT_NAME/galileo.css" as default value for the stylesheet


error if no proxies are defined


error on duplicate proxies


change proxy_match to get a string


s/proxy_server_match/proxy_match/


use %token and not %type for NUMBER and STRING


error if no `source' is defined for a proxy


default `hostname' to the source host


make the port number optional and keep it as string


simplify the configuration format don't require the awkward `server' block, just use a `proxy' block: proxy { source address port xyz hostname foo stylesheet "URL" }


don't leak a fd in the parent process i've commented the close during some debugging for don't remember what reason and forgot to turn it back on at import time.


tweaks to the input page - wrap the server prompt in <q> - don't wrap the label text into a <span> - add a submit button


hook template subdir into the main makefile


fix SCRIPT_NAME adjustment