Re: [sword-devel] OSIS and intros

2025-07-11 Thread Timothy Allen
On 11/7/25 21:04, Karl Kleinpaste wrote: On 7/10/25 6:20 PM, Kahunapule Michael Johnson wrote: In USFM, any introductory material for the New Testament would be actually included in the beginning of Matthew, before the chapter 1 marker. Introductory material for the Old Testament would be in G

Re: [sword-devel] Python script for checking pairwise characters (PROFF-OF-CONCEPT)

2023-12-18 Thread Timothy Allen
On 19/12/23 00:06, Matěj Cepl wrote: I have decided not to rely on very kind help by David with his Windows tools and I have written (hopefully) completely platform neutral pure Python 3 script for checking pairwise-characters. So, far it was used only for fixing https://gitlab.com/crosswire-bibl

Re: [sword-devel] Python script for checking pairwise characters (PROFF-OF-CONCEPT)

2023-12-18 Thread Timothy Allen
On 19/12/23 01:45, Matěj Cepl wrote: 2. I use SAX API (xml.sax from the standard library) and it seems to me like better suited for the Bible processing than the traditional DOM (or LXML) interface. It nicely hides away all hard work going on in the background and let me work only on

Re: [sword-devel] What markup format is SWORD's internal markup, and/or where is it documented?

2023-12-15 Thread Timothy Allen
The SWORD project's command-line tool, diatheke, mentions the following in its command-line help: > Valid output_format values are: CGI, GBF, HTML, HTMLHREF, LaTeX, OSIS, RTF, >   ThML, WEBIF, XHTML, plain, and internal (def) > The option LaTeX will produce a compilable document, but may well

Re: [sword-devel] Module release: BSB

2023-12-07 Thread Timothy Allen
Thank you for the kind words! My hope is that the BSB module would be useful enough and complete enough to be recommended by SWORD apps, or even (due to its liberal licensing) installed by default. Xiphos should know what Strongs number is associated with each lemma (it draws them in the right

Re: [sword-devel] New shared common SWORD path on Android

2023-10-29 Thread Timothy Allen
On 29/10/23 19:16, Tobias Klein wrote: What makes it complicated in my case is the following. Ezra Bible App on Android is a Cordova app. When it comes to permissions, etc. I depend on Cordova Plugins. The one that I had been using is this: https://www.npmjs.com/package/cordova-plugin-android

Re: [sword-devel] New shared common SWORD path on Android

2023-10-28 Thread Timothy Allen
On 29/10/23 05:50, Tobias Klein wrote: If you happen to figure out a reliable solution for >= 11 and the new Scoped Storage model, I'd be happy to learn. For >= 11 I am thinking about introducing a Cloud sync feature for the sword directory. This could then work with Dropbox and maybe also On

Re: [sword-devel] Where is the source code for individual SWORD modules?

2023-10-21 Thread Timothy Allen
On 21/10/23 16:48, Aaron Rainbolt wrote: mod2imp claims to be able to generate LaTeX (something like `mod2imp -r LATEX AKJV`) but at least the Ubuntu build of libsword-utils mod2imp is broken in this regard - any time I try to use any of the filters, it tells me "mod2imp: Unknown argument: LATE

Re: [sword-devel] Where is the source code for individual SWORD modules?

2023-10-20 Thread Timothy Allen
On 21/10/23 15:15, Aaron Rainbolt wrote: I don't know if I'm just blind or if these aren't public, but I cannot find the OSIS (or whatever format) code for individual SWORD modules in the Crosswire repository. Specifically I'm trying to find the source for the AKJV module. I get the impressio

[sword-devel] FYI: A source for the Brown-Driver-Briggs Hebrew Lexicon

2023-10-20 Thread Timothy Allen
I see on the Module Requests wiki page[1] that one of the requested modules is the unabridged Brown-Driver-Briggs Hebrew Lexicon. There's already a "BDBGlosses_Strongs" module in the Crosswire repository, based on the Open Scriptures Hebrew Bible Hebrew Lexicon[2], but it appears to be an abrid

Re: [sword-devel] Creating a version of the BSB module with interlinear support

2023-10-02 Thread Timothy Allen
le because the translators published their mapping between source-language words and target-language words. If somebody made a French translation of the Bible and published that same information, I'm sure it would be easier to make a new module based on that information, rather than trying to

Re: [sword-devel] Creating a version of the BSB module with interlinear support

2023-10-02 Thread Timothy Allen
m wrote: Hi Timothy, Please consult the developers’ wiki https://wiki.crosswire.org/ And consult the page about OSIS Bibles. David Sent from Proton Mail <https://proton.me/mail/home> for iOS On Sat, Sep 30, 2023 at 10:54, Timothy Allen <mailto:On Sat, Sep 30, 2023 at 10:54, Tim

[sword-devel] Creating a version of the BSB module with interlinear support

2023-09-30 Thread Timothy Allen
The Berean Standard Bible is available in two machine-readable formats: USFM, and "translation tables", a 40MB Excel spreadsheet with a row for every Hebrew or Greek word in their chosen source texts with the English text it's translated to. I would like to make one module with the nice formatt

Re: [sword-devel] Tools for enhancing OSIS documents

2023-08-29 Thread Timothy Allen
es using a bespoke TextPipe filter several years ago, but my development never saw the light of day for various reasons outside CrossWire. Best regards, David On Tue, Aug 29, 2023 at 08:53, Timothy Allen <mailto:On Tue, Aug 29, 2023 at 08:53, Timothy Allen <> wrote: Since the Berean Stan

Re: [sword-devel] Tools for enhancing OSIS documents

2023-08-29 Thread Timothy Allen
imp format. Br Cyrille Le 29/08/2023 à 09:53, Timothy Allen a écrit : Since the Berean Standard Bible translation[1] was released under a Creative Commons Zero licence earlier this year[2], including the USFM sources and translation tables, I have been working on converting it for use with the

[sword-devel] Tools for enhancing OSIS documents

2023-08-29 Thread Timothy Allen
Since the Berean Standard Bible translation[1] was released under a Creative Commons Zero licence earlier this year[2], including the USFM sources and translation tables, I have been working on converting it for use with the SWORD Project[3]. Adyeths' "u2o" script[4] produced a very good initia