Commits


fix the title now that `subst' handles spaces


rewrite subst in perl


spacing


site: add menu on the www site


site: small tweaks


change script for gmi->html, update style; add makefile


improve and add pages


add a README for the site directory


change how the sites are built: generate files in subdirs


typo. spotted by cage, thanks!


import first draft of kamid web site/gemini capsule


kamid: fix main_shutdown close the pipe with the listener process and wait for children to die.


retire now unused IMSG_CONTROLFD


listener: handle IMSG_CTL_LOG_VERBOSE adjust the logging level and forward it to every client process so they can do so too.


move control to the main process We may want to be able to run multiple listener process eventually, so the first step is to drop IMSG_CONTROLFD and keep the ctl stuff in the main process.