Re: [sword-devel] BIBISH Release 0.1.1

2021-02-05 Thread David Haslam
The old mistakes are the best - just like old jokes. UTF-8 now implies “without BOM” unless specified as “UTF-8 with BOM”. It used to be t’other way round. David Sent from ProtonMail Mobile On Fri, Feb 5, 2021 at 18:46, pierre amadio wrote: > On Fri, 5 Feb 2021 at 19:14, David "Judah's Shado

Re: [sword-devel] morphcode: specification, and frontend usage ?

2021-02-05 Thread David Haslam
I wasn’t with CrossWire in 2001. Only someone who’s been with us two decades can answer that. David Sent from ProtonMail Mobile On Fri, Feb 5, 2021 at 16:36, Fr Cyrille wrote: > Hello, > In the packard module Crosswire is indicated as the TextSource, where can I > find it? > I can build a ne

Re: [sword-devel] InstallMgr Woes

2021-02-05 Thread Greg Hellings
Just to prove to myself that I'm not completely crazy, I just did the same process on my Windows machine where I'm running Fedora 33 in WSL2, using the exact same bits and bytes of SWORD. I still had to edit /etc/sword.conf to avoid writing files to /usr/share/sword, but it installed the KJV to ~/

Re: [sword-devel] InstallMgr Woes

2021-02-05 Thread Greg Hellings
On Fri, Feb 5, 2021 at 12:49 PM Troy A. Griffitts wrote: > Hi Greg, > > I few quick comments and thoughts... > > So, regarding the commandline tool and option: installmgr -init > > This simply does: > > SWBuf baseDir = FileMgr::getSystemFileMgr()->getHomeDir(); > i

Re: [sword-devel] BIBISH Release 0.1.1

2021-02-05 Thread pierre amadio
On Fri, 5 Feb 2021 at 19:14, David "Judah's Shadow" Blue wrote: > That is odd. It's worked through multiple cmake versions for me with the steps > you took. Since it's complaining about line 1, I suspect the file got > corrupted somehow. Did you download my tar ball (1st one) or the github > gener

Re: [sword-devel] InstallMgr Woes

2021-02-05 Thread Troy A. Griffitts
Hi Greg, I few quick comments and thoughts... So, regarding the commandline tool and option: installmgr -init This simply does:     SWBuf baseDir = FileMgr::getSystemFileMgr()->getHomeDir();     if (baseDir.length() < 1) baseDir = ".";     baseDir += "/.sword

Re: [sword-devel] Module release: OSHB

2021-02-05 Thread domcox
Fr Cyrille writes: Dear Dom, I'm sorry to say this, but the language of oshb is wrong... It's not hb it should be hbo. Sorry I didn't check before. No problem, thank you for reporting this. Should be fixed quite soon. -- Dom ___ sword-devel

[sword-devel] Module release: OSHB

2021-02-05 Thread domcox
Dear All, This is to announce that we have just now uploaded OSHB in the CrossWire (main) repository. ## Language: hbo ## Description: Open Scriptures Hebrew Bible ## Category: Biblical Text ## Version: This is an update. Version: 2.1.1 ## What's new: Switch language tag from Hebrew to Ancien

Re: [sword-devel] BIBISH Release 0.1.1

2021-02-05 Thread David "Judah's Shadow" Blue
On Friday, February 5, 2021 4:30:32 AM EST pierre amadio wrote: > I am afraid i do not understand how to compile this. > > (ankiswordstuff) [melmoth@pamadio tmp]$ cd bibish-0.1.1/ > (ankiswordstuff) [melmoth@pamadio bibish-0.1.1]$ ls > BIBISH.kdev4 cmake CMakeLists.txt COPYING LICENSE main.cp

Re: [sword-devel] Module release: OSHB

2021-02-05 Thread pierre amadio
On Fri, 5 Feb 2021 at 17:20, Fr Cyrille wrote: > > Dear Dom, > I'm sorry to say this, but the language of oshb is wrong... It's not hb > it should be hbo. Sorry I didn't check before. Hmmm, i had a copy of the previous OSHB module in the beta repository, and it did include "Lang=hbo". There are

[sword-devel] InstallMgr Woes

2021-02-05 Thread Greg Hellings
PREAMBLE: I'm trying to install modules with installmgr on the command line. I seem to frequently run into issues with it silently dumping the files somewhere where they don't actually exist, and it's happening again. But I think I've narrowed down some of when it happens: I currently have a /etc/

Re: [sword-devel] morphcode: specification, and frontend usage ?

2021-02-05 Thread Fr Cyrille
Hello, In the packard module Crosswire is indicated as the TextSource, where can I find it? I can build a new packard very soon. Le 05/02/2021 à 11:41, David Haslam a écrit : Yep - it was I who added that issue there and Jeff Klassen responded helpfully before closing it “for now”. Btw. I me

Re: [sword-devel] Module release: OSHB

2021-02-05 Thread Fr Cyrille
Dear Dom, I'm sorry to say this, but the language of oshb is wrong... It's not hb it should be hbo. Sorry I didn't check before. Le 04/02/2021 à 12:53, dom...@crosswire.org a écrit : Dear All, This is to announce that we have just now uploaded OSHB in the CrossWire (main) repository. ## Lang

Re: [sword-devel] morphcode: specification, and frontend usage ?

2021-02-05 Thread David Haslam
Yep - it was I who added that issue there and Jeff Klassen responded helpfully before closing it “for now”. Btw. I met Jeff at the Digital Bible Summit in 2012 that was held just before EMDC. USFM documentation is well maintained and widely used. OSIS documentation originally hosted by the Bib

Re: [sword-devel] morphcode: specification, and frontend usage ?

2021-02-05 Thread Fr Cyrille
Hi, Just to say that xiphos doesn't read the morph Packard in the new LXX module. It's really anoying. I have no idea if it is a sword issue or a xiphos issue. I opened an issue on github for this question. Le 05/02/2021 à 10:48, pierre amadi

Re: [sword-devel] morphcode: specification, and frontend usage ?

2021-02-05 Thread pierre amadio
Hi there ! On Thu, 4 Feb 2021 at 20:24, David Haslam wrote: > Any work in this area should also be co-ordinated with how morph codes should > be specified in USFM. > Visit https://ubsicap.github.io/ > USFM already supports word level attributes, so morphology codes would fit > into this kind of

Re: [sword-devel] BIBISH Release 0.1.1

2021-02-05 Thread pierre amadio
I am afraid i do not understand how to compile this. (ankiswordstuff) [melmoth@pamadio tmp]$ cd bibish-0.1.1/ (ankiswordstuff) [melmoth@pamadio bibish-0.1.1]$ ls BIBISH.kdev4 cmake CMakeLists.txt COPYING LICENSE main.cpp MILESTONES README src VERSIONING (ankiswordstuff) [melmoth@pamadio bi

Re: [sword-devel] morphcode: specification, and frontend usage ?

2021-02-05 Thread pierre amadio
Hi ! On Thu, 4 Feb 2021 at 20:51, Troy A. Griffitts wrote: > codes with spaces, for now, thus the - between code segment. If the > current Packard lexicon uses spaces instead of dashes, then I would say > the lexicon needs to be updated to match our decision to use - in the > modules. I open a