/* 20 April 1999. Daniel Hellerstein (danielh@econ.ag.gov) Compress an html document, so as to save bandwidth This will remove extra spaces, and crlfs. But it will NOT attempt such compression withint PRE, APPLET, and SCRIPT blocks. In addition, it will remove comments that do NOT contain an ssi-keyphrase. The ssi_list variable identifies strings that might start an ssi keyphrase Call using: x:>htmlpack htmlfile.htm The program will ask you for an output file name. */ /* You can modify this list of "ssi keyphrases" --