
  Simple CGI script to show use of highlight on web servers 
  
  Setup (for Apache WebServer) :
  - Copy this script into  your cgi-bin directory
  - apply "chmod 755" to it
  - make a directory "code" in htdocs
  - copy your source files to htdocs/code
  - copy a CSS file "highlight.css" generated by highlight to htdocs/code
  - start your webserver (httpd), open your browser and type  "http://localhost/highlight.cgi?file=yourfile",
    where "yourfile" is a source file located in htdocs/code.
    Example: http://localhost/cgi-bin/highlight.cgi?file=main.cpp   
 
 ---------------------------------------------------------------------------------------------------------------
 
  Einfaches CGI-Skript zur Demonstration von highlight auf einem Webserver
 
  Installation (mit Apache WebServer)
  - Kopiere dieses Skript in dein cgi-bin Verzeichnis
  - fhre "chmod 755" auf das Skript aus
  - lege ein Verzeichnis "code" in htdocs an
  - Kopiere den gewnschten Sourcecode in htdocs/code
  - Kopiere eine CSS-Datei "highlight.css", die zB. zuvor von highlight generiert wurde, in htdocs/code
  - Starte Apache mit httpd, und ffne "http://localhost/highlight.cgi?file=yourfile" in einem Webbrowser,
    wobei "yourfile" der Name einer Source-Datei in htdocs/code ist.
    Beispiel:  http://localhost/cgi-bin/highlight.cgi?file=main.cpp
 

   Andr Simon, <andre.simon1@gmx.de>
   Januar 2003

