  =================================================================
  Wsplug, a Windows Sockets Client/Server Application - Version 1.0
  =================================================================

 DESCRIPTION.
 
  This application implements a general client server concept, futhermore
  the GET command defined in HTTP/1.0 is recognized.
  It can be used as :
  - an http server (including a mailbox facility).
  - an http client (giving some usefull information during data transfer).
  - an communication tool via internet in real time.
  - a simple protocol analyser, implementing a "proxy" service.  

  ************************************************************************
  *  This program executable, help file and related text files may be    *
  *  distributed freely and may be used without fee by any individual    *
  *  for  non-commercial  use.                                           *
  *  This version of Wsplug may not be distributed as a part of any      *
  *  commercial package without permission.                              *
  *  For more information or commercial use, please contact the authors, *
  *  100666.2766@compuserve.com or 100604.3324@compuserve.com            *
  ************************************************************************

 REQUIREMENTS.
 
 Wsplug requires WINSOCK.DLL and Windows 3.1 or later.
 
 CONTENTS.

 The zip file includes the following files :
 
 * wsplug.txt,   this file
 * wsplug.exe,   windows program
 * wsplug.hlp,   windows help file
 * wsplug.ini,   windows ini file
 * wsplug.gif,   an image used in html documents
 * home.htm,     an html page
 * stdack.htm,   an html page
 * stder.htm,    an html page
 * about.htm,    an html page
 * mailbox.htm,  an html page
 * mailbox.tmp,  the mailbox temporary file
 
 
 INSTALLATION.
  
   1. Create a directory named wsplug, and unzip the wsplug10.zip
      file in that directory.

   2. Create an ICON in a Program Manager group.
      a. Use the File Manager and drag the program into a Program
         Manager group.
      b. Use [F]ile [N]ew in the Program Manager.
 
  
 PROGRAM INFORMATION AND COPYRIGHT.
 
   Copyright (C) 1995 by P.Urien & D.Bolignano,
              all rights reserved.

   Authors:
       Pascal Urien                 &   Dominique Bolignano
       (100666.2766@compuserve.com)     (100604.3324@compuserve.com)
  
  
  -----------------------------------------------------------------------
                            Have fun with it !!!
  -----------------------------------------------------------------------
                         

