phpMyQuote Readme

Script: phpMyQuote
Written By: Pongles
Homepage: http://www.pongles.com
Licence: GPL
Version: 1.3

CONTENTS
-----------
* Licence
* Description
* Integration Instructions
* Contact
* History
* Version History
-----------


* Licence
-----------
This script 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 script 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 script; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

* Description
-----------
phpMyQuote is a system to manage and display quotes through a simple to use API.

* Integration Instructions
-----------
I have included two example implementations under the "examples" folder (make sure to read the included notes). One example is quite minimalist and only displays quotes (and also very easy to intergrate a site) while the other takes advantage of all available features.

All the quote functionally (display, admin etc) is defined in the class "CQuote" in "quotes.inc.php" - there are plenty of technical notes included.

* Contact
-----------
Found Bugs? Need Features? Want to Ask a Question? I can be found on my website - http://www.pongles.com.

* Version History
-----------
 + 1.3 (27th December 2006)

  * ADDED: Better documentation
  * ADDED: Another example
  * ADDED: Detection of invalid configuration

 + 1.2 (02nd October 2006)

  * CHANGED: Moved all functionally inside "CQuote"

 + 1.1 (~2004)

  * CHANGED: Tided Code
  * FIXED: Using $_POST (etc) arrays instead of global vars

 + 1.0 (~2003)

  * Original Release