These files are related with the version 2.x of ESPript File names: ESPript-x.x-www-y.yy.tar.gz means Version x.x of ESPript and version y.yy of www interface Type "gunzip -c ESPriptXXXX.tar.gz | tar -xf - " to generate the ESPript directory and files. The program source to run standalone ESPript is held in the directory "src". This source, "ESPript_2_3.f" is in FORTRAN. Simply type "make" in the ESPript directory, it will create a binary, "ESPript", in the directory "bin" . Modify the "Makefile" if needed. All manuals are written in html and can be read using netscape. Main file to open is "html/ESPript/index.php" which is linked to all documentation needed for ESPript and ENDscript. Note that the directory "html/ESPript" is specific to ESPript : its subdirectory "examples" contains test input files, "vp7_adv.inp", "vp3_art.inp", "vp3_sup.inp", which can be tested with the program (ESPript < vp7_adv.inp) They produce "vp7_adv.ps", "vp3_art.ps" and "vp3_sup.ps" respectively. The directory "html/ENDScript" is specific to ENDscript