SyntaxHTML
version: 1.21
author : Philip Boger (mo.jo@gmx.net)
written in June/July 1999

SyntaxHTML is a small application which converts C/C++ source code to syntax-highlighted HTML. What it produces is HTML 3.0 - compatible code displaying source code in a way you normally only expect from fully featured Development Environments like Visual Studio.
This is useful if you distribute source code over the internet and want to show code snippets embedded in your web page.
SyntaxHTML's parsing power comprises ANSI C to ANSI C++. Product specific language extensions (e.g. Microsoft Visual C++ extensions) are NOT supported.
SyntaxHTML can differentiate between keywords (int, return, class ...), operators (=, !, < ...), strings, characters, comments (//), long comments (/**/) and preprocessor lines (#...).
Since version 1.2, SyntaxHTML is also capable of batch conversion, allowing multiple files to be quickly converted according to the same formatting parameters.

SyntaxHTML is freeware and can therefore be used and redistributed without any cost or limitation, but there is no warranty of operability, usability or fitness in any manner. You use SyntaxHTML at your own risk.

Installation:
Just extract the archive to anywhere you want and run "SyntaxHTML.exe" from the chosen location. THis will start the program.

Requirements:
operating system:	Windows95, Windows98, or WindowsNT4 or better
hardware:		any computer running one of the operating systems above should do.
additional software:	Internet Explorer 4 or better required for preview-feature.
