Difference between revisions of "Talk:OSIS Bibles/BSPExample"
David Haslam (talk | contribs) (WikiMedia Extension:SyntaxHighlight GeSHi) |
m (→Include canonical="true" as per recent discussion thread in sword-devel) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
It could make code examples more readable. See if we can persuade DM. [[User:David Haslam|David Haslam]] 02:57, 3 March 2012 (MST) | It could make code examples more readable. See if we can persuade DM. [[User:David Haslam|David Haslam]] 02:57, 3 March 2012 (MST) | ||
+ | |||
+ | == Include canonical="true" as per recent discussion thread in sword-devel == | ||
+ | |||
+ | 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: | ||
+ | <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 <tt><lb/></tt> element to force a line break for some front-ends. [[User:David Haslam|David Haslam]] 10:47, 4 March 2012 (MST) | ||
+ | |||
+ | == xulsword == | ||
+ | |||
+ | It would be useful to include [http://code.google.com/p/xulsword/ xulsword] in the analysis for the level of support in front-ends. A compiled version can be downloaded from [http://www.ibt.org.ru/english/bible/info_bible_en.htm]. [[User:David Haslam|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. [[User:David Haslam|David Haslam]] 00:54, 5 March 2012 (MST) | ||
+ | |||
+ | == Poetry indentation? == | ||
+ | |||
+ | Please include an example of <tt><l level="2"> ... </l></tt> and score for whether the poetry is indented. [[User:David Haslam|David Haslam]] 01:01, 5 March 2012 (MST) |
Latest revision as of 16:36, 5 March 2012
Contents
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)