Source for drawing/index.php:
<?php
ini_set('include_path', ini_get('include_path') . ':/home/benm/public_html');
include 'http_header.php'; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<?php $f = "drawing/index";
include 'head.php'; ?>
<title>drawing - ben's machinery</title>
</head>
<body>
<?php include 'title.php' ?>
<h2>Creative</h2>
<p class="box">"Drawing" is actually a bit of a misnomer, I'll admit,
and it's untidiness like this that makes me wonder if I shouldn't restructure
the entire site. Here I keep my creations that contain a significant propotion
of pretties, including my Sauerbraten map, movies, animations, etc.</p>
<h3>Goldeneye: Bunker in the Cube 2 engine</h3>
<p class="box">It's always been an ambition of mine to bring the beauty that is the mapping of Rare's Goldeneye 007 to the modern age. Originally I planned to port Bunker to Tremulous, but gameplay considerations are more strict, and long straight corridors are murderous for the alien team.<br/>
The basic geometry of the level is mostly complete, but the lighting and frilly bits are far from done. You can read more about the map at its <a href="bunker.php">own page</a>.<br/>
There's also a page on <a href="textures.php">the map's textures</a></p>
<?php include 'footer.php' ?>
</body>
</html>