***************************************
*** phpEventGallery Documentation ***
***************************************

Contents:
	I. Summary
	II. Requirements
	III. Instalation
	V. License Information (GPL)


I. Summary

	phpEventCalendar is a MySQL backed application that allows users to post and display events 
	or notes on month-at-a-glance calendar. A user administration panel allows authorized users 
	(Administrators) to control who can add, delete, and edit events (Editors). 

	Installation instructions and documentation are available through the links above, and in 
	the README file included in the download. If you have questions, please post them on the 
	newly installed forum. 


II. Requirements

	* PHP 4.0.0 or later

	* MySQL 3.0 or higher
	  
III. Installation

	1. Download pec-x.y.tar.gz (or pec-x.y.tar for Windows users)
	
	2. Untar/unzip phpEventCalendar into a directory on your server. Untarring/Unzipping with
	   create a folder called phpEventCallendar, which will contain all the files 
	   
	3. Make changes to config.php. The file is fairly well documented.
	   
	4. In a browser, go to the URL for the createtables.php file, included in the distribution. 
	   This step creates the database tables, and give you a link to the calendar if successful. 
	   
	5. Login to the calendar (link is at bottom) with the default user:
	
			username: admin
			password: password
			
		Once you are logged in, I recommend that you first visit the user admin page 
		(link at bottom), and change your password. 
	
	6. Finally, delete the createtables.php file, and installation is complete.
	
	
VI. License Information

	These scripts are released under the terms of the GENERAL PUBLIC LICENSE (GPL).  See the 
	enclosed file GPL to read the terms of the GENERAL PUBLIC LICENSE.  Or see 
	http://www.gnu.org/copyleft/gpl.html
	
	phpEventCalendar by Isaac McGowan <isaac@ikemcg.com>
