Library Reader
Previous Top 


Bible Analyzer version 3.0 has a new stand-alone Library Reader.

The Library Reader can read standard HTML files plus modified HTML file which will show chapters.


graphic


The Bible Analyzer Suite CD-Rom contains a multitude of valuable texts that total many thousands of pages. To view a resource simply select the book name from the top Book List, and if the Title contains chapters, they will display in the Chapter List.


Searching Library Texts

The displayed Book can be searched using the search entry near the bottom. Enter a search word or phrase and click Search. The Chapters where the Search Word is found will be displayed in the Chapter List. When selecting a Chapter, the display will scroll to the first instance of the Search query in the chapter. To reset the display and show all the chapters again, click the Chapters Button.



Making Custom Library Texts

The texts that display in the Library Reader are basic HTML files. The titles are extracted from the <title> heading in the file. HTML files using frames and other advanced features are not supported.

For an HTML file to be broken into chapters, each chapter must be on a single line with the chapter heading first, followed by a tab, and then the chapter body. For instance,

<title>My Book</title>
Chapter1         Chapter body....
Chapter2         Chapter body....

Below is a list of supported features.One of the files included with Bible Analyzer can be examined to see how to format the HTML.

For Bible Analyzer to find the HTML files they must be placed in the /Modules/Texts sub-folder.


List of Supported HTML Tags


A               NAME=[string]
                HREF=[url]
                TARGET=[target window spec]
ADDRESS
AREA            SHAPE=POLY
                SHAPE=CIRCLE
                SHAPE=RECT
                COORDS=[coords]
                HREF=[url]
B
BIG
BLOCKQUOTE
BODY            TEXT=[color]
                LINK=[color]
                BGCOLOR=[color]
BR              ALIGN=[alignment]
CENTER
CITE
CODE
DD
DIV             ALIGN=[alignment]
DL
DT
EM
FONT            COLOR=[color]
                SIZE=[fontsize]
                FACE=[comma-separated list of facenames]
HR              ALIGN=[alignment]
                SIZE=[pixels]
                WIDTH=[percent|pixels]
                NOSHADE
H1
H2
H3
H4
H5
H6
I
IMG             SRC=[url]
                WIDTH=[pixels]
                HEIGHT=[pixels]
                ALIGN=TEXTTOP
                ALIGN=CENTER
                ALIGN=ABSCENTER
                ALIGN=BOTTOM
                USEMAP=[url]
KBD
LI
MAP             NAME=[string]
META            HTTP-EQUIV="Content-Type"
                CONTENT=[string]
OL
P               ALIGN=[alignment]
PRE
SAMP
SMALL
STRIKE
STRONG
SUB
SUP
TABLE           ALIGN=[alignment]
                WIDTH=[percent|pixels]
                BORDER=[pixels]
                VALIGN=[v_alignment]
                BGCOLOR=[color]
                CELLSPACING=[pixels]
                CELLPADDING=[pixels]
TD              ALIGN=[alignment]
                VALIGN=[v_alignment]
                BGCOLOR=[color]
                WIDTH=[percent|pixels]
                COLSPAN=[pixels]
                ROWSPAN=[pixels]
                NOWRAP
TH              ALIGN=[alignment]
                VALIGN=[v_alignment]
                BGCOLOR=[color]
                WIDTH=[percent|pixels]
                COLSPAN=[pixels]
                ROWSPAN=[pixels]
TITLE
TR              ALIGN=[alignment]
                VALIGN=[v_alignment]
                BGCOLOR=[color]
TT
U
UL