/*********************************************************
** Description : Readme for BearSQL                 	**
** File Name   : ReadMe.txt 							**
** Version     : 1.01									**
** Modified    : 24 December 2008       			    **
** Author      : Tony Aslett							**
** Website     : http://bearsql.org 					**
** Email	   : tony@appcreator.com					**
**********************************************************/ 
/************************************************************************
    Bear SQL simplifies MySQL database management
    Copyright (C) 2008  Tony Aslett
    
    This file is part of Bear SQL.

    Bear SQL 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 3 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, see <http://www.gnu.org/licenses/>
********************************************************************************/
	Bear SQL includes works under other copyright notices and distributed
	according to the terms of the GNU General Public License or a compatible
	license, including:

	Polar Bear images http://www.flickr.com/photos/pogpog Copyright (c) 2008 Francois Dequidt.
	jQuery http://jquery.com/ Copyright (c) 2008 John Resig 
	famfamfam icons http://www.famfamfam.com Copyright (c) 2008 Mark James



This ReadMe document contains setup and use instructions 
for Bear SQL:

****************** Files ************************
settings.php			--- Settings for MySQL Table Manager
index.php				---	The start page for MySQL Table Manager.
control.php				--- Main page control
alter.php				---	Functions to alter tables.
backup.php				--- Functions to backup and recover
create.php				---	Functions to Create tables. 
reuseable.php			--- Required miscellaneous functions.	
user.php				--- Functions to manage users	
savedqueries.php		--- Functions to manage queries
savedqueries.xml		--- XML file to store saved queries
sub.php					--- Returns a response from AJAX calls 
bearsql.js				--- JavaScript functions
jquery-1.2.6.js     	--- JQuery JavaScript library
ReadMe.txt          	--- Instructions
gpl.txt             	--- GUN General Public License
theme                   --- Directory containing styles and images
theme/styles.css		--- Cascadeing Style Sheet.
theme/icons				--- Directory containing Icons
language				--- Directory containing language files
language/english.php	--- English language file

****************** Known Limitations **********************
Requires PHP4.1.0 or above and MySQL.

****************** Setup Instructions **********************
-Extract files into a directory on your web server. 
-Visit the index.php page in your web browser.
-Enter your Host, username and password and you should be set.

****************** Customization ***************************
See settings.php for customization.
 
****************** Language ******************************** 
To add other languages copy english.php and change the values.
Save file as the name of the language with a php extension.
Please share any language files, send them to me and I will make them available online. 

****************** Security ********************************
Bear SQL was designed for MySQL database.
- You should make sure your database has a password for the root user.
- For added security add .htaccess security to the directory of install.
- Only give users the privileges they require and nothing more.

****************** Support ********************************
Use the contact form at http://bearsql.org/contact to ask support questions.
