DESCRIPTION :-
---------------

	GNUGet is a frontend for the Wget option available in GNU/Linux .It has
been designed to provide and easy download of files from the internet .GNUGet 
aims to provide all the options that are available in the default Wget .

INSTALLATION :-
----------------

	1) Copy the source code to the specified location where you want to
	install .

	2) Execute the command tar -xzf  gnuget-0.1.tar.gz .If everything goes 
	well you would be getting a directory named in the gnuget-0.1 .
		
		$ tar -xzf gnuget.tar.gz

	3) Change to the source directory of gnuget and run ./intall-sh or 
	./configure
	
		$ ./configure or ./install-sh
	
	4) If it runs wihtout error messages ,type make to create the 
	executable files .
	
		$ make

	5) To run the program , using the binary form of GNUGet type
	
		$ ./gnuget

	6) To perform system installation of the software ,type make install
	instead of the make command .

		$ make install

The code was developed in a hurry so we expect a lot of bugs .So if you find 
any bug please feel free to report to the E-Mail address <gnuget@gmail.com>

---
S.Senthil Kumaran .
R.Sriram .
