Open MichaelKentBurns opened 1 week ago
The first cut of this was committed today (Nov 11) as created books.html to fetch and display books.json It works in debug mode, but there is a problem doing the fetch using the file:// style URL. I need to push this and deploy it under XAMPP to test/debug it working properly through a server and browser.
books.html now works with some caveats described in the page itself.
The initialization of the state machine in Bible.js (and other classes as well) are supposed to assemble data and store it in .json files. While BibleModel is not intended as an official display of the Bible model data, we do want html and js files capable of reading in those json files and displaying them in a readable web page. Nothing fancy. Just fetch the data and build a table. Other modules such as BibleRead and BibleStudy will have much fancier ways of displaying the text.