Difference between revisions of "Talk:OSIS Bibles/BSPExample"

From CrossWire Bible Society
Jump to: navigation, search
(Poetry indentation?: new section)
m (Include canonical="true" as per recent discussion thread in sword-devel)
 
Line 10: Line 10:
  
 
Please include <tt>canonical="true"</tt> as per recent discussion thread in sword-devel. [[User:David Haslam|David Haslam]] 03:01, 3 March 2012 (MST)
 
Please include <tt>canonical="true"</tt> as per recent discussion thread in sword-devel. [[User:David Haslam|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: --[[User:Dmsmith|Dmsmith]] 09:36, 5 March 2012 (MST)
 +
 +
Sub titles as nested:
 +
&lt;title>main title
 +
  &lt;title type="sub"&gt;sub title&lt;/title&gt;
 +
&lt;/title&gt;
 +
 +
Titles within a verse:
 +
&lt;verse sID="xxx"&gt;
 +
  This is a verse that is split by a section having a title.
 +
  &lt;div type="section"&gt;
 +
    &lt;title&gt;section title&lt;/title&gt;
 +
  the rest of the verse text.
 +
&lt;verse eID="xxx"&gt;
 +
 +
Titles with level attribute:
 +
  &lt;title level="2"&gt;lower title&lt;/title&gt;
  
 
== Colophons ==
 
== Colophons ==

Latest revision as of 16:36, 5 March 2012

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)