####################################################
    wwgetall version 3.xx alpha
	     by Yoshioka Tsuneo(QWF00133@nifty.ne.jp)
####################################################

*PROROGUE*
  wwgetall is a program that you get web page from server recursively.
  you need install perl5.

*CHANGE FROM 2.xx/1.xx*
  + support non blocking mode.(I'ts fast like multi thread.)
  + only 1 file.
  + I write program from zero again.
  
*CURRENT RESTRICT*
  At current version,You need to use proxy server.

*FUNCTIONS*
  + this program run on nonblocking socket mode.
      you can 50 connect at the same time on one program.
  + http proxy support
  + if you want, you can get header and body.
  + Currently support HREF IMG FRAME tag.

*HOWTOUSE*
  wwgetall.pl [--proxy=<host>:<port>] [--rootdir=<dir>] [--match=<url>] 
	      [--fullbody] [--connection=<pararel connection number>] URL
  
*EXAMPLES*
  wwgetall.pl http://infonet.aist-nara.ac.jp/

  wwgetall.pl http://infonet.aist-nara.ac.jp/ --rootdir=/var/tmp \
	      --match=http://infonet --proxy=wwwproxy:8000

*1st Distibute URL*
     http://infonet.aist-nara.ac.jp/~tsuneo-y/soft/wwgetall/

*AUTHORS*
  Yoshioka Tsuneo(QWF00133@nifty.ne.jp)
  Pleasend send me bugs,want,confused,etc...
  Welcome any email!(-:

