This example shows how to download our documentation before release:
echo Running wget to get files . . . .
wget -r -l50 -k -R.gz,.text -I/ -X/cgi/class,/cgi/include,/cgi/lib,/cgi/util,/search,/templates,/data,/rt,/software_checklist,/publications,/projects/jeida,/projects/nbest_pronunciations,/projects/nsf_itr,/projects/southern_accents,/projects/stock_market_simulation,/projects/switchboard,/projects/t1_interface,/projects/usfs,/projects/speech/experiments,/projects/speech/overview,/projects/speech/software,/projects/speech/support,/projects/speech/education/demos,/projects/speech/education/tutorials/asr_alphadigits,/projects/speech/education/tutorials/asr_swb,/projects/speech/education/tutorials/asr_tidigits,/projects/speech/education/toolkits,/projects/speech/education/publications,/projects/speech/education/web_stuff,/about_us,/administration,/audio,/conferences,/contact,/webapps,/whats_new -o wget.log http://www.isip.msstate.edu/projects/speech/education
echo Renaming cgi/bin files . . . .
cd www.isip.msstate.edu/cgi/bin
files=`ls`
capture_documentation -cgi $files
cd ../../..
echo Setting automatic link from root to documentation
cd www.isip.msstate.edu
capture_documentation -reset
cd ..
echo Changing references to ifc_document.pl parameters
files=`find www.isip.msstate.edu/ -name index.html -print`
capture_documentation $files
echo Building tar file . . . .
tar cf ifc_documentation.tar www.isip.msstate.edu
echo Tar file is ifc_documentation.tar
# echo Removing work files . . .
# rm wget.log
# rm -rf www.isip.msstate.edu
echo Job completed.