Manifest: concise listing of SAN Kit files

Revised: 1994.02.22


There are three directories in the SAN Kit.  These are the documentation
directory, the miscellaneous directory, and the source directory.


In the documentation directory (SAN_DOC):

* DIY: Instructions for integrating new chess move selector modules.

* Hints: Possibly helpful advice to newcomers.

* History: A chronologically ordered account of SAN Kit development.

* ICCA: Contact information for the International Computer Chess Association.

* Manifest: A consice listing of the files in the SAN Kit directories.

* Manual: User manual (under construction).

* Preview: Brief information about work in progress.

* README: The must-be-read-and-copied SAN Kit introduction.

* Style: A list of ANSI C coding style cantrips used in the production of the
SAN Kit.


In the miscellaneous directory (SAN_MSC):

* BK.ci: Bratko-Kopec 24 problem test command file.

* RJF60.pgn: Sixty memorable games of Robert J. Fischer in PGN format.

* WAC.ci: Reinfeld's _Win at Chess_ 300 position test command file.

* init.ci: A sample command initialization file.

* gsx.c: A program that sorts multiple PGN games.

* srch.c: A program that reads search dribble files to produce reports.


In the source directory (SAN_SRC):

* Makefile: SAN Kit compilation makefile.

(All of the files in the source directory are ANSI C source files except for
the file Makefile.  The Makefile has been tested on a Coherent 4.2 system
running GNU gcc; some changes may be needed for other environments.  There is
nothing special about the make process; the command "cc -o san *.c" should work
okay on most systems if a make facility is not available.)


Manifest: EOF
