about summary refs log tree commit diff stats
path: root/docs/SOCKETSHR.announce
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2012-02-20 01:32:18 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2012-02-20 01:32:18 -0500
commitbb5fd6e44e480f571bcb713788cc50eea44095e5 (patch)
treedc3b9975b9bf9e18ce454348ab31ae232a372107 /docs/SOCKETSHR.announce
parent3e8c172cd64e8a34029b60208c0d3016d3609505 (diff)
downloadlynx-snapshots-bb5fd6e44e480f571bcb713788cc50eea44095e5.tar.gz
snapshot of project "lynx", label v2-8-8dev_10b
Diffstat (limited to 'docs/SOCKETSHR.announce')
-rw-r--r--docs/SOCKETSHR.announce67
1 files changed, 0 insertions, 67 deletions
diff --git a/docs/SOCKETSHR.announce b/docs/SOCKETSHR.announce
deleted file mode 100644
index 4c08a018..00000000
--- a/docs/SOCKETSHR.announce
+++ /dev/null
@@ -1,67 +0,0 @@
-LYNX SUPPORT FOR SOCKETSHR/NETLIB			28-AUG-1996
----------------------------------
-
-
-What is SocketShr?
-------------------
-
-SOCKETSHR is Eckhart Meyer's socket library interface to the MadGoat NETLIB
-package, which provides a vendor-independent interface to the VMS TCP/IP
-transports.  Using this, the same image will run over any of the available
-packages, including UCX, Multinet, CMU, Pathway access and TCPWARE.
-
-SocketShr and NETLIB are separately available libraries that MUST be installed
-before LYNX can use them.
-
-
-How to get NETLIB and SOCKETSHR
--------------------------------
-
-FTP:
-
-   ftp://ftp.kcl.ac.uk/default/socketshr.*
-   ftp://ftp.wku.edu/fileserv/socketshr.zip
-   ftp://ftp.spc.edu/macro32/savesets/socketshr.zip
-
-   ftp://ftp.kcl.ac.uk/madgoat/netlib.*
-   ftp://ftp.wku.edu/madgoat/netlib017.zip
-   ftp://ftp.spc.edu/macro32/savesets/netlib017.zip
-
-
-By E-Mail:
-   send the following commands in a mail message:
-
-     SEND SOCKETSHR.PACKAGE
-     SEND NETLIB.PACKAGE
-
-   To:
-     vmsserv @ kcl.ac.uk
-
-Other server's may also contain these packages.
-
-NETLIB is copyright of MadGoat Software; SOCKETSHR is copyright of Eckhart
-meyer.
-
-
-Preliminary Setup of SOCKETSHR
-------------------------------
-
-Once SOCKETSHR has been installed, TWO logical names should be defined:
-
-    SOCKETSHR 		Point to the appropriate shareable image
-    SOCKETSHR_LIBRARY	Point to the directory containing SOCKETSHR.H
-    			and IOCTL.H
-
-Both should be defined /system /exec
-
-
-Building LYNX
--------------
-
-Run the BUILD.COM procedures and select the SOCKETSHR_TCP option.  This will
-build an image that will run over the SOCKETSHR/NETLIB routines.
-
-
-Andy Harper
-Kings College London
-A.Harper@bay.cc.kcl.ac.uk