Adding tables, custom php scripts, ...
I'm looking at https://github.com/scrollmapper/bible_databases
This set of scripts adds public domain Christian bibles, search scripts, and several useful functions.
I guess I have 2 scenarios.
- I only figure it out for my site.
- Proof of concept, testing, adding even more functions etc.
- I create a way for anyone to add it to their site?
- Not even sure what to ask here...
- Would it be a module?, plugin?, perspective? something else? (Yes, I'm that new to trying to figure out how tiki works. I've been using Tiki for a few years, but have just recently started really looking under the hood to figure out how things work.)
- Not even sure what to ask here...
There are 2 sql files to add the tables.
- bible-mysql.sql
- Includes complete text from 7 versions of the bible.
- cross_references-mysql.sql
- Includes 343,000 cross references
I'm assuming the best way would be to add this through phpmyadmin?
Then there are 2 scripts for the basic functionality.
The first script index.php passes parameters through the URL.
The second script bible_to_sql.php has the functions to interact with the database.
I do not think this could be done with trackers.
- Well probably the cross reference could be.
The "database" is also available as csv, json and xml files...
I'm not at all asking for someone to do this for me. I want to use it as a learning experience.
Thanks in advance for anyone who can point me in the right direction...
- I had something similar setup on my site 10 or 15 years ago using Miva, if anyone remembers that program... I wrote it from scratch, including the script to put the bible into the database, so I can do stuff like this...
But, where do I start??? 😬