Talk:OSIS Bibles/BSPExample

From CrossWire Bible Society
< Talk:OSIS Bibles
Revision as of 16:36, 5 March 2012 by Dmsmith (talk | contribs) (Include canonical="true" as per recent discussion thread in sword-devel)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

WikiMedia Extension:SyntaxHighlight GeSHi

It would be very useful to install this WikiMedia extension to our developers' wiki:

http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi

It could make code examples more readable. See if we can persuade DM. David Haslam 02:57, 3 March 2012 (MST)

Include canonical="true" as per recent discussion thread in sword-devel

Please include canonical="true" as per recent discussion thread in sword-devel. David Haslam 03:01, 3 March 2012 (MST)

More title features

There are some OSIS title features that we have not really looked at in SWORD or JSword: --Dmsmith 09:36, 5 March 2012 (MST)

Sub titles as nested:

<title>main title
  <title type="sub">sub title</title>
</title>

Titles within a verse:

<verse sID="xxx">
  This is a verse that is split by a section having a title.
  <div type="section">
    <title>section title</title>
  the rest of the verse text.
<verse eID="xxx">

Titles with level attribute:

 <title level="2">lower title</title>

Colophons

Suggest add a colophon division, such as are found in the KJV at the end of Paul's letters. You may need to include the <lb/> element to force a line break for some front-ends. David Haslam 10:47, 4 March 2012 (MST)

xulsword

It would be useful to include xulsword in the analysis for the level of support in front-ends. A compiled version can be downloaded from [1]. David Haslam 14:31, 4 March 2012 (MST)

Verses that contain both prose and poetry?

Please include an example for a verse that contain both prose and poetry. David Haslam 00:54, 5 March 2012 (MST)

Poetry indentation?

Please include an example of <l level="2"> ... </l> and score for whether the poetry is indented. David Haslam 01:01, 5 March 2012 (MST)