Individual Web-CAT projects are now hosted on github at:
https://github.com/web-cat
This repository is a top-level shell that contains the various separate
github repositories as submodules.
To checkout, use:
git clone --recurse-submodules git://git.code.sf.net/p/web-cat/code web-cat-code
Or, alternatively:
git clone git://git.code.sf.net/p/web-cat/code web-cat-code
cd web-cat-code
git submodule init
git submodule update
This process will pull in clones of all of the repositories nested inside this
one tree.