# C-KERMIT PROGRAM ARCHIVE # # Every file in this directory is plain text and is to be shown on # the screen rather than downloaded or fed to some "helper" application. # You can download any file you're looking at by telling your browser to # save it. Tar.gz and Zip archives are available for downloading on the # Kermit websites: www.columbia.edu/kermit or kermitproject.org. # # SOURCE CODE # .c = C language # .gcc = C language specifically for Gnu C compiler # .h = C program header file # .a = Assembly language for OS/9 # .r = Macintosh resource file # .w = a "Wart" source file (like Lex) # .bas = BASIC # .mar = VAX/VMS macro assembler # .pwp = Macintosh Kermit source code # AddType text/plain .c .gcc .h .a .r .w .bas .mar .pwp # PROGRAM BUILD AND UPDATING PROCEDURES # .mak = Unix makefile (compile-and-link procedure) # .mms = VAX/VMS makefile # .mk = A Plan 9 from Outer Space makefile # .ucc = A Plan 9 from Outer Space makefile # .com = A VAX/VMS command procedure # .pat = Patch (corrections or updates to be applied to an existing program) # .cli = AOS/VS command procedure # .lmk = Amigados command procedure # .smk = Amigados makefile # .ci = Stratus VOS command procedure # .sed = A Unix sed script (for modifying files) # .lis = A list (e.g. of files) # .def = OS/2 symbol definitions # .rexx = a Rexx procedure # AddType text/plain .mak .mms .mk .ucc .com .pat .cli \ .lmk .smk .ci .sed .lis .def .rexx # PLAIN-TEXT DOCUMENTATION THAT FITS ON AN 80-COLUMN SCREEN # .txt = plain text, ASCII, lines of 80 characters or less # .TXT = same as .txt # .hlp = help text or "how-to" file (usually brief) # .doc = text documentation (usually rather long) # .bwr = "beware file" (things to be aware of and watch out for) # .upd = "update file" (description of features in a new release) # .ann = Announcement (of a new program or new release) # .rel = Release notes # .fon = A plain-text document dealing with fonts # .me = As in "read.me" # Addtype text/plain .txt .TXT .hlp .doc .bwr .upd .ann .rel .fon .me # MARKED-UP TEXT # .mss = Scribe document preparation system source document # .nr = Nroff (Unix "man page") source document # .cpp = Preprocessor for Nroff document # .ps = Adobe PostScript document # Addtype text/plain .mss .nr .cpp .ps # COMMAND FILES, INITIALIZATION FILES, BATCH FILES, SCRIPTS # .ini = initialization file for when a program starts # .ksc = a C-Kermit script # .knd = a C-Kermit dialing directory # .ksd = a C-Kermit services directory # .env = a Stratus VOS environment-variable definition file for C-Kermit # AddType text/plain .ini .ksc .knd .ksd .env # Printable encodings of executable binaries or other non-text files # .hex = Hexadecimal encoding # .hqx = Macintosh-specific encoding # .h86 = Stratus-VOS-specific encoding # .h71 = Stratus-VOS-specific encoding # .h68 = Stratus-VOS-specific encoding # .boo = Columbia "Boo" (Bootstrap) file (more compact that hex) # AddType text/plain .hex .hqx .h86 .h68 .h71 .71 .boo # Other # .dir = A directory listing # .pem = A Privacy Enhanced Mail file # AddType text/plain .dir .pem