home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / 00_read.me < prev   
Text File  |  1992-05-20  |  16KB  |  324 lines

  1. [File: SIMTEL20.INF                    Last revised: April 19, 1992]
  2.  
  3.    [Note: Due to local policy changes, we are now longer able to keep
  4.    the PC/Blue collection online and intact.  We are sorry for any
  5.    inconvenience to our users.  The PC-Blue collection is available
  6.    from OAK.Oakland.Edu, in directory /pub/pc-blue.]
  7.  
  8.                      THE SIMTEL20 ARCHIVES
  9.  
  10. OVERVIEW
  11.  
  12. There is a colossal amount of free public domain and shareware
  13. software for the CP/M, PCDOS/MSDOS, Macintosh, and UNIX operating
  14. systems, and for the DoD standard programming language, Ada, in
  15. several archives on WSMR-SIMTEL20.ARMY.MIL (IP host 192.88.110.20),
  16. a DECSYSTEM-20 running the TOPS-20 operating system at White Sands
  17. Missile Range, New Mexico.  Archives of correspondence for several
  18. mailing lists are also available.
  19.  
  20.     [SIMTEL20 is a contraction of SIMulation and TELeprocessing, the
  21.     name of the branch that originally purchased the machine and in
  22.     whose building the system still resides, and the "20" in
  23.     DECSYSTEM-20.  The convention of including the "20" in some form
  24.     or another was popular with other DECSYSTEM-20 systems at the time
  25.     SIMTEL20 was named, such as MIT-XX at MIT and SCORE at Stanford.]
  26.  
  27. You can obtain these files using the InterNet file transfer protocol,
  28. FTP (described in a following paragraph), with user-name "anonymous".
  29. For a login password, use "guest", your host-name, or any other string
  30. of printing characters.  Throughout this message, FTP examples are
  31. given in a GENERIC syntax.  You will have to consult either local
  32. documentation or your friendly system wizard to learn the actual
  33. syntax used with your local mainframe operating system.  For the sake
  34. of brevity, the full host name "WSMR-SIMTEL20.ARMY.MIL" will be
  35. dropped from further references to SIMTEL20 in this discussion.  Also
  36. please note that square brackets may be used in place of angle brackets
  37. in referring to directory names.  For example, pd1:[msdos.filedocs]
  38. is the same as pd1:<msdos.filedocs>
  39.  
  40. There are many helpful files in the default ANONYMOUS ftp directory.
  41. Please look at these if you have need for further information on
  42. specific collections.
  43.  
  44. To obtain directory listings, connect to SIMTEL20 via FTP and get
  45. these files:
  46.  
  47.   pd1:<msdos>msdos.crclst
  48.   pd2:<cpm>cpm.crclst
  49.   pd2:<cpmug>cpmug.crclst
  50.   pd2:<sigm>sigm.crclst
  51.   pd8:<hz100>hz100.crclst
  52.   pd9:<macintosh>macintosh.crclst
  53.   pd8:<misc>misc.crclst
  54.   pd6:<unix-c>unix-c.crclst
  55.   pd7:<ada>ada.crc
  56.  
  57. There is also a comma-delimited directory listing in each top-level
  58. directory, FILES.IDX, which is suitable for importing into a database
  59. program.  This file may be of greater use than the crclst files
  60. because it can be compared against an earlier version of the same file
  61. to produce a complete list of files added and deleted from the
  62. archives.  Using the comma-delimited fields it is possible to build a
  63. script for FTP to maintain a parallel archive.  FILES.IDX can be
  64. printed or displayed with a simple BASIC program.  For more information
  65. see PD1:<MSDOS.FILEDOCS>AAAREAD.ME.
  66.  
  67. The <CPM>, <MSDOS>, and <MACINTOSH> archives are the ones to watch for
  68. the very latest offerings, as they are updated frequently.
  69.  
  70. The <CPMUG>, and <SIGM> archives contain software distributed by
  71. the CP/M Users Group and the SIG/M Users Group respectively.  This
  72. software is available on diskettes from the associated user groups,
  73. and the archives are updated as new volumes are issued.
  74.  
  75. The <MSDOS> archives contain software for the MS-DOS and PC-DOS
  76. operating systems.
  77.  
  78. The <UNIX-C> archive contains a variety of UNIX tools.  Those which
  79. apply specifically to CP/M are in the directory <UNIX-C.CPM>.
  80.  
  81. The <ADA> archive is growing rapidly. Information about this archive
  82. is in directory PD7:<ADA.GENERAL>.  In general, the archived software
  83. is very good, having been worked-over and refined by many users.  The
  84. documentation and comments tend to be complete and informative.
  85.  
  86. Files in all of these archives can be obtained using the FTP procedures
  87. described in this message.
  88.  
  89. PLEASE NOTE:  Due to the large number of files available, the archive
  90. maintainers cannot possibly attempt to validate the proper operation of
  91. the various programs.  When a program bug is reported, immediate action
  92. is taken to either correct the error or remove the offending program
  93. from the archives.  Still, users must understand that all archive
  94. programs are offered AS IS, and the archive maintainers specifically
  95. disclaim any liability should these programs malfunction or cause
  96. damage, incidental or otherwise.  When testing ANY new software, be
  97. certain that all information stored on disk is backed-up before you
  98. start, so that you can recover if files are damaged or erased.  This is
  99. particularly true if you have a hard disk, in which case malfunctions
  100. can be spectacularly disasterous.
  101.  
  102. FILE TYPES
  103.  
  104. Files are stored in two formats: Text files such as those with names
  105. that end with DOC, HEX, INF and ASM are sometimes stored as ASCII
  106. files, but sometimes these files are stored in binary compressed
  107. form.  Binary storage is also used for executable (COM and EXE) and
  108. library/archive files  (LBR and ARC).  All binary data are stored as
  109. four 8-bit bytes per 36-bit SIMTEL20 word, with the low-order four
  110. bits of each word filled with zeros.  If such a file is interpreted
  111. as a contiguous string, as will happen if a straight binary transfer
  112. is made to a 16 or 32-bit UNIX machine, the four zero filler-bits per
  113. 36-bit group will cause rather bizarre and frustrating results.
  114.  
  115. For information on ARC, ARK, LZH, ZIP, ZOO, LBR, squeezed and crunched files,
  116. get PD2:<CPM.STARTER-KIT>00-FILES.DOC and/or PD1:<MSDOS.STARTER>00-FILES.DOC.
  117.  
  118. Although the type of storage used for a particular file can usually be
  119. inferred from the file-name, this is not always true.  It is a good
  120. idea to check the appropriate "crclst" of "idx" file to ascertain the
  121. storage format used for each file of interest.  Now, and for the
  122. foreseeable future, storage formats for files in the <SIGM> and
  123. <CPMUG> archives can be determined from their "generation numbers".
  124. All files with names ending in ".1" are stored in binary format,
  125. and those with names ending in ".2" are stored in ASCII.  This
  126. relationship will continue to apply for files in the <SIGM> and
  127. <CPMUG> archives until further notice.
  128.  
  129. WARNING: Because the public domain archives on SIMTEL20 consume a huge
  130. amount of disk space, storage capacity will be conserved by the
  131. greatest practical use of libraries, archives, crunched and squeezed
  132. files, all of which are stored in binary format.  If you cannot
  133. properly transfer binary files, you are going to be VERY FRUSTRATED!
  134. If you need help, please contact your local system wizard and provide
  135. him/her with a copy of this message.  Having done that, if you are
  136. still unable to make things work correctly, send a message to
  137. Action@WSMR-SIMTEL20.ARMY.MIL and someone will try to help you.
  138. Please provide the following information:
  139.  
  140.  1. Machine and operating system  (e.g., VAX-11/780, 4.3 BSD UNIX)
  141.  2. Network software in use  (e.g., 3-Com UNET)
  142.  3. Complete list of available FTP commands  (e.g., GET, PUT, etc.)
  143.  
  144. Important files in the <CPMUG> archives are the CATALOG files. These
  145. files, which are stored in ASCII, contain the "-CATALOG.nnn" files
  146. from all the volumes of the archive.  To obtain the composite catalog
  147. files, connect to SIMTEL20 via FTP and get this file:
  148.  
  149.   pd2:<cpmug>cpmug.cat
  150.  
  151. Similar files exist for the <SIGM> archive, but they are stored in
  152. squeezed form.  These files, when unsqueezed, yields SIG0.CAT and
  153. SIG1.CAT (the catalog).
  154.  
  155.   pd2:<sigm.vol000>sig0.cqt
  156.   pd2:<sigm.vol000>sig1.cqt
  157.  
  158. (NOTE: That's "L-and-three-zeros" in "vol000")
  159.  
  160. FILE TRANSFER VIA FTP
  161.  
  162. FTP stands for File Transfer Protocol, a formalized procedure for
  163. moving files among machines on the Defense Data Network (DDN) and other
  164. networks that connect with the DDN.  The protocol is implemented by a
  165. program often called FTP.  The different mainframe operating systems
  166. implement FTP with variations in command syntax.  Some systems have the
  167. remote-file-name precede the local-file-name in the command.  Others
  168. reverse this order.  Some versions have the whole command on a single
  169. input line, while others use multiple lines.  Read the documentation
  170. for your local system, or consult a friendly system wizard for the
  171. details of your local FTP command syntax.
  172.  
  173. UNIX users can do something like "man ftp" for on-line instructions.
  174. However, not all UNIX FTP programs are called "ftp", so you may have
  175. to snoop around in the system directories or ask a system wizard for
  176. the correct local name to use with the "man" command.  ITS users can
  177. do ":INFO FTP", and "HELP FTP" works on TOPS-20 and some other
  178. operating systems.  I will be happy to update this message with
  179. pointers to other sources of on-line documentation if they are sent
  180. to w8sdz@WSMR-SIMTEL20.ARMY.MIL.
  181.  
  182. FTP transfers from SIMTEL20 can be made with user-name "anonymous".
  183. Use GUEST for the password.  For anonymous logins, SIMTEL20 supports
  184. the FTP "change working directory" command.  (Your local syntax may
  185. be something like CD, or CWD).  Ignore the message which may appear
  186. that prompts you to enter a password.  This command allows you to
  187. specify a default SIMTEL20 directory to be used for all file
  188. retrievals, and thereby relieves you from having to repeatedly type
  189. "pdx:<whatever>" as part of each filename.  For example, you can do
  190. something like this:
  191.  
  192.   cd pd1:<msdos.goodstuff>
  193.   get filename-1
  194.   get filename-2
  195.   ...and so on
  196.  
  197. instead of using the longer filename forms shown in previous examples.
  198.  
  199. Users of TOPS-10, TENEX, or TOPS-20 systems can use "image" or "paged"
  200. mode for ALL transfers.  UNIX and other users must use "ascii" mode
  201. for ASCII files, and "type tenex", "type binary", or "type L 8" mode
  202. for binary files.
  203.  
  204. All aspects of the FTP process for UNIX machines have been automated
  205. to a high degree by two programs in directory PD8:<MISC.UNIX>. With
  206. these programs, a simple command like "sh autoftp30.sh mylist &" can
  207. be run in no-hangup background mode to transfer multiple files from
  208. SIMTEL20 without the user remaining logged-in on the local system.
  209. For more information, get the file PD8:<MISC.UNIX>AUTOFTP30.TAR-Z, a
  210. compressed tar archive.  After transferring it to your Unix host,
  211. rename to autoftp30.tar.Z, uncompress, and extract with tar.  Also
  212. see BATCHFTP102.TAR-Z which is an enhanced version of autoftp.
  213.  
  214. MAILING LIST CORRESPONDENCE ARCHIVES
  215.  
  216. Copies of correspondence for several mailing lists are kept on SIMTEL20
  217. in directories with names of the form PD2:<ARCHIVES.KEYWORD>, where
  218. "KEYWORD" has been chosen to indicate the associated mailing list.  At
  219. present, the following correspondence archives are available:
  220.  
  221.    mailing list       mail archive filename
  222.   ---------------     ---------------------
  223.   ADA-SW              PD2:<ARCHIVES.ADA-SW>
  224.   AMETHYST-USERS      PD2:<ARCHIVES.AMETHYST>
  225.   INFO-68K            PD2:<ARCHIVES.68K>
  226.   INFO-APPLE          PD2:<ARCHIVES.APPLE>
  227.   INFO-CPM            PD2:<ARCHIVES.CPM>
  228.   INFO-FORTH          PD2:<ARCHIVES.FORTH>
  229.   INFO-IBMPC          PD2:<ARCHIVES.IBMPC>
  230.   INFO-MICRO          PD2:<ARCHIVES.MICRO>
  231.   INFO-MODEMS         PD2:<ARCHIVES.MODEMS>
  232.   INFO-MODEMXX        PD2:<ARCHIVES.MODEMXX>
  233.   INFO-MODULA-2       PD2:<ARCHIVES.MODULA-2>
  234.   INFO-PASCAL         PD2:<ARCHIVES.PASCAL>
  235.   INFO-XENIX310       PD2:<ARCHIVES.XENIX310>
  236.   INFO-XMODEM         PD2:<ARCHIVES.XMODEM>
  237.   NORTHSTAR-USERS     PD2:<ARCHIVES.NORTHSTAR>
  238.   UNIX-SW             PD2:<ARCHIVES.UNIX-SW>
  239.   VIDEOTECH           PD2:<ARCHIVES.VIDEOTECH>
  240.  
  241. Descriptions of these and other mailing lists can be obtained via FTP
  242. with anonymous login (as for SIMTEL20) from FTP.NISC.SRI.COM.  Ask for
  243. the file netinfo/interest-groups (an ASCII file).  And please note,
  244. this is NOT on SIMTEL20.
  245.  
  246. File names for SIMTEL20 mailing list correspondence archives have two
  247. forms.  For example, in PD2:<ARCHIVES.CPM>, which holds the INFO-CPM
  248. correspondence (the "INFO-" is assumed), the forms are: yymm.n-TXT or
  249. yymm.n-TXT-Z.  Files with names ending in -Z were compressed with a
  250. Unix compress-compatible program.  The characters "yymm" in the file
  251. names are the digits of the year and month of the messages in each
  252. particular file.  The "n" was incremented as overflowed 150 disk pages
  253. (approximately 375K).  The current month's correspondence is kept in
  254. CPM-ARCHIV.TXT, which is constantly growing as new messages arrive.
  255. There may also temporarily exist files named CURRENT.n-TXT, which hold
  256. the overflow of the current month's messages when CPM-ARCHIV.TXT is
  257. split into monthly files.  Although INFO-CPM has been used as an
  258. example here, the same naming scheme is used for the other mailing list
  259. files as well.  For a complete list of available files, connect to
  260. SIMTEL20 via FTP and do this:
  261.  
  262.   dir PD2:<ARCHIVES>
  263.  
  264. You will receive a list of names of the form:
  265.  
  266.   KEYWORD.DIRECTORY.n
  267.  
  268. where "n" is one or more digits.  For example, the INFO-CPM listing
  269. currently appears as "CPM.DIRECTORY.1"  To then get a list of files in
  270. a particular archive, do this:
  271.  
  272.   dir PD2:<ARchives.keyword>
  273.  
  274. where "keyword" (for example, "cpm") is chosen from the preceding list,
  275. and the word "directory" and the number "n" are not used.  At present,
  276. all of these files are stored in ASCII.
  277.  
  278. FTP PROBLEMS, FILE ERRORS, CONNECT OR LOGIN PROBLEMS
  279.  
  280. System-related problems should be reported to ACTION@WSMR-SIMTEL20.ARMY.MIL.
  281.  
  282. ADDITIONS, IMPROVEMENTS AND CORRECTIONS
  283.  
  284. Suggestions for additions, improvements and corrections to this message
  285. are always welcome.  Please send them to w8sdz@WSMR-SIMTEL20.ARMY.MIL.
  286.  
  287. Contributions of public domain and freely-distributable software are
  288. actively solicited.  If you have something that seems appropriate for
  289. inclusion in the <CPM>, <MSDOS>, or <MISC> archives, please contact
  290. Keith Petersen <w8sdz@WSMR-SIMTEL20.ARMY.MIL>.
  291.  
  292. Contact Richard Conn <ADA-SW-Request@WSMR-SIMTEL20.ARMY.MIL> if you
  293. wish to contribute to the <ADA> archive.
  294.  
  295. Contact Robert Thum <RThum@WSMR-SIMTEL20.ARMY.MIL> if you wish to
  296. contribute to the <MACINTOSH> archive.
  297.  
  298. Contact John Pliler <UNIX-SW-Request@WSMR-SIMTEL20.ARMY.MIL> if you
  299. have something for the <UNIX-C> archive.
  300.  
  301. Please do not send files without first getting upload instructions.
  302.  
  303. SIMTEL20 files are also available from mirror sites OAK.Oakland.Edu
  304. (141.210.10.117), wuarchive.wustl.edu (128.252.135.4), ftp.uu.net
  305. (137.39.1.9), nic.funet.fi (128.214.6.100), src.doc.ic.ac.uk
  306. (146.169.3.7) or archie.au (139.130.4.6), by e-mail through the
  307. BITNET/EARN file servers, or by uucp from UUNET's 1-900-GOT-SRCS.
  308. See UUNET file uunet!~/info/archive-help for details.
  309.  
  310. Public, private or corporate institutions and libraries interested in
  311. the SIMTEL20 MS-DOS collection in CD-ROM format bundled with library
  312. card-catalog type access and duplication software can contact Coyote
  313. Data, Ltd. by mail at 1142 N. Main, Rochester, MI 48307 or by FAX at
  314. (313) 651-4071.  Others who do not need the access and duplication
  315. software should send e-mail to rab@sprite.Berkeley.EDU (Robert Bruce)
  316. or telephone (510) 947-5996 for details on his CD-ROM offer.
  317.  
  318. Happy computing!
  319.  
  320. Keith Petersen
  321. Maintainer of the MSDOS, MISC and CP/M archives at SIMTEL20 [192.88.110.20]
  322. Internet: w8sdz@TACOM-EMH1.Army.Mil      or      w8sdz@vela.acs.oakland.edu
  323. Uucp: uunet!umich!vela!w8sdz                          BITNET: w8sdz@OAKLAND
  324.