===================================
 JD-Competition 0.1 (BETA) README 
===================================

Released 06/07/08 - JonathanDavis.me.uk

==============
INTRODUCTION 
==============

JD-Competition is a small PHP/MYSQL appication to run a competition
on a website, it provides an entry form, with a back-end management
system to view entries and choose a random winner

================
GETTING STARTED
================

-  Open up 'config.php' in your favourite text editor

-  Modify the $username and $password values to grant
    access to the system.

-  Configure the Question/Answer and Site settings.

-  Set the close date

-  Modify the $dbname, $dbhost, $dbuser and $dbpass variables to 
    match your own MySQL system setup

-  Start using it!


==================
CHANGELOG
==================

New features in Version 0.1

-  [Initial Release]
-  Entry Form
-  Entry form shutdown based on close date
-  Password Protected Back-End
-  Competition Info Page
-  Lists of Correct/Incorrect entries
-  Random correct entry chooser which
   locks winner into the database.


===================
KNOWN LIMITATIONS
===================

-  DOESN'T WORK ON AN ASUS EEE BECAUSE OF THE HEIGHT!
-  MULTIPLE (2) CORRECT ANSWER VARIABLES
-  ANSWER CODES SHOULD CONVERT TO THE REAL TEXT ANSWERS IN ALL PLACES!


======================
LICENSE AND COPYRIGHT 
======================

Released under the GNU GPL, see attached licence.txt


===============================
CONTACT INFORMATION AND WEBSITE
===============================
I welcome your feedback, suggestions and contributions. Contact me
via email if you have questions, feedback, code submissions, 
and bug reports.

For general inquiries - code@jonathandavis.me.uk


