# repo2html a post-receive hook that generates an html view of a git repository. ## features TODO ## caveats TODO ## disclaimer TODO ## requirements - [chicken scheme](https://call-cc.org/) - [utf8 egg](https://wiki.call-cc.org/eggref/5/utf8) - [lowdown egg](https://wiki.call-cc.org/eggref/5/lowdown) **note**: if you have chicken scheme installed, then you can install the eggs above by running `sudo make dependencies`. ## quickstart TODO ## compilation sudo make dependencies make sudo make install ## installation TODO ## post installation TODO (git user, ssh, ufw ports, web directory, git-daemon, mkdir /home/git/projects, post-receive hook, systemd service) ## usage TODO ## configuration TODO ## todos TODO ## hopes TODO