<?php

require_once($_SERVER["DOCUMENT_ROOT"] . "/common/common.INC.PHP");         

print_page_header("/hacks/kanon/index", "Kanon");

?>
<p>xkanon is a port of the AVG interpreter (used by games like
Kanon and Air) to UNIX.</p>
<p>This version is Jagarl's version with added English support by Arkazam.</p>
<p>Arkazam used to host this, but lately his site disappeared.</p>
<p>I'm not sure whether it compiles or not right now.</p>
<?php

print_page_footer("/hacks/kanon/index");

?>