C2HTML
------

This program adds index.html files and .html versions of C source files to a
source code tree.  For example, the following invocation of c2html html-izes
the subdirectory src/:

	c2html src

The output is colorized, and symbols are converted to links to other source
files (.c and .h) within the same source tree. The result is easily navigated
in a web browser.

The whole thing is a quick hack converted from a CGI program I wrote in 1999 to
make browsing of OpenBSD kernel code easier. It is a miracle that the code
works. There are probably lots of bugs and situations when the code 
doesn't produce the correct result.

Although the source code is Free Software, under a BSD-style license, and 
you are legally free to reuse the source code, __PLEASE__ don't!  It is 
so horribly written that it would be a shame if it lived on in other 
programs.  :^}


Tested on FreeBSD/Alpha only, I think.


Anders Gavare (anders@gavare.se)

