
templates/

  This directory contains one subdirectory for every theme the server
 includes.

  Each theme is a simple collection of HTML files which are read and
 used for the servers output.

  The HTML files may contain special markup which includes variables
 like:

	$VERSION	To be replaced with the version of the code.
	$HOSTNAME	The name of the machine the server is running upon.


  Also templates may include the output of external commands, or other
 files, via a server-side-include syntax.  For example the following
 are both valid lines:

	<!-- include="header.tmpl" -->
	<!-- exec="/bin/cmd arguments .." -->


  For more details of theme creation please study those included here,
 or read the documentation online at the following URL:

 	http://gnump3d.sourceforge.net/documents.html

 	
Steve
---
www.gnump3d.org

