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

 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 ("web") server, which includes a CGI function
    and a mailbox facility.
  
  - an http client, which is able to get a set of html pages (and
    associated images) logically linked. This allows you to quickly
    get a great amount of html pages, and then to work "off line" 
    with these documents, using the "Load_File" facility of your
    favourite Web-Browser.
    With this version you can directly launch your Urls thru a
    command line !. 
  
  - a ping client. Let's reduce the working window of Wsplug, you
    will get a blinking message which tells you if a remote host
    is alive or not. 
  
  - 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.                                                 *
  *  This program is fully functionnal.                                  *
  *  Please register if you use Wsplug more than 30 days, by registering *                
  *  Wsplug you are ensuring continued development and support of Wsplug.*                                                   *
  *  Special licences are available for educational purposes.            *
  *  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            *
  *  You can register through Compuserve's SWREG forum,                  *
  *  GO SWREG, Registration ID: 9874, Program name: WSPLUG VERSION 2.0   *
  ************************************************************************

 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
 * plug.gif,     an image used in html documents 
 * home.htm,     an html page
 * stdack.htm,   an html page
 * stder.htm,    an html page
 * cgierr.htm,   an html page 
 * about.htm,    an html page
 * sockprog.htm, an html page
 * dos.htm,      an html page
 * mailbox.htm,  an html page
 * mailbox.tmp,  the mailbox temporary file
 * prompt.pif,   a .pif file
 * cmddos.pif,   a .pif file
 * cmddos2.pif,  a .pif file
 * addone.pif,   a .pif file
 * test.bat,     a batch file
 * cmddos.bat,   a batch file
 * cmddos2.bat,  a batch file
 * addone.bat,   a batch file 
 * test&set.c,   a C program
 * test&set.exe  a dos program
 * test&rst.c,   a C program
 * test&rst.exe  a dos program
 * vcopy.c,      a C program
 * vcopy.exe,    a dos program
 * scopy.c,      a C program
 * scopy.exe,    a dos program
 * test&lck.c,   a C program
 * test&lck.exe, a dos program
 * addoneto.c,   a C program
 * addoneto.exe, a dos program
 * dostime.c,    a C program
 * dostime.exe,  a dos program
 * calc.c,       a C program
 * calc.exe,     a dos program
 * dos2html.c,   a C program
 * dos2html.exe, a dos program
 * count.beg,    an hmtl page fragment
 * count.end,    an html page fragment 
 * cgi-dos.map,  the CGI map file.  
 * file_id.diz,  wsplug description
 
 INSTALLATION.
  
   1. Create a directory named wsplug, and unzip the wsplug20.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-1996 by P.Urien & D.Bolignano,
              all rights reserved.

   Other informations:
   http://ourworld.compuserve.com/homepages/UrienP/wsplug.htm

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

