cSharpToHtml
============
This utility wraps a CSharpFormat assembly into a GUI. The purpose
is to generate HTML code with syntax-highlighted sourcecode in the
languaged C#, VB.NET, JavaScript and HTML. The formatter is
expandable.

This utility is self-explanatory.

This utility uses the CSharpFormat assembly by Jean-Claude Manoli.
http://www.manoli.net/csharpformat/

The original sourcecode has been recompiled but remained unaltered.

History :
=========
02/2006 - Initial release


Credits :
=========
Daniel Monzert [jackd.m@gmx.net] - cSharpToHtml Author
Jean-Claude Manoli [jc@manoli.net] - CSharpFormat Assembly Author


Copyright :
===========
#region Copyright  2006 Daniel Monzert [jackd.m@gmx.net]
/*
 * cSharpToHtml is provided 'as-is' without any warranties. I am not responsible
 * for any damages or data loss happening from using this program.
 * You can use, alter and redistribute this software freely by the following
 * restrictions:
 * 
 * 1. Do not misrepresent the origin of this software and the origin of the
 *    software by Jean-Claude Manoli. You do not claim to be the original
 *    author of either software.
 * 
 * 2. If you alter the source code and redistribute it, plainly mark it
 *    as such.
 * 
 * 3. This notice will not be removed or altered from any sourcecode
 *    distribution.
 */
#endregion

#region Copyright  2001-2003 Jean-Claude Manoli [jc@manoli.net]
/*
 * This software is provided 'as-is', without any express or implied warranty.
 * In no event will the author(s) be held liable for any damages arising from
 * the use of this software.
 * 
 * Permission is granted to anyone to use this software for any purpose,
 * including commercial applications, and to alter it and redistribute it
 * freely, subject to the following restrictions:
 * 
 *   1. The origin of this software must not be misrepresented; you must not
 *      claim that you wrote the original software. If you use this software
 *      in a product, an acknowledgment in the product documentation would be
 *      appreciated but is not required.
 * 
 *   2. Altered source versions must be plainly marked as such, and must not
 *      be misrepresented as being the original software.
 * 
 *   3. This notice may not be removed or altered from any source distribution.
 */ 
#endregion
