Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-16 Thread Kovács Zoltán
Thanks so much, indeed, it works correctly now. I created a new documentation on how to build SWORD for the web: https://github.com/kovzol/bibref/wiki/Technical-details#building-sword-via-emscripten Blessings, Zoltan DM Smith ezt írta (időpont: 2025. márc. 16., V, 13:32): > I think this bug has

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-16 Thread DM Smith
I think this bug has been squashed within the last few weeks. > On Mar 15, 2025, at 6:01 PM, Kovács Zoltán wrote: > > David Haslam mailto:dfh...@protonmail.com>> ezt írta > (időpont: 2025. márc. 15., Szo, 11:46): >> Arnaud, >> >> The divineName is used only for the Tetragrammaton and its conju

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread Kovács Zoltán
David Haslam ezt írta (időpont: 2025. márc. 15., Szo, 11:46): > Arnaud, > > The divineName is used only for the Tetragrammaton and its conjugates from > the Hebrew OT. The SWORD engine renders such using small-caps. > By the way, I've just learned that calling *SWmodule::renderText().c_str()

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread David Haslam
](https://aka.ms/o0ukef) > > --- > > From: sword-devel on behalf of David > Haslam > Sent: Saturday, March 15, 2025 11:58 am > To: SWORD Developers' Collaboration Forum > Subject: Re: [sword-devel] [modules] New Bet

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread DM Smith
The element is giving semantic context with type=“nomSac”. Adding overline as a type to is a good thing, since hi is meant as a means of highlighting text. Agree that using it to mark semantic meaning is bad. I like the suggestion of , too (or what ever we settle on, x-nomSac, prefixed or oth

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread Peter von Kaehne
' Collaboration Forum Subject: Re: [sword-devel] [modules] New Beta Module: StatResGNT Thanks Arnaud,The name element might indeed be appropriate, and it would be good to see this used more in OSIS Bibles, although to identify & cover all names would require a lot of effort - even for our flagsh

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread David Haslam
Thanks Arnaud, The name element might indeed be appropriate, and it would be good to see this used morein OSIS Bibles, although to identify & cover all names would require a lot of effort - even for our flagship module KJV; (DM & I began some eXperimental work on that a few years ago). Each of

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread Arnaud Vié
Ah, so I was indeed missing something ! Thanks David for the clarification. I still think using is not a satisfying solution though, as it loses semantic information that OSIS is supposed to preserve. OSIS does provide a more generic tag that could be used. The currently supported name types are

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread David Haslam
Arnaud, The divineName is used only for the Tetragrammaton and its conjugates from the Hebrew OT. The SWORD engine renders such using small-caps. Nomina Sacra are a quite different matter. Refer to the Wikipedia article. Even the name Jerusalem has a Nomen Sacrum in some MSS. David Sent from

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-15 Thread Arnaud Vié
Maybe I'm missing something, but for the "nomina sacra" use case, why are you not using the dedicated semantic tag ? OSIS is designed to store semantic markup when possible, rather than formatting information. The OSIS manual clearly specifies that "The hi element is reserved for cases where the

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread David Haslam
I've now documented some of this in the developers' wiki, under a new section for Text styles. [OSIS Bibles - CrossWire Bible Society](https://wiki.crosswire.org/OSIS_Bibles#Text_styles) Best regards, David Sent with [Proton Mail](https://pr.tn/ref/SWXT9A5YZ67G) secure email. On Saturday, Ma

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread DM Smith
Your question is really whether it is buggy. it looks good to me, Really, Troy has a module for which it works. There may be a future latex, html, xhtml, tei, …. that might find a problem and find a bug. There is an incomplete test suite (all test suites are incomplete!) that could be improved w

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread Troy A. Griffitts
I believe we support this in SWORD: ``` [tgriffitts@fedora filters]$ grep overline * osishtmlhref.cpp:    else if (type == "ol" || type == "overline" || type == "x-overline") { osishtmlhref.cpp:    outText("style=\"text-decoration:overline\">", buf, u); osislatex.cpp

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread David Haslam
Thanks Troy, 😀 Your replies were clearly intended to be read by coders! 🥸 Has anyone tested this bit of code yet? Best regards, David Sent with [Proton Mail](https://pr.tn/ref/SWXT9A5YZ67G) secure email. On Friday, March 14th, 2025 at 4:38 PM, Troy A. Griffitts wrote: > I believe we suppor

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread David Haslam
Thanks DM, As and when we get a fix on this for SWORD as well as JSword, we should add a suitable description in [OSIS Bibles - CrossWire Bible Society](https://wiki.crosswire.org/OSIS_Bibles#Miscellaneous) We might even use thenomen-sacrumcase as the illustrated example. Can anyone familiar wi

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-14 Thread DM Smith
Regarding JSword, it supports some TEI within OSIS. Specifically it supports hi with TEI’s attribute rend in addition to OSIS’s attribute type. Chris Little directed that this should be so. It has been a long time since we discussed this, so my memory might be faulty that OSIS was based on TEI

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-13 Thread DM Smith
I agree w/ this. Having the expansion could help too. υν > On Mar 13, 2025, at 7:52 PM, Troy A. Griffitts wrote: > > This is how we record nomen sacrum in TEI and should transfer to OSIS just > fine, e.g., > > https://ntvmr.uni-muenster.de/community/vmr/api/transcript/get/?docID=20001&ind

Re: [sword-devel] [modules] New Beta Module: StatResGNT

2025-03-13 Thread David Haslam
I've just done a secondary grapheme count on the diatheke output but without using the accents option. A new and significant observation came to light: > 2018 ‘ 483 > 201C “ 1,904 > 201D ” 1,907 With the accents suppressed, the output text does not include the 484 instances of U+2019 RIGHT SIN