                         @PROJECT__NAME@ Version @PROJECT__VERSION@

                       Copyright (C) @CURRENT__YEAR@ @PROJECT__AUTHOR@

Introduction:
----------

### Introduce your project here ##

Remember, this program is a FREEWARE and not a shareware. 
Please read the file COPYRIGHT for details. 

Copyright (C) @CURRENT__YEAR@ @PROJECT__AUTHOR@
-------------------------------

This program is free software; you can redistribute it and/or modify it under the terms of 
the GNU General Public License as published by the Free Software Foundation; either 
version 2 of the License, or (at your option) any later version. 

This program is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 

You should have received a copy of the GNU General Public License along with this program; 
if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, 
Boston, MA 02111-1307 USA 


Presently available features in @PROJECT__NAME@:
----------------------------

### Give the features of your project here ##

Some of the 'immidiately' needed features:
-----------------------------

### Give the needed features of your project here ##

Download:
--------

### Explain how to download your project here ##

Contact Email address for @PROJECT__NAME@:
------------------------

### Give the contact address(es) for your project here ##

Requirements:
----------

1) Installation

	* Automake
	* Gnu C compiler

## Give additional things needed to install the program ##

2) Running

## Give additional things needed to run the program ##

INSTALLATION:
-------------
Note:-
		The pakage as an example is taken as @PROGRAM__NAME@-0.1-1.tar.gz
		and '#' is the shell prompt. You must be logged in as root
		to install @PROGRAM__NAME@.

1)	Get the tarball @PROGRAM__NAME@-0.1-1.tar.gz. (Visit www.gnome.org).

2)	copy it to your home dir.

3)	Unzip it by typing:   #gunzip @PROGRAM__NAME@-0.1-1.tar.gz

4)	Extract it by typing:   #tar -xvf @PROGRAM__NAME@-0.1-1.tar

5)	Change dir:   #cd @PROGRAM__NAME@-0.1-1

6)	Type:  #./configue

7)	Type:  #make

8)	Type:  #make install

	That's all. If everything went smoothly, congratulations.
If not, then please check that you have libgnome and libgnomeui
installed. Get them if you don't have and repeat the above steps.

To run @PROGRAM__NAME@.

	Type:   #@PROGRAM__NAME@

If you get the shell error 'Command not found', then make sure your PATH
variable contains the executable path of @PROGRAM__NAME@ binary (by default: /usr/local/bin).
Usually, PATH variable is set in the file /etc/profile. Check it out.

For detailed custom installation, please read the file INSTALL.

Following files will be installed in your system.
----------------------------------

Assume that the install dir is /usr/local (this is the default directory).

/usr/local/bin/
--------- @PROGRAM__NAME@

/usr/local/doc/ (All the document files).

/usr/local/share/@PROGRAM__NAME@/ (All the data files).

/usr/share/pixmaps/@PROGRAM__NAME@/ (All the pixmap files).

** Good Luck **
