 = Directories in sqw-v38s.zip =============================================
tst/		test packets for sample configuration demo
exe/		UNIX shell scripts
dos/bat/	sample DOS batch files (useful for reading under any OS :)
dos/cfg/	sample configuration
dos/doc/	documentation
dos/src/	Full sources. Main makefiles to build executables.

 - Documentation: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

files		this file
!readme		(external documentation) short description of program
copying		(external documentation) GNU Public License v2

sqw-use.doc	(main documentation) User's Guide
sqw-rekl.doc    (main documentation) advertisement... ;-)
sqw-trou.doc    (main documentation) Troubles with this programm...

readme.htm	Small html about SqWish and around it

 - Configuration: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

compress.cfg	(external tool) squish-like config about archivers.
sqwish.cfg	(main config)

 - Executables and scripts: - - - - - - - - - - - - - - - - - - - - - - - - -

exe/has		(external tool) solid ha packer/unpacker as shell script

dos/bat:
has.bat		(DOS tool) solid ha packer/unpacker by batch file
toss.bat	(DOS documentation) Sample DOS batch file
arcx.bat	(DOS tool) simple DOS unpacker subroutine (see toss.bat)
sqwarc.bat	(DOS tool) packer .OUT to arcmail to OutBound
win2ksux.bat	(DOS documentaion) differences of Win2000 command processor.

 - Language-aware configuration files - - - - - - - - - - - - - - - - - - - -
cfg:
 These five files are 'message bodies' and must NOT be decoded from
 original code table, because they are directly placed in comment netmail
 messages generated by SqWish, and because standard de-facto for FTN
 russian messages is cp866 (with 'H' replaced to english equivalent,
 of course). If you want to use Language option for some your link
 - you must have another five files been translated to appropriate
 language and named lan_???.cfg (where lan - language option for
 the link, first 3 characters).

msg_ops.cfg	(cofiguration part) message about PointSecure error
msg_osc.cfg	(cofiguration part) message about Secure error
msg_obd.cfg	(cofiguration part) message about Bad Messages
msg_obt.cfg	(cofiguration part) message about Bad Tail of PKT
msg_okl.cfg	(cofiguration part) message about HoldTime expiration

 = sources and additional docs =============================================

sqw-pgmg.doc	(main documentation) Programming concept

src/makefile	Main makefile for GNU make.exe
src/make_???    included files for different OSes and compilers

 makefiles for use with non-GNU make executables:

src/makefile.tc2	Turbo C 2.0
src/makefile.msc	Microsoft C 6.0, nmake.exe
src/makefile.tsc	TopSpeed 1.03e
src/makefile.vc6	Microsoft Visual C++ 6.0 nmake.exe

 - Sources

src/sqw-verbs	(data source) List of config verbs    -> sqw-cfg.?
src/sqw-areas	(data source) List of non-echo areas  -> sqw-cfg.?
src/sqw-reas	(data source) List of WhatBad reasons -> sqw-cfg.?

src/sqw-inc.h	(included source) Summary including list
src/sqw-prot.h	(included source) Global functions' prototypes
src/sqw-def.h   (included source) Most global definitions
src/sqw-type.h  (included source) types' definitions
src/sqw-os.h	(included source) OS-aware definitions
src/sqw-hdr.h	(included source) PKT/MSG format definitions
strmatch.c	(included source) strcasecmp_match function
_debug.?	(included source) Debug macroses & functions
_skips.c	(included source) Some char* pointer macroses
_datefil.c	(included source) 
src/sqwish.c    (main source) sqwish main program
src/sqw-ext.?	(data source) Global variables
src/sqw-lin.?	(data source) Global constant strings
src/sqw-bt.c	(module) Bink-Style Outbound actions
src/sqw-adr.c	(module) address analysing subroutines
src/sqw-tag.c	(module) EchoTag subroutines
src/sqw-cr.c	(module) config parsing subroutines
src/sqw-crc.?	(module) CRC counting for dupechecking algorythm
src/sqw-srt.c	(module) Sorting replacement instead of qsort() function.
src/sqw-ir.c	(module) Inbound file table creating subroutine.
src/sqw-pr.c	(module) Inbound packet files reading subroutine.
src/sqw-ms.c	(module) Message table sorting subroutine.
src/sqw-md.c	(module) Dupechecking subroutine.
src/sqw-mw.c	(module) Message writing; Twitting; ...
src/sqw-ren.c	(module) Renaming, Directory checking, Mass Deleting
src/sqw-exis.c	(module) File existance checking subroutines.
src/sqw-pc.c	(module) Path Correction subroutines.
src/sqw-rgx.c	(module) Regular Expressions. To Areafix msgs detection
src/sqw-log.c	(module) Output to LogFile/syslog subroutines.
src/sqw-os.c	(module) OS-aware functions

src/sqwarc.c    (external tool) Bink-Style Outbound packing program
src/sqwarcx.c   (external tool) clever arcmail unpacking program
src/sqwcre.c    (external tool) BadMail message creating program

sendmsg.c	(external tool) message creator (C)2:5020/6
src/hasher.c	(external tool) Config verbs' hasher

 - changes from version to version - - - - - - - - - - - - - - - - - - - - - -

src/sqw-his.doc		(main documentation) History of changes
src/sqw-todo.cfg	(external documentation) What is planned in next versions
news			Method of generation news list from sqwish.cfg
