    Son hServer
      Examples

"examples" folder is not necessary for server to work.
Here are some examples that may become useful for you.

Subfolder descriptions in hierarchical order:
---------------------------------------------

WebBBS
    examples of user style sheets for WebBBS`
    file lists

CGI_exe
    example CGI applications (given as C++ sources);
    also contains files webparse.cpp and webparse.h
    for programmers; those can help in handling
    HTML forms data in C++ programs

  TO_RUN
      program lists contents of command line,
      environment variables, standard input;
      helps to get some understanding of what
      is CGI;
      source is accompanied with file tests.htm
      after placing it in server root You can
      issue a lot of experiments;
      I recommend to "spent" some time on
      to_run program before starting with other
      CGI applications

  FormList
      program shows data submitted by HTML form
      as they are decoded; some comments on data
      are added;
      this is next program that has a reason
      to be studied after to_run

  Counter
      simple webpage visiting counter

  Victorine
      small web-victorine