 = Directories in sqw-v33s.zip =============================================
tst/		test packets for sample configuration demo
exe/		UNIX shell scripts
dos/bat/	sample batch files
dos/cfg/	sample configuration
dos/doc/	documentation
dos/exe/	DOS executables
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

 - 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/has.bat	(DOS tool) solid ha packer/unpacker
dos/toss.bat	(DOS documentation) Sample DOS batch file
dos/arcx.bat	(DOS tool) simple DOS unpacker subroutine (see toss.bat)
dos/sqwarc.bat	(DOS tool) packer .OUT to arcmail to OutBound

 - Language-aware configuration files - - - - - - - - - - - - - - - - - - - -

 These five files are 'message bodies' and must NOT be decoded from 866
 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_tc2    MSDOS   version of make file (TC 2.0)
src/make_djg    DJGPP   version of make file (DJ Gnu C++, make from TC2.0)
src/make_emx    __EMX__ version of make file (under OS/2)
src/make_vc6	Microsoft Visual C++ 6.0 under Win32

 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
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 suroutines
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

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
