JGOFS download utility (version 1.1)
991209. cchandler.

The JGOFS data download utility consists of:
* several perl scripts (download-*)
* an html help document (download-help.html)

zip (the Info Zip program to compress files for PC and Macs)
  must be installed.  See zip-source/* for more information
  You may be able to find precompiled binaries on the web.


Installation instructions:

Can be built as part of the full JGOFS build.
	
To build only the download option:
1. copy tar file into your_local_JGOFS_area/optsrc/download 
2. tar -xvf download-v11.tar
3. cd 'your_local_JGOFS_area'; source opt-build-env
4. cd optsrc/download
5. make -f makefile.download


If you need to rebuild download, remove any previously built files:
make -f makefile.download clean, then repeat steps 3-5 above

download logs informational messages in the httpd error_log file;
each msg includes the string  /DWNLD: /


