So, I've finally started implementing the idea about git submodules. This means the code page will be getting much nicer here coming shortly. Right now, it prints a list of repositories registered as submodules, with a link to the repo page with an argument for the repository name. The repo page is currently very naive, and just creates a list of the files in the repository (including directories) and every commit.
I think tomorrow, I will make the log dumper less stupid and make the hashes be links to a page which displays information about that revision. Yay!