Lessons Learned from Writing a Webhook
I've recently set up a webhook to re-build a project's documentation when a new version is pushed to git. I write about my initial try using a CGI script, and the design I ended up using, utilizing mod_proxy and a "documentation build daemon".
Read more …