This is a project to maintain Tamil Ecumenical Bible in Unicode. The aim of this project is to make online Tamil Bible resemble as much as possible to the print edition. More specifically poems and quotations to resemble the print edition. The bible that is used for this purpose is the 2012 edition.
A live demo is available here. You can also like us on facebook.
BibleLib
folder contains PHP library to access and display the databaseMySQL
folder contains the MySQL dump of tables.
t_book_key.sql
- Intro text, Book name for each book in the bible in various formatst_verses
- Contains bible versest_verseheaders
- Contains headerst_redletter.sql
- Contains instructions for colouring the words spoken by Christ in redt_crossref.sql
and t_footnotes
- Contains cross-ref and footnotes of the biblet_errors.sql
- Contains list of known typographical errors. This list can be found heremybibleview_dyn
- Contains view definition for merging all the above table in production so that it will be faster to process and retrive information
After a long analysis, I decided to use verse ID system of scrollmapper/bible_databases. It is simpler and more effecient. Each verse is accessed by a unique key, the combination of the BOOK+CHAPTER+VERSE id. Example:
SELECT * FROM t_verses WHERE id BETWEEN 01001001 AND 02001005
If you find any bug or suggest any improvement, please feel free to raise a pull request or contact me. You can also contribute by proof reading the bible. Check out our home page for more information.