<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="index" title="Text File" newcontext="true">
<p>
Directories in the SIMTEL20 Unix-C Respository
----------------------------------------------
</p>
<p>All the software in the UNIX-C repository is stored in subdirectories of the
directory PD6:&lt;UNIX-C&gt;.  You can &quot;cd&quot; to this directory and then issue a
&quot;dir&quot; command to see a listing of all the subdirectories available to you;
they will all be called &quot;something.DIRECTORY&quot;.
</p>
<p>The directories presently in the repository are as follows.  See the file
000-INDEX.TXT within each directory for a list of what it contains, or see
the file PD6:&lt;UNIX-C&gt;000-MASTER-INDEX.TXT for a complete listing.
</p>
<p>ARC-PROGS	- Software which implements the ARC library/archive utility
		  popular in the personal computer areas.
BENCHMARKS	- Various programs for benchmarking UNIX and other systems.
CALENDARS	- Programs for producing calendars, converting to and from
		  various date formats, reminder services, etc.
CKERMIT		- The source for the latest UNIX versions of the KERMIT file
		  transfer protocol.
CPM		- Utilities for moving data between UNIX and CP/M systems.
DATABASE	- Database utilities.
DIR-MGMT	- Tools for managing directory hierarchies.
EDITORS		- Text editors.  GNU EMACS is stored in the GNU directory.
FILE-MGMT	- Tools for manipulating files.
GNU		- Software from Richard Stallman&#x27;s GNU project.
GRAPHICS	- Programs to do graphics, image processing, etc.
INFO		- Miscellaneous text files that provide information about all
		  sorts of things.
KERNEL		- Device drivers, system calls, and other things related to
		  the UNIX kernel.
LANGUAGES	- Compileres, interpreters, cross-referencers, and subroutine
		  libraries for various programming languages, including Ada,
		  assembler, BASIC, C, Forth, FORTRAN, FP, LISP, LOGO,
		  Modula-2, OPS5, Pascal, and Smalltalk.
MACINTOSH	- Software for moving data between UNIX systems and Apple
		  Macintoshes.
MAIL		- Programs for manipulating and delivering electronic mail.
NETWORKS	- Programs for dealing with networks such as TCP/IP.  UUCP
		  stuff is in the TELECOM directory.
PRINTERS	- Device drivers and output filters for line printers, laser
		  printers, and so on.  Many programs here can be used to
		  convert from one format to another.
SYSADMIN	- Tools for system administration.
TAPES		- Programs for reading and writing magnetic tapes, performing
		  file system backups, etc.
TELECOM		- Programs related to telecommunications, including stuff for
		  maintaining UUCP.
TEXTPROC	- Tools for text processing - text formatters, spelling
		  checkers, etc.
USENET		- Tools for sending, reading, and administering the USENET
		  network news.
UTILS		- Miscellaneous utility programs that don&#x27;t really fit into
		  one of the other categories.
WINDOWS		- Windowing systems.
XYZMODEM	- Programs which implement the XMODEM (and YMODEM and ZMODEM)
		  file transfer protocol.
</p>
<p></p>
<p>Handy Files to Know About
-------------------------
The following files may prove useful to you:
</p>
<p>PD6:&lt;UNIX-C&gt;000-MASTER-INDEX.TXT
	The master index of all files in the repository, including short
	descriptions of what each one contains.
</p>
<p>PD6:&lt;UNIX-C&gt;000-INTRO-UNIX-SW.TXT
	This file.  Check it from time to time for any new information
	about the repository.
</p>
<p>PD6:&lt;UNIX-C&gt;NEW-ADDITIONS.TXT
	A listing in the same format as the *-INDEX.TXT files of additions
	to the repository since the last UNIX-SW mailing.  These additions
	will also be represented in the *-INDEX.TXT files.  This is the
	file which will be sent out to the UNIX-SW mailing list from
	time to time (probably monthly or bi-monthly).
</p>
<p>PD6:&lt;UNIX-C&gt;FILES.IDX
	A listing of all the files and directories in the archive.
</p>
<p>PD6:&lt;UNIX-C.subdir&gt;000-INDEX.TXT
	A file list 000-MASTER-INDEX.TXT, except for the files in this
	subdirectory only.
</p>
<p></p>
<p>Specifics on Transferring Files
-------------------------------
Most of the files in the UNIX-SW repository are ASCII files, and you can
transfer them directly.  However, there are some types of files which
are stored in TOPS-20 binary format, which cannot be transferred as ASCII
files.  These files all have file types of .ARC, .TAR, .TAR-Z, or any
other file type which ends in &quot;-Z&quot;.
</p>
<p>To transfer these files, you need to do something special before you use
the FTP &quot;get&quot; command:
</p>
<p>	- If you are on a TOPS-10, TENEX, TOPS-20, or ITS system, you can
	  use &quot;image&quot; or &quot;paged&quot; mode for ALL files you transfer.
</p>
<p>	- If you are on a UNIX system, you should use &quot;ascii&quot; mode for
	  ASCII files, and &quot;tenex&quot; mode for binary files.  To do this,
	  you can enter:
</p>
<p>	  	ftp&gt; type ascii		for ASCII files, and
</p>
<p>		ftp&gt; type l 8		(that&#x27;s lower-case-L 8) or
		ftp&gt; type tenex		for BINARY files
</p>
<p>	- On MULTICS, you can use &quot;ascii&quot; mode for ASCII files, but
	  binary files require that you enter:
</p>
<p>	  	user_ftp: !quote &quot;type l 8&quot;
</p>
<p>	  This will store the file with one 8-bit byte per 9-bit word.
</p>
<p>If you cannot use &quot;tenex&quot; mode and have to use &quot;binary&quot; mode (which is
&quot;type l 32&quot;), you should get a copy of PD6:&lt;UNIX-C.UTILS&gt;BINTNX.C or
BINTNXVMS.C.  These programs convert files transferred in &quot;binary&quot;
format to &quot;tenex&quot; format, like they should be.
</p>
<p></p>
<p>Submitting Software to the UNIX-C collection
--------------------------------------------
If you have a program you&#x27;d like to submit to the repository, please
send a message to Action@WSMR-SIMTEL20.ARMY.MIL.  In the message,
describe the program, what version(s) of UNIX it runs on, what it&#x27;s
for, and so on.
</p>
<p></p>
<p>The Obligatory Cover-Our-Behinds Statement
------------------------------------------
All the software in the UNIX-SW repository is provided AS IS with NO
WARRANTY.  We cannot guarantee that it is good for any particular
purpose, or even that it works.
</p>
<p>I make an attempt to examine the software submitted to me to at least
make sure it doesn&#x27;t contain Trojan horses and what-have-you, and the
moderator of comp.sources.unix, where a lot of this stuff comes from,
also does this.  But, as with all free software written by strangers,
MAKE SURE YOU KNOW WHAT YOU&#x27;RE INSTALLING BEFORE YOU INSTALL IT!
</p>
<p></p>
<p>Final Words
-----------
If you have any questions, comments, or suggestions, please feel free
to send mail to: Action@WSMR-SIMTEL20.ARMY.MIL
</p>
</card>
</wml>
