-------------------------------------------------------------------------------
phpBible v.09
Copyright (C) 2003  Start Learning Now
http://www.startlearningnow.com
-------------------------------------------------------------------------------

LICENSE

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

-------------------------------------------------------------------------------

readme.txt                          - this file
adodb <DIR>                         - adodb DB includes
Connections <DIR>                   - DB connection configuration
includes <DIR>                      - common functions
sql <DIR>			    - mysql scripts
biblesearch.css                     - output css
index.htm                           - start page
index.php                          
search.php
verse.php
verse1.php

-------------------------------------------------------------------------------

phpBible is a simple and free and implementation of a php search/display bible.

Features
- Support for multiple databases in a transparent way via adodb
- Chapter or text search

Installation Instructions
=========================
1) Load the database tables. Use a tool like phpMyAdmin to load the sql scripts.  This will install the tables 'bible' and 'books' into your DB by default.  The configuration assumes a DB name of 'bible', but you can use a different DB name and update the configuration accordingly below.

Due to the large size of the database, it is recommended that you install the demo-avkjv.sql version first and get it working, before installing the full actual bible avkjv.sql.  The demo version only contains the first 2 books of the bible.


2) Update the following settings in /Connections/bible.php

    $MM_bible_HOSTNAME = "localhost";           //Default, change if necessary
    $MM_bible_USERNAME = "mySQLUser";             //Replace mySQLUser with your mySQL username
    $MM_bible_PASSWORD = "mySQPPass";                //Replace mySQPPass with your mySQL password
    $MM_bible_DATABASE = "mysql:bible";         //DB name 'bible', change only if you use a different DB name
    $MM_bible_tab_pre  = "";                    //DB table prefix, change only if you changed the db load script

3) All done.  Browse to index.htm to run the application.

I'd appreciate an email if you find this application useful, and am open to suggestions for improvement in the generated code or design.

You can contact me at ivan.wong@post1.com