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

 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 (up to 25 clients), 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 (Page Fetch).
    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                                          *
  *  You can register through Compuserve's SWREG forum,                  *
  *  GO SWREG, Registration ID: 9874, Program name: WSPLUG VERSION 2.0   *
  ************************************************************************

 NEW FEATURES IN VERSION 3.3
 
 * up to 25 channels available for the Web Server.
 * http 0.9 and 1.0 support.
 * Url Browser, let's browse the Urls included in your html files !.
 * All http requests are recording in an html page (wsdir.htm).

 NEW FEATURES IN VERSION 3.4
 
 * Page fetching can be programmed thru a file named tag.map
 * Fast mode for both Web Server and Page Fetcher.
 * Page Fetcher is faster (it has been optimized).

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

 The zip file includes the following 46 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. 
 * tag.map,      the Page Fetcher map file  
 * file_id.diz,  wsplug description
 
 INSTALLATION.
  
   1. Create a directory named wsplug, and unzip the wsplug34.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,1997 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)     
  
  
  -----------------------------------------------------------------------
                            Have fun with it !!!
  -----------------------------------------------------------------------
                         

