This repository contains the old source code for http://chriscummins.cc. Note that this has moved to a shiny new repository, and this old code has been merged in. This repository is pending deletion.
Any source code I've written is released under the MIT license (see COPYING). Any third-party code is distributed under the terms of their license.
The website can be built in a GNU/Linux environment using the standard GNU Autotools procedure:
$ ./autogen.sh
$ ./configure
$ make all
See ./configure --help
for a list of configuration options for building the
website.
The website can be deployed on a LAMP stack, by exporting the contents of the
/build/www
directory.