		ProZilla the Download Accelerator for Linux
                                  v0.99.9
                ============================================

ProZilla is a download accelerator for Linux which gives you a 200% to 300%
improvement in your file downloading speeds.
 
Features:
Supports FTP
Supports HTTP including redirection. 
Resume Supported.
Complete acceleration: The file will be downloaded as fast as possible as
your bandwidth allows.
Unlike certain other download accelerators available for Linux this really
works.
GTK interface: provides visual information for those that run ProZilla
under X. 
FTP passwords can be specified with the URL, or can be obtained
automatically from the .netrc is it exists.

TODO :
The amount of bandwidth can be controlled by the number of
connections specified.
Adding support for proxy servers
Porting to other platforms

1. Configuring
--------------
Please type,
./configure
from the ProZilla directory to configure the package.

Typing ./configure --help, will show you the various options that you can
use to change the configuration process.

For example if you have the gtk toolkit installed, but you don't wish for
gtk support to be compiled in, you can do so by specifying,
./configure --without-gtk

Please note that you have to have the pthread library and (n)curses
installed for you to compile the program. The gtk library is optional and
if found support for the gtk front end will also be added.

2. Make
-------
Once the configuration process is finished, please type
make
to start the compilation of the package.

3. Installing
-------------
If tha make process was succesful, then you can install it byt typing,
make install
which would install the binaries in the /usr/local/bin directory by default.
If you wish another directory, you can change this with the --prefix option
suppllied to configure.

If, you wish that the binaries be stripped too (reduces the size), please
type
make install-strip


4. Running
----------
Running:
The syntax will be,
proz <URL>
where URL is the file you wish to download.

For example,
proz  ftp://gnu.org/pub/README
will connect to to the server gnu.org and start the Download of the file
README from the pub directory.

If you wish to run ProZilla with the gtk front end you can run the script
gproz or you can type "proz -g URL".

If you want ProZilla to use a different username or password for ftp sessions,
than the default anonymous login, you can specify it in the command line, or
if you have a .netrc file, it will automatically select the appropriate
username password combination for the particular host, otherwise it will use
the default anonymous login.

If you don't want it to use the .netrc password, you can force it to either
use a user/password supllied on the URL or else use the anonymous login, by
the "--no-netrc" or "-n" options,

By default ProZilla will prompt you before overwriting any files, however
it will not prompt you if run with the -f or --force options should you wish
to do so.

A small note
------------
ProZilla was written by Kalum Somaratana (aka Grendel) <grendel@lintux.cx>
together with Wilmer van der Gaast <lintux@lintux.cx>. For the complete list
of the people who were kind enough to contribute to ProZilla please read
the AUTHORS file.

It was written to fulfill the need of a good quality download accelerator
for Linux, which would allow users (especially the people with slow dialup
connections) to download files as fast as possible as their connection
would allow. 

For Windoze users there already existed a good download accelerator but
for Linux users unfortunately there wasn't much of a choice, and we hope
that ProZilla will improve that situation considerably.

Although we have taken great pains to test this application extensively,
there probably may be a few bugs :(, since this is the first major
release. However if you come across them we kindly request you to inform
us <grendel@lintux.cx> and we will make sure that they will be removed
from the next release.

We sincerely hope that you will like the download accelerator..
Enjoy!

Kalum Somaratana (Grendel) <grendel@lintux.cx>
Wilmer van der Gaast (lintux) <lintux@lintux.cx>



