Re: [sword-devel] Win32 FileMgr Subclass

2020-07-18 Thread Greg Hellings
aracters that cause issues? (applicable for the ~/.sword directory). And >> then also, when arbitrary folders are added to SWMgr?! >> >> >> >> I’ll do some testing in this area! >> >> >> >> I wonder whether libraries like Qt or Boost have solved these ki

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-18 Thread Greg Hellings
Tobias, Has this been tested with file paths that contain characters outside of the basic ASCII code range? That's where current Sword fails. Not in fetching the data for the paths themselves, but the actual calls to fopen and friends, on Windows, do not understand non ASCII data. It looks like

Re: [sword-devel] Win32 FileMgr Subclass

2020-07-18 Thread Greg Hellings
On Sat, Jul 18, 2020, 07:42 Troy A. Griffitts wrote: > I know Greg has sent me a link to the patch you guys apply to get Xiphos > to run well on Win32, but I have searched through all my past emails > with every relevant term I can thing of, and still can't find it. I am > sorry, Could you

Re: [sword-devel] Wiki

2020-07-12 Thread Greg Hellings
On Sat, Jul 11, 2020 at 10:12 PM Eric Gillespie wrote: > Hi there. I'm new to the mailing list, but I've been using SWORD and its > related frontends for a while now. I wanted to make an amendment to a wiki > page but I got a 500 when I attempted to create an account. Could someone > get to this

[sword-devel] Build error

2020-07-09 Thread Greg Hellings
Troy, I'm getting the following build error from Sword since your update for the __u64 stuff: /root/sword/examples/cmdline/search.cpp:137:43: error: __u64 was not declared in this scope if (k->userData) std::cout << " : " << (__u64)k->userData << "%"; ^

Re: [sword-devel] tracker just ate my bug report

2020-06-30 Thread Greg Hellings
Sounds like a misconfigured CSRF setting, or possibly clock drift on the server? --Greg On Tue, Jun 30, 2020 at 2:46 PM David Haslam wrote: > I can sympathise, Karl, > > I reported the same problem about 12 months ago and nobody in CrossWire > took a blind bit of notice. > > It’s not gone

Re: [sword-devel] [PATCH] Fix ICU checking without icu-config

2020-06-20 Thread Greg Hellings
What's wrong with using icu-config? I'm not sure what you're fixing with this. Greg On Sat, Jun 20, 2020, 11:56 Adrian Bunk wrote: > From: László Böszörményi > > Let still search for icu-config but use pkg-config method after that. > > https://bugs.debian.org/962265 > --- > configure.ac | 16

Re: [sword-devel] SWORD, diatheke and a self-closing OSIS note element...

2020-06-20 Thread Greg Hellings
I believe that we can mandate, through the schema, that a tag not be self closing. If the schema really permits that, it can be prevented at that level if deemed necessary. If it's not appropriate to prevent an empty note, then we need to update the filter to at least close the brackets when it's

Re: [sword-devel] Not user-friendly behavior in commentaries (should be continuous)

2020-06-04 Thread Greg Hellings
On Thu, Jun 4, 2020 at 3:03 PM Dominique Corbex wrote: > On Thu, 4 Jun 2020 17:27:22 +0200 > yvand wrote: > > > Is it possible to import my module > > again with old osis2mod version (if the correction takes time). > > Should be a little bit hard to find a running 2893 copy as: > > $ svn blame

Re: [sword-devel] A question about Generic book modules

2020-06-03 Thread Greg Hellings
have both offered to try using xml2gbs under > Windows 10. > *That may await tomorrow.* > > Best regards, > > David > > Sent with ProtonMail <https://protonmail.com> Secure Email. > > ‐‐‐ Original Message ‐‐‐ > On Wednesday, 3 June 2020 19:46, Greg Helling

Re: [sword-devel] A question about Generic book modules

2020-06-03 Thread Greg Hellings
? Can you check to see if it is getting in the way? Try seeing if it has quarantined the files, if so, and then try running with it disabled. --Greg > > Best regards, > > David > > Sent with ProtonMail <https://protonmail.com> Secure Email. > > ‐‐‐‐‐‐‐ Original Mess

Re: [sword-devel] A question about Generic book modules

2020-06-03 Thread Greg Hellings
s://www.vmware.com/products/workstation-player/workstation-player-evaluation.html https://docs.microsoft.com/en-us/windows/wsl/install-win10 That is decidedly not true. --Greg > > Kind regards, > > David > > > Sent from ProtonMail Mobile > > > On Wed, Jun 3, 2020 at 15:4

Re: [sword-devel] A question about Generic book modules

2020-06-03 Thread Greg Hellings
I will remind you 1) Windows builds of the utilities are not officially supported at all 2) Builds of the utilities from any source other than SVN trunk are not supported at all This problem falls into both categories and is, therefore, not a supported situation that is likely to garner any

Re: [sword-devel] NA28 shows no verses

2020-06-01 Thread Greg Hellings
On Mon, Jun 1, 2020 at 3:57 PM Troy A. Griffitts wrote: > No, The DBG wanted to discourage sharing of license keys by creating > unique keys per user and embedding some part of the user's name in the key > to let them know their identity will be known if they share. It is not > enforced to any

Re: [sword-devel] Localisation of front-end apps

2020-06-01 Thread Greg Hellings
hat seems to have momentum. >> >> https://www.transifex.com/mjdenham/andbible/ >> >> On Fri, May 29, 2020 at 10:35 AM Karl Kleinpaste >> wrote: >> >>> On 5/29/20 11:19 AM, Greg Hellings wrote: >>> >>> How do you propose t

Re: [sword-devel] Not user-friendly behavior in commentaries (should be continuous)

2020-06-01 Thread Greg Hellings
On Mon, Jun 1, 2020 at 8:29 AM yvand wrote: > > > On Sat, May 30, 2020 at 11:19 AM Karl Kleinpaste > wrote: > >> On 5/30/20 11:45 AM, yvand wrote: >> >> I think Karl already talked about this feature in the past. But maybe I >> am wrong, I did not find the conversation. >> >> >> Xiphos has a

Re: [sword-devel] Not user-friendly behavior in commentaries (should be continuous)

2020-06-01 Thread Greg Hellings
On Sat, May 30, 2020 at 11:19 AM Karl Kleinpaste wrote: > On 5/30/20 11:45 AM, yvand wrote: > > I think Karl already talked about this feature in the past. But maybe I am > wrong, I did not find the conversation. > > > Xiphos has a feature, "commentary by chapter," so that whole commentary >

Re: [sword-devel] Localisation of front-end apps

2020-05-29 Thread Greg Hellings
On Fri, May 29, 2020 at 9:36 AM David Haslam wrote: > The Localisation table in our wiki page “Choosing a SWORD program” still > has too many red cells. > > * There are major languages such as Thai that too few apps support. > * There are currently no apps that support (e.g.) Lao. > How do you

[sword-devel] PPE64LE revisited

2020-05-26 Thread Greg Hellings
running on the above systems as: 1) dnf install vagrant qemu-system-ppc64 2) cat < EOF > Vagrantfile Vagrant.configure('2') do |config| config.vm.box = 'greg-hellings/fedora-32-ppc64le' config.vm.provider :libvirt do |lv, override| lv.memory = '4096M' lv.cpus = 4 end end

Re: [sword-devel] I give up

2020-05-15 Thread Greg Hellings
On Fri, May 15, 2020 at 4:43 PM Tom Sullivan wrote: > Y'all: > > I finally successfully brought up a Fedora VM. > > General warning: Do NOT install LXDE - it will trash your ability to > highlight text or copy/paste. XFCE is fine. > > Anyway, I tried multiple times to compile and run: > Sword -

Re: [sword-devel] Packaging (was: I give up)

2020-05-13 Thread Greg Hellings
g in the libraries and > having an extra copy of them makes them far more stable, and it makes them > run quicker. It does consume more memory and disk space, but the days when > there was any risk of running out of ram or disk space on desktops are into > double digits gone by. > >

Re: [sword-devel] I give up

2020-05-13 Thread Greg Hellings
> FAX: 815-301-2835 > - > > On 5/13/20 5:21 PM, Greg Hellings wrote: > > > > > > On Wed, May 13, 2020 at 3:57 PM Tom Sullivan > <mailto:i...@beforgiven.info>> wrote: > > > > Y'all: > > > > First, I rec

Re: [sword-devel] I give up

2020-05-13 Thread Greg Hellings
On Wed, May 13, 2020 at 3:57 PM Tom Sullivan wrote: > Y'all: > > First, I recognize that as a writer and long retired developer and > engineer (and thus obsolete) that in terms of technical issues, I am way > out of my league with all you C++ programmers and experts. > > Second, I want to thank

Re: [sword-devel] Status of OSIS?

2020-05-05 Thread Greg Hellings
On Mon, May 4, 2020 at 1:07 PM Michael H wrote: > I've got 40 works and growing that I've been meaning to look at creating > Sword Modules. All of these are genbooks. Almost 100% currently are works > by Andrew Murray (but the list is much bigger.) > > But, as I try to make sense of the OSIS

Re: [sword-devel] High Efficiency Image File format (HEIF)

2020-04-25 Thread Greg Hellings
On Sat, Apr 25, 2020 at 12:59 AM David Haslam wrote: > The wiki refers to “Image modules’. > > What are these? > > Are they different to what Karl describes? > No, they're exactly what Karl describes. His point is just that the images are simply binary blobs to the engine that come along during

Re: [sword-devel] trying to get proper xhtml to work in webkit

2020-04-18 Thread Greg Hellings
On Sat, Apr 18, 2020, 07:09 Karl Kleinpaste wrote: > On 4/17/20 11:43 AM, Greg Hellings wrote: > > the HTML WG suggests, and apparently all browsers implement, ignoring > those directives and instaead caring only about the Content-Type > header/directive. So if you have that h

Re: [sword-devel] Tracker

2020-04-17 Thread Greg Hellings
ase, and as I’d logged in much earlier today, shouldn’t it > first just ask me to login again before I start typing a new issue? > > Presumably it uses session cookies to record the time of login? > > David > > Sent from ProtonMail Mobile > > > On Fri, Apr 17, 2020

Re: [sword-devel] Tracker

2020-04-17 Thread Greg Hellings
Is there maybe a web login timeout that's too short? --Greg On Fri, Apr 17, 2020, 15:14 David Haslam wrote: > The issues tracker won’t let me create a new issue. > > Something about a missing token. > > Annoyingly - happens at the last hurdle after I’d carefully composed the > report. > >

Re: [sword-devel] trying to get proper xhtml to work in webkit

2020-04-17 Thread Greg Hellings
On Fri, Apr 17, 2020 at 6:33 AM Karl Kleinpaste wrote: > On 4/16/20 11:08 PM, Greg Hellings wrote: > > will give you HTML 5, not XHTML. XHTML would be much > wordier: > https://en.wikipedia.org/wiki/Document_type_declaration#XHTML_Basic_DTDs > > > Well... That link it

Re: [sword-devel] trying to get proper xhtml to work in webkit

2020-04-16 Thread Greg Hellings
On Thu, Apr 16, 2020 at 9:31 PM Karl Kleinpaste wrote: > From discussion here in March of last year, I am attempting to get Xiphos > to operate in a proper xhtml mode, rather than its apparent heretofore html > mode, because I honestly wasn't aware that WebKit could operate other than > xhtml in

[sword-devel] Build Failure in path with spaces

2020-04-08 Thread Greg Hellings
So there's a two-fold failure during compile when handling paths with spaces. The first is that the build fails when the code is in a path that has spaces in it. This is because instances of "-I${some_foo}/include" in autotools are not wrapped with quotation marks. The second is when you invoke:

Re: [sword-devel] NASB and Dictionary lookup in Xiphos

2020-04-02 Thread Greg Hellings
I have submitted a PR that removes the NASHebrew/NASGreek handling code in Xiphos. With it applied, clicking on Strong's numbers now works as expected. Fedora packages with the applied patch are building now and will be ready shortly. Any other packagers wishing to include this fix ASAP can fetch

Re: [sword-devel] Bishop 1.4.0 translation UPDATED2

2020-04-02 Thread Greg Hellings
redirects me to login. So without an account I can't even see what code is up there. --Greg > Troy > > > On 4/1/20 10:14 AM, Greg Hellings wrote: > > How does one sign up for access to our gitlab instance? > > --Greg > > On Wed, Apr 1, 2020 at 11:21 AM Troy A. Griffit

Re: [sword-devel] Bishop 1.4.0 translation UPDATED2

2020-04-01 Thread Greg Hellings
How does one sign up for access to our gitlab instance? --Greg On Wed, Apr 1, 2020 at 11:21 AM Troy A. Griffitts wrote: > I hope everyone isn't going too crazy sitting at home. > > I'm about to push this release of Bishop out. If anyone has anything else > they'd like to get into the release,

Re: [sword-devel] TEST

2020-03-31 Thread Greg Hellings
On Tue, Mar 31, 2020 at 7:49 AM David Haslam wrote: > Have there really been no posts to this mailing list since last Wednesday? > Correct. This is a pretty low-traffic list. --Greg > Or has my address somehow been blocked without me being notified? > > I hope you're all keeping well in this

Re: [sword-devel] Firefox to remove support for the FTP protocol | ZDNet

2020-03-20 Thread Greg Hellings
(PocketSword) graciously provided the original support when he > was having trouble with FTP access over iOS. > >>>> > >>>> Bishop uses SWORD's FTP support over iOS with no issues that I've had. > >>>> > >>>> It could have been a network provider filt

Re: [sword-devel] Firefox to remove support for the FTP protocol | ZDNet

2020-03-20 Thread Greg Hellings
On Fri, Mar 20, 2020 at 2:25 PM Michael Johnson wrote: > On 3/20/20 7:44 AM, Greg Hellings wrote: > > > > ✔ https://www.crosswire.org/ftpmirror/pub/sword/ > > ✔ http://ftp.bible.org/ > > ✗ http://ftp.xiphos.org/ > > ✗ http://ftp.ibt.org.ru/ > > ✗ https://f

Re: [sword-devel] Firefox to remove support for the FTP protocol | ZDNet

2020-03-20 Thread Greg Hellings
cause they didn't > know of or care about any ongoing uses for it. With browsers dropping > support, it's validity as a protocol is going to quickly go by the wayside. > All existing FTP based systems should be ported to HTTPS (and only 'S') at > the earliest convenience. > > On Fri, Ma

Re: [sword-devel] Firefox to remove support for the FTP protocol | ZDNet

2020-03-20 Thread Greg Hellings
On Fri, Mar 20, 2020 at 2:20 AM David Haslam wrote: > The writing is on the wall for FTP. > > Firefox to remove support for the FTP protocol | ZDNet > https://flip.it/AY-TTt > > How will this trend affect how we design and communicate? > Since we don't use or rely on Mozilla or Chrome code, I

Re: [sword-devel] Ezra Project 0.12.0 released

2020-03-18 Thread Greg Hellings
ding the Build process on Linux can be > found here: > https://github.com/tobias-klein/ezra-project/blob/master/BUILD.md#linux > > Let me know if you have more questions. > > Best regards, > Tobias > > On 3/18/20 8:08 PM, Greg Hellings wrote: > > Tobias, > > What wou

Re: [sword-devel] Ezra Project 0.12.0 released

2020-03-18 Thread Greg Hellings
Tobias, What would I need in place to make this available in Fedora? --Greg On Wed, Mar 18, 2020 at 2:07 PM Tobias Klein wrote: > Thanks for the packaging efforts and your feedback, Caleb! I appreciate > it! :) > > Tobias > > Am 18. März 2020 12:53:56 MEZ schrieb Caleb Maclennan : >> >> Great

Re: [sword-devel] OSIS milestone markers

2020-03-15 Thread Greg Hellings
Here is the first example of a cQuote I can find in the NASB (the character you indicated doesn't appear in the NASB output I can locate, but this one does): $ diatheke -b NASB -k Gen.3.4-Gen.3.5 Genesis 3:4: The serpent said to the woman, “You surely will not die! Genesis 3:5: For God knows that

Re: [sword-devel] How to access raw OSIS files

2020-03-11 Thread Greg Hellings
On Tue, Mar 10, 2020 at 6:49 PM Michael H wrote: > I owe you lunch Greg. > I sure wouldn't turn down an offer like that! --Greg > > On Tue, Mar 10, 2020 at 6:37 PM Philip White > wrote: > >> Ahh, that C API looks like what I would want. >> >> I didn't mean to disparage or be uppity by

Re: [sword-devel] How to access raw OSIS files

2020-03-10 Thread Greg Hellings
ping Bible software on Linux will end up on the Ubuntu > LTS software platform. > > > On Tue, Mar 10, 2020 at 5:38 PM Greg Hellings > wrote: > >> >> >> On Tue, Mar 10, 2020 at 5:27 PM Philip White >> wrote: >> >>> Thanks for the responses

Re: [sword-devel] How to access raw OSIS files

2020-03-10 Thread Greg Hellings
On Tue, Mar 10, 2020 at 5:27 PM Philip White wrote: > Thanks for the responses. I will consider using the Sword library. One > reason I am reluctant to do so is my preference for C over C++. > There is a C file in the bindings that allows you to access the library through C instead of C++. You

Re: [sword-devel] How to access raw OSIS files

2020-03-10 Thread Greg Hellings
On Tue, Mar 10, 2020 at 4:08 PM Philip White wrote: > Hi, > > I'm interested in building a linux command line module viewer. From > the wiki and the FAQ, it seems that the only way to work with the > modules available from the website is to use the SWORD library. If the > raw OSIS files were

Re: [sword-devel] Sword for the Blind

2020-02-24 Thread Greg Hellings
I seem to recall Xiphos being built with support for TTS software. I don't know if that's still current or not. If memory serves it just had hook to link in with the default Gnome provider? --Greg On Mon, Feb 24, 2020, 15:09 Don Elbourne wrote: > Have any of the Sword front-ends been tested to

Re: [sword-devel] ppc64le build errors

2020-02-17 Thread Greg Hellings
I should also note that "br=virbr0" is specific to my machine and is the networking bridge where all my local VMs are attached. I don't know where it came from, but your machine might have a different network attachment. --Greg On Mon, Feb 17, 2020 at 11:57 AM Greg Hellings wrote: &

[sword-devel] ppc64le build errors

2020-02-17 Thread Greg Hellings
ore we get to the 1.9 series. -Greg [0] https://gist.github.com/greg-hellings/a6756fdf6081038fe97569f74a28f00e [1] https://src.fedoraproject.org/rpms/sword/blob/master/f/sword-1.8.1-integer-types.diff [2] https://gist.github.com/greg-hellings/9a9dca49c7fe62311f7f7232e7da1278 ___

Re: [sword-devel] Using Git for Sword development?

2020-02-08 Thread Greg Hellings
On Sat, Feb 8, 2020 at 1:49 PM Tobias Klein wrote: > Hi, > > Have you guys been thinking about migrating the Sword sources to Git? > We have this discussion every year. I think this would be an enabler for better collaboration, considering > the merge capabilities of Git and for example the

Re: [sword-devel] Grep or Sed Command to Automate OSIS References?

2020-02-04 Thread Greg Hellings
No, that's this project: https://pypi.org/project/pysword/ It attempts to be compatible with reading Sword files, but it wouldn't have all the same bindings and features of the whole engine. --Greg On Tue, Feb 4, 2020, 15:23 Cyrille wrote: > > > Le 04/02/2020 à 13:21, Greg Helling

Re: [sword-devel] Grep or Sed Command to Automate OSIS References?

2020-02-04 Thread Greg Hellings
On Tue, Feb 4, 2020 at 12:05 PM Cyrille wrote: > > > Le 04/02/2020 à 13:01, Greg Hellings a écrit : > > > > On Tue, Feb 4, 2020 at 11:52 AM Cyrille wrote: > >> Hello Greg, >> Can you give more information about this python library please. It's >> int

Re: [sword-devel] Grep or Sed Command to Automate OSIS References?

2020-02-04 Thread Greg Hellings
--Greg > Le 04/02/2020 à 12:41, Greg Hellings a écrit : > > Maxwell, > > If you install the Python bindings to the Sword library, you can use the > library's extensive parsing information as well as its knowledge of > locales. A very simple Python script[0] will iterat

Re: [sword-devel] Grep or Sed Command to Automate OSIS References?

2020-02-04 Thread Greg Hellings
like this became nearly fool-proof and brought down the amount of time required to execute from unbearably long periods to under a second. --Greg [0] https://gist.github.com/greg-hellings/0de55fc3e07d5014f005efc12ffbdffa On Tue, Feb 4, 2020 at 11:28 AM Maxwell Murunga wrote: > Thank

Re: [sword-devel] Grep or Sed Command to Automate OSIS References?

2020-02-01 Thread Greg Hellings
If you know that you have a reference (e.g. if you're not looking for references within random blocks of text) then you can use something like our Python bindings to pass strings into it and ask our engine to generate the OSIS id. This is probably the best route to take as our Engine has rather

Re: [sword-devel] Tei dic in sword

2020-01-31 Thread Greg Hellings
On Fri, Jan 31, 2020 at 9:51 AM Cyrille wrote: > > > Le 31/01/2020 à 10:48, Karl Kleinpaste a écrit : > > On 1/31/20 10:29 AM, Cyrille wrote: > > OK, then is it a problem with sword or with Xiphos? > > It's incomplete support in Sword. > > If you look at Sword's src/modules/filters/teixhtml.cpp,

[sword-devel] Windows builds of utilities

2020-01-24 Thread Greg Hellings
Greetings, everyone: As I'm working on my automation for Sword releases, one of the things that people often ask for, despite all the advice against it, is Windows builds of the utilities. For myriad reasons I'm not currently producing builds off the head of Subversion, but rather from the latest

Re: [sword-devel] Long intro not shown entirely

2020-01-20 Thread Greg Hellings
As Troy's email suggests, you'll want to use the 4-byte version of the module driver. Try adding a -4 to the arguments to osis2mod when running the import and updating the conf file by appending a 4 to the name of the driver (e.g. zText4, RawText4, etc). This should increase the max size of an

Re: [sword-devel] Operation not permitted error while installing on Mac OS X

2020-01-20 Thread Greg Hellings
On Mon, Jan 20, 2020 at 12:52 PM Troy A. Griffitts wrote: > Hi Maxwell, > > Have a look in the folder: sword/bindings/objc/ and see the README > If you're not looking for ObjC, you could also use the homebrew project to install libsword. That will install it to the root of your homebrew folder

Re: [sword-devel] How to validate a Sword module unlock key?

2020-01-13 Thread Greg Hellings
bility for input errors when entering the key, the > frontend must provide extra functions to "correct the key" after the > installation has already happened (this wouldn't be necessary with a > validation function). > > Best regards, > Tobias > On 1/12/20 11:46 PM,

Re: [sword-devel] How to validate a Sword module unlock key?

2020-01-12 Thread Greg Hellings
On Sun, Jan 12, 2020 at 10:32 AM Tobias Klein wrote: > Hi, > > I'm adding Sword module unlock support to Ezra Project and I've been > wondering how you would validate a given unlock key? > > Basically the dialog for entering the unlock key is shown when a locked > module is selected for

[sword-devel] Windows Unicode

2020-01-06 Thread Greg Hellings
A long, long time ago I took over building a MinGW Sword package build for Fedora in order to enable cross-compiling Xiphos for Windows machines. In so doing I also adopted a patch against Sword that Xiphos keeps in its tree. This is due to a bug (feature? Let's just go with "limitation") in the

Re: [sword-devel] SWORD 1.9.x [was: NA28]

2019-12-26 Thread Greg Hellings
Can we get our heads together to get Jenkins setup in the new infrastructure? With the current system setup, it should be easier to keep that system running. --Greg On Thu, Dec 26, 2019, 12:51 Troy A. Griffitts wrote: > Hi Tobias, > > Technically, the functionality was added to trunk here: > >

Re: [sword-devel] Ezra Project 0.10.0 released

2019-10-15 Thread Greg Hellings
Tobias, What would be necessary for me to put together official packages for Fedora and CentOS? Can you give me an idea of the dependencies? --Greg On Tue, Oct 15, 2019 at 4:59 PM Tobias Klein wrote: > Hi all, > > *Ezra Project **0.10.0* has been released. Ezra Project is a topical > bible

Re: [sword-devel] Determining the repository a SWModule belongs to

2019-09-27 Thread Greg Hellings
Currently the engine does not intentionally preserve any information about where a module comes from. This is why, for a single installer, it cannot handle having parallel installs of the same module from different sources (e.g. you can't have both CrossWire KJV and your own homegrown KJV in

Re: [sword-devel] Windows Subsystem for Linux - Sword, utilities for Windows

2019-09-24 Thread Greg Hellings
On Tue, Sep 24, 2019 at 7:43 PM Dudeck, John wrote: > Greetings, > > Has anyone built Sword in the Windows Subsystem for Linux? Has anyone > built the Windows utilities this way? > I have no access to a Windows machine at present. My Surface is on indefinitely loan to a friend who is in school.

Re: [sword-devel] OSIS Commentary - versification

2019-09-23 Thread Greg Hellings
On Mon, Sep 23, 2019 at 12:27 PM Michael H wrote: > The text (https://git.door43.org/Door43-Catalog/en_tn) is not in > currently in a format supported by anything except unfoldingWord, ( > https://door43.org/u/Door43-Catalog/en_tn/ff70a8adb2/) but it is in a > regular format. So the manual

Re: [sword-devel] OSIS Commentary - versification

2019-09-23 Thread Greg Hellings
On Sun, Sep 22, 2019 at 2:08 PM Michael H wrote: > So I have a collection of files (based on vulgate and NRSV works) that > will become commentaries. > > The first thing I'd like to address are the differences in the > versification, primarily (for the vulgate stuff) so that commentary about >

[sword-devel] XML Entities (was Re: New Release)

2019-08-29 Thread Greg Hellings
Let's start a new thread for unrelated replies On Thu, Aug 29, 2019 at 10:49 AM Tom Sullivan wrote: > Y'all: > > This is a bit late, but I have just found something odd for which I have > no explanation. > > Due to the way some Python modules handle XML, non-ascii characters may > be converted

[sword-devel] New Release

2019-08-27 Thread Greg Hellings
Hey everyone, It's been a while since the 1.8.1 release went out. Over the past couple of months there has been a flurry of updates, fixes, and minor tweaks added to the trunk. Lots of these were in support of Android and Bishop in particular, but not all of them. With a long weekend in the USA

Re: [sword-devel] ppc64le build error

2019-08-19 Thread Greg Hellings
/ppc64le/images/ 2: Install the necessary utilities: sudo dnf install genisoimage cloud-utils qemu-system-ppc-core 3: Create a file (I call mine config.yaml) with the following content: https://gist.github.com/greg-hellings/5f8b38f12892260df14b4e512185048e 4: Converge config.yaml to config.iso: cloud

Re: [sword-devel] ppc64le build error

2019-07-21 Thread Greg Hellings
o, and I assumed it was because I am currently at my mom's and I'm not on my local network. More likely this is because the box wasn't configured exactly correctly by the people who created it. I'll see if there's anything I can do to fix that. --Greg > Troy > > > On 7/20/19 9:28 PM, Greg He

Re: [sword-devel] ppc64le build error

2019-07-20 Thread Greg Hellings
I did just kick off this latest build against Rawhide and still got the same error: https://koji.fedoraproject.org/koji/taskinfo?taskID=36383425 --Greg On Sat, Jul 20, 2019 at 11:28 PM Greg Hellings wrote: > https://app.vagrantup.com/ppc64le/boxes/fedora30 > > That should allow you

Re: [sword-devel] ppc64le build error

2019-07-20 Thread Greg Hellings
ord SVN trunk, but > > since this issue has long been fixed in Sword++, I referred to this > > commit in hopes to accelerate this getting fixed for Sword as well. I > > think it would not benefit anyone if Sword was left failing on Fedora > > rawhide. > > > > > &

Re: [sword-devel] ppc64le build error

2019-07-17 Thread Greg Hellings
instead of plain uint64_t. > > [2]: See https://stackoverflow.com/a/228797 for a good summary on this. > > > On 17.07.19 17:52, Greg Hellings wrote: > > I got an automated report this week that Sword 1.8.1 has begun failing to > > build on ppc64le architecture with type redefinition

[sword-devel] ppc64le build error

2019-07-17 Thread Greg Hellings
I got an automated report this week that Sword 1.8.1 has begun failing to build on ppc64le architecture with type redefinition errors. The errors are reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1730318 To copy from that link, the relevant error is:

Re: [sword-devel] Ezra Project 0.8.1 released

2019-06-30 Thread Greg Hellings
If not, please file a bug. --Greg On Sun, Jun 30, 2019, 18:01 Tobias Klein wrote: > I'm happy about quick responses, no worries :) > > I built Sword using CMake. No special options. Can I get the same effect > as with usrinst.sh and autotools, but using CMake? > > Best regards, > Tobias > On

Re: [sword-devel] Sword library: Compiler errors with newer version of ICU (63) on Ubuntu 19.04

2019-06-15 Thread Greg Hellings
There are patches already in SVN head for building with CMake that set the appropriate compiler flag for this. It's necessary for anything after ICU 61 On Sat, Jun 15, 2019, 13:33 Tobias Klein wrote: > Hi, > > While building Ezra Project packages for Ubuntu 19.04 including a > statically linked

Re: [sword-devel] Afrikaans [was: Translators Needed, Any Language]

2019-06-12 Thread Greg Hellings
On Wed, Jun 12, 2019 at 12:38 PM Troy A. Griffitts wrote: > The primary reason I haven't switched this yet is that we have many people > with access to various parts of that repo. Some can modify tests, some the > build system, some filters, only a few can modify the core lib source, > etc. I

Re: [sword-devel] python3 module ?

2019-06-12 Thread Greg Hellings
xError: invalid syntax > > checking for Python header files... > checking for Python library... Not found > > > So i cannot continue with the expected: > > make pythonswig > PKG_CONFIG_PATH=/usr/local/sword/lib/pkgconfig > CPPFLAGS="-I/usr/lo

Re: [sword-devel] python3 module ?

2019-06-11 Thread Greg Hellings
What version are you trying with? What error message are you getting? The bindings have supported python2/3 for quite some time using nothing more than a configure time switch. I build both for Fedora/EPEL, as can be seen in the official spec file. --Greg On Sun, Jun 9, 2019, 13:03 pierre

Re: [sword-devel] "File does not contain a valid SWORD module"

2019-06-01 Thread Greg Hellings
Do you have any of our other apps installed on that device? --Greg On Sat, Jun 1, 2019 at 7:53 PM Troy A. Griffitts wrote: > Does anyone have any idea what this is? On my phone, when I download > bishop.apk from the link with mobile Chrome and then click "Open", I get > a toast message: > >

Re: [sword-devel] Mobile HTML JavaScript - Bishop + Designers, Help Wanted

2019-05-26 Thread Greg Hellings
Oh good, Bishop has been my main mobile Bible app for a bit now and there's only one minor issue I had with the UI. Now that I know where the code is, I can mash up a fix to it. Before I click the link and expend any actual effort to answer my own question, are there build instructions for it?

Re: [sword-devel] Sword front-ends, the clipboard and social media

2019-05-05 Thread Greg Hellings
I'm pretty sure that verse numbers are exclusively the purview of front ends and aren't part of the engine markup. --Greg On Sun, May 5, 2019, 15:29 David Haslam wrote: > No - although a front-end would include the UI option to “Copy Special”, > IMHO, the right place for the special filter

Re: [sword-devel] Linux: Linking to Sword library with potentially different names

2019-04-17 Thread Greg Hellings
Tobias, What form is your code in? Where does the repo live? Is it a C/C++ app? A Python app? --Greg On Wed, Apr 17, 2019 at 3:27 PM Tobias Klein wrote: > Mmmm... I guess you're right about that. Maybe a step before going "into" > the repositories is to offer debian packages for regular

[sword-devel] httptest

2019-04-11 Thread Greg Hellings
I've attached a patch for the latest httptest that was added to SWORD. That one test references the internal headers differently than all the other test files do. If someone with commit privileges could please apply it to the current SVN HEAD, that would be great. Thanks. --Greg Index:

Re: [sword-devel] Door43

2019-04-08 Thread Greg Hellings
On Sat, Apr 6, 2019 at 9:45 AM Michael H wrote: > Michael, > > That link is my hack of the Door43 catalog. There is a (probably more > accurate) json version which frustrated my attempts to open due to line > length (1 row of text) freezing my editors. It probably will feed your > methods

Re: [sword-devel] Where is current cipherraw.exe for Windows?

2019-03-27 Thread Greg Hellings
On Wed, Mar 27, 2019 at 10:48 AM Dudeck, John wrote: > Ok. If I understand correctly, cipherraw is deprecated, and the > recommended alternative is mod2zmod. > > In reading the wiki page about mod2zmod, there is no mention of using it > on Genbooks. It only says that it is better to use osis2mod

Re: [sword-devel] Where is current cipherraw.exe for Windows?

2019-03-27 Thread Greg Hellings
On Wed, Mar 27, 2019 at 10:24 AM David Haslam wrote: > Just curious. > > If you did use mod2zmod twice with a different cipherkey, what happens? > This is just an educated guess, but: The second run will overwrite the output files of the first run and result in a module enciphered with the

Re: [sword-devel] Where is current cipherraw.exe for Windows?

2019-03-27 Thread Greg Hellings
The version that I upload to the link David provided are identical in pedigree to the ones that ship with Xiphos. I just bundle them up separately from the Xiphos builds whenever I create a new release in Fedora. The code that creates them is available for anyone with a Linux or Macintosh host to

Re: [sword-devel] XHTML vs HTML (was: Color in osis)

2019-03-18 Thread Greg Hellings
On Mon, Mar 18, 2019 at 12:36 PM Nathan Phillip Brink < ohnobi...@ohnopublishing.net> wrote: > Normal XML manipulation libraries will make it hard > to accidentally “lose” the namespace. > Let it be noted that SWORD does not use any XML manipulation libraries but parses its XML by itself. I'm

Re: [sword-devel] Question regarding special markup in Psalms and SWModule::stripText

2019-03-17 Thread Greg Hellings
You might need to add an instance of the GBFPlain class to the filter set before calling for stripText. It is specifically crafted to strip the tags you're talking about. In general, you'll want to add a Plain object to the filter set for any module you're processing to plain text, where can be

Re: [sword-devel] Platform for the distribution of non-free Sword Modules

2019-03-13 Thread Greg Hellings
d to prove to myself and others that it could be done. It was a minimal amount of work to do that from a technical standpoint. --Greg > Best regards, > Tobias > On 12.03.19 23:44, Greg Hellings wrote: > > > > On Tue, Mar 12, 2019 at 5:12 PM Tobias Klein wrote: > >> Hi, >&g

Re: [sword-devel] Platform for the distribution of non-free Sword Modules

2019-03-12 Thread Greg Hellings
On Tue, Mar 12, 2019 at 5:34 PM Peter von Kaehne wrote: > I would actively oppose this proposal. > > Leaving aside a few popular but otherwise irrelevant texts (NIV etc) > Why do you say "irrelevant", when there are regular requests from people - both like Tobais as well as people more meekly

Re: [sword-devel] Platform for the distribution of non-free Sword Modules

2019-03-12 Thread Greg Hellings
On Tue, Mar 12, 2019 at 5:12 PM Tobias Klein wrote: > Hi, > > I'm following up on the last thread that I started. Who would be > interested in actively supporting the following idea: > > - Develop/set up an online platform that sells non-free Bible translations > as locked Sword modules > This

Re: [sword-devel] Wanted : Sword utility to convert MarkDown to GenBook

2019-02-21 Thread Greg Hellings
semnatics regarding header definitions (there are two styles, btw, of header definition) and more, because Markdown is a Wild West of presentation-only markup. --Greg > > David > > Sent from ProtonMail Mobile > > > On Wed, Feb 20, 2019 at 17:30, Greg Hellings > wrote: > &

Re: [sword-devel] Wanted : Sword utility to convert MarkDown to GenBook

2019-02-20 Thread Greg Hellings
As with most such proposals, going from a presentational markup to a semantic markup is neither straightforward, nor guaranteed any measure of particular success. Even just looking at the first few documents at the URL you've provided, the automation into OSIS would be non-trivial. The first two

Re: [sword-devel] Orphaned verse tags in SWORD modules

2019-02-09 Thread Greg Hellings
Are we sure that this is a problem with the OSIS and not just an issue with the render filters? All consecutive strings of whitespace characters in XML cdata segments is supposed to be collapsed to a single space character upon processing. If we've got newlines showing up in places that a newline

Re: [sword-devel] Tool for convertion html to osis

2019-02-01 Thread Greg Hellings
On its surface, this is a very straightforward process. 1. Convert the HTML (which is a specific set of defined tags using the SGML grammar) into XML (not specifically targeting XHTML, as that's a slightly different grammar, but all HTML in places where it violates XML rules can be rendered into

Re: [sword-devel] Swe1913 unknown ref

2019-01-29 Thread Greg Hellings
elieve they're of the same translation and increases the likelihood that the translators would be referencing that work. --Greg On Tue, Jan 29, 2019 at 10:39 AM Greg Hellings wrote: > I imagine it refers to the deutoerocanonical books listed here: > https://sv.wikisource.org/wiki/De_apokryfiska_b%C

<    1   2   3   4   5   6   7   8   9   10   >