[bt-devel] OSIS etc. filters
David (Mailing List Addy)
davidslists at gmx.net
Sun Jul 29 16:58:56 MST 2007
On Sunday 29 July 2007 17:47, Troy A. Griffitts wrote:
> Doing a quick grep for 'class=' in the filter directory, it looks like
> we class elements like:
>
> wordsOfJesus
> clk - silly name, but used for clickable words with lemma/morph data
> fn - footnote
> variant - greek variants
Here are the things BibleTime currently marks up that I've been able to find
that there are modules for. This is from one of my non-committed playing
templates
<a> (click-y things, mostly verse numbers)
.footnote and associated anchors with footnotes so they can have hover effects
that are different than normal anchors. We also inject before and after the
foot note marker some text in most templates ( "[" and "]" in my example
template)
.crossreference (similar to footnotes)
.sectiontitle
.booktitle
.jesuswords
.bold, .italic, etc (these are in the NET bible for instance)
.transchange > .added (words, etc that were translator added, AFAIK used only
in DM's KJV)
.morphSegmentation
We also used to do .poetry since that was easy to parse for in GBF files,
however we discovered problems since GBFs aren't well formed by nature and
poetry crosses verse bounds
We also have markups for things like verse numbers/entry names and special
highlighting of the current verse, etc. I can attach an example template if
you'd like to see one
More information about the bt-devel
mailing list