
  Wget new percentage function
  -----------------------------------------------

  WHAT IS THIS?

  This is alternative implementation of print_percentage()
  function in Wget.

  ( GNU Wget is a free network utility to retrieve files from the World
    Wide Web using HTTP and FTP, the two most widely used Internet
    protocols.  It works non-interactively, thus enabling work in the
    background, after having logged off.
    Designed and implemented by Hrvoje Niksic )

  The new function makes Wget to reports/prints percentage, estimate
  finish time and transfer speed ( original wget reports only percentage ).

  It is pretty simple implementation that can be changed, fixed, etc by
  anyone if it is required. However I'd like you to keep original credits
  intact, Thanx!

  BUGS?

  none (so far)

  AUTHORS?

  Well it is not very clear :) most acurate perhaps is:

  Idea by Vladi Belperchinov-Shabanski <cade@biscom.net> 1999
  Implemented by Jamil Djadala <jambo@biscom.net> 1999

  LICENSE?

  You can assume this falls under the GPL license as wget is.
  For the full GPL text read COPYING file.

  WHERE TO GET?

  http://www.biscom.net/~cade/away
  or
  http://cade.freeshell.org/away

  WHAT ELSE?

  use wget! :)

  OOPS, WHY THERE IS VERSION.# SUPPLIED?
 
  Well if you have problems with current you can try one of the
  old versions :)
 
