home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / internet / wsplug31.zip / WSPLUG.TXT < prev   
Text File  |  1996-02-06  |  5KB  |  129 lines

  1.   =================================================================
  2.   Wsplug, a Windows Sockets Client/Server Application - Version 3.1
  3.   =================================================================
  4.  
  5.  DESCRIPTION.
  6.  
  7.   This application implements a general client server concept, futhermore
  8.   the GET command defined in HTTP/1.0 is recognized.
  9.   
  10.   It can be used as :
  11.   
  12.   - an http ("web") server, which includes a CGI function
  13.     and a mailbox facility.
  14.   
  15.   - an http client, which is able to get a set of html pages (and
  16.     associated images) logically linked. This allows you to quickly
  17.     get a great amount of html pages, and then to work "off line" 
  18.     with these documents, using the "Load_File" facility of your
  19.     favourite Web-Browser.
  20.     With this version you can directly launch your Urls thru a
  21.     command line !. 
  22.   
  23.   - a ping client. Let's reduce the working window of Wsplug, you
  24.     will get a blinking message which tells you if a remote host
  25.     is alive or not. 
  26.   
  27.   - an communication tool via internet in real time.
  28.   
  29.   - a simple protocol analyser, implementing a "proxy" service.  
  30.  
  31.   ************************************************************************
  32.   *  This program executable, help file and related text files may be    *
  33.   *  distributed freely.                                                 *
  34.   *  This program is fully functionnal.                                  *
  35.   *  Please register if you use Wsplug more than 30 days, by registering *                
  36.   *  Wsplug you are ensuring continued development and support of Wsplug.*                                                   *
  37.   *  Special licences are available for educational purposes.            *
  38.   *  This version of Wsplug may not be distributed as a part of any      *
  39.   *  commercial package without permission.                              *
  40.   *  For more information or commercial use, please contact the authors, *
  41.   *  100666.2766@compuserve.com or 100604.3324@compuserve.com            *
  42.   *  You can register through Compuserve's SWREG forum,                  *
  43.   *  GO SWREG, Registration ID: 9874, Program name: WSPLUG VERSION 2.0   *
  44.   ************************************************************************
  45.  
  46.  REQUIREMENTS.
  47.  
  48.  Wsplug requires WINSOCK.DLL and Windows 3.1 or later.
  49.  
  50.  CONTENTS.
  51.  
  52.  The zip file includes the following files :
  53.  
  54.  * wsplug.txt,   this file
  55.  * wsplug.exe,   windows program
  56.  * wsplug.hlp,   windows help file
  57.  * wsplug.ini,   windows ini file
  58.  * wsplug.gif,   an image used in html documents
  59.  * plug.gif,     an image used in html documents 
  60.  * home.htm,     an html page
  61.  * stdack.htm,   an html page
  62.  * stder.htm,    an html page
  63.  * cgierr.htm,   an html page 
  64.  * about.htm,    an html page
  65.  * sockprog.htm, an html page
  66.  * dos.htm,      an html page
  67.  * mailbox.htm,  an html page
  68.  * mailbox.tmp,  the mailbox temporary file
  69.  * prompt.pif,   a .pif file
  70.  * cmddos.pif,   a .pif file
  71.  * cmddos2.pif,  a .pif file
  72.  * addone.pif,   a .pif file
  73.  * test.bat,     a batch file
  74.  * cmddos.bat,   a batch file
  75.  * cmddos2.bat,  a batch file
  76.  * addone.bat,   a batch file 
  77.  * test&set.c,   a C program
  78.  * test&set.exe  a dos program
  79.  * test&rst.c,   a C program
  80.  * test&rst.exe  a dos program
  81.  * vcopy.c,      a C program
  82.  * vcopy.exe,    a dos program
  83.  * scopy.c,      a C program
  84.  * scopy.exe,    a dos program
  85.  * test&lck.c,   a C program
  86.  * test&lck.exe, a dos program
  87.  * addoneto.c,   a C program
  88.  * addoneto.exe, a dos program
  89.  * dostime.c,    a C program
  90.  * dostime.exe,  a dos program
  91.  * calc.c,       a C program
  92.  * calc.exe,     a dos program
  93.  * dos2html.c,   a C program
  94.  * dos2html.exe, a dos program
  95.  * count.beg,    an hmtl page fragment
  96.  * count.end,    an html page fragment 
  97.  * cgi-dos.map,  the CGI map file.  
  98.  * file_id.diz,  wsplug description
  99.  
  100.  INSTALLATION.
  101.   
  102.    1. Create a directory named wsplug, and unzip the wsplug20.zip
  103.       file in that directory.
  104.  
  105.    2. Create an ICON in a Program Manager group.
  106.       a. Use the File Manager and drag the program into a Program
  107.          Manager group.
  108.       b. Use [F]ile [N]ew in the Program Manager.
  109.  
  110.   
  111.  PROGRAM INFORMATION AND COPYRIGHT.
  112.  
  113.    Copyright (C) 1995-1996 by P.Urien & D.Bolignano,
  114.               all rights reserved.
  115.  
  116.    Other informations:
  117.    http://ourworld.compuserve.com/homepages/UrienP/wsplug.htm
  118.  
  119.    Authors:
  120.        Pascal Urien                 &   Dominique Bolignano
  121.        (100666.2766@compuserve.com)     (100604.3324@compuserve.com)
  122.   
  123.   
  124.   -----------------------------------------------------------------------
  125.                             Have fun with it !!!
  126.   -----------------------------------------------------------------------
  127.                          
  128.  
  129.