* Mark the files as HTML5 rather than HTML4.
* Use target attributes rather than onclick events to open links in specific windows.
* Add a missing table row element.
* Replace the deprecated name attribute with an id attribute (and replace the anchors with spans).
* Replace the deprecated valign attribute with a style attribute.
original commit: bcaba9db283693ee6d4e79e82ba0ff60ee90ba5c
Chez Scheme is a compiler and run-time system for the language of
the Revised^6 Report on Scheme (R6RS), with numerous extensions.
The compiler generates native code for each target processor, with
support for x86, x86_64, and 32-bit PowerPC architectures.