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 do

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 i

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 X

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_apokryfisk

Re: [sword-devel] Swe1913 unknown ref

2019-01-29 Thread Greg Hellings
I imagine it refers to the deutoerocanonical books listed here: https://sv.wikisource.org/wiki/De_apokryfiska_b%C3%B6ckerna_(1921) The second book there being listed as "Visheten" --Greg On Tue, Jan 29, 2019 at 10:24 AM Cyrille wrote: > Hello, > In the source of swe1913 I have an unknown ref :

Re: [sword-devel] Audio projects? (Video projects?)

2019-01-21 Thread Greg Hellings
For some individuals, they identify sign language as their primary language / mother "tongue". For such individuals, having a sign language Bible is important. --Greg On Mon, Jan 21, 2019, 14:30 Tom Sullivan Out of curiosity: Why put sign language for deaf on a screen when text > is simpler? > >

Re: [sword-devel] Making a Zip archive of a module?

2019-01-10 Thread Greg Hellings
On Thu, Jan 10, 2019 at 9:42 PM Greg Hellings wrote: > > > On Thu, Jan 10, 2019 at 12:22 PM David Haslam > wrote: > >> I was rather hoping that a tool that takes just the ModuleName as its >> parameter might be available. >> >> If we can have >> mkfa

Re: [sword-devel] Making a Zip archive of a module?

2019-01-10 Thread Greg Hellings
th or its default utilities. There's nothing really here for the library to do. That said, here's a Python script that will do exactly what you asked for. https://github.com/greg-hellings/sword-helpers It requires that you have the Sword Python bindings in place. --Greg > > David &

Re: [sword-devel] Text and module development on CrossWire

2019-01-09 Thread Greg Hellings
On Wed, Jan 9, 2019 at 9:32 AM Peter von Kaehne wrote: > On Wed, 2019-01-09 at 14:53 +, David Haslam wrote: > > > Not sure if this was the wisest structure for what we are doing > > here. > > No, possibly not. You start with one thing and then change it about > until it fits. I have also crea

Re: [sword-devel] Remarks before [ModuleName] ?

2019-01-07 Thread Greg Hellings
There aren't any frontends that read conf files that I'm aware of. They all use the library to do that. The question is if the library can handle ini files with comments. A few basic tests should allow you to figure that out. --Greg On Sun, Jan 6, 2019 at 4:04 AM David Haslam wrote: > Are there

Re: [sword-devel] ebible.org down?

2019-01-04 Thread Greg Hellings
Michael, If this is truly the cause, or if you know the cause but don't have a solution, I'd be happy to work with you on ideas of what you could do to improve site reliability. Feel free to contact me off list if you would like to discuss possible solutions. --Greg On Fri, Jan 4, 2019, 17:29 re

Re: [sword-devel] UnlockInfo .conf entry

2018-12-29 Thread Greg Hellings
Years ago I wrote a proof of concept showing how every customer could receive a cipher encrypted module with a unique key per user. Nothing stops any publisher from doing the same if they wanted to avoid having a single unlock key. Having it unique to the user's device would be relatively straight

Re: [sword-devel] Python 2 End of Life (Sunset date)

2018-12-17 Thread Greg Hellings
On Sat, Dec 15, 2018 at 9:03 AM David Haslam wrote: > Dear all, > > If like me, you're still using Python 2.7 on your machine for some > scripting tasks, > and in case you didn't already know, the End of Life for Python 2 is 2020. > > See https://legacy.python.org/dev/peps/pep-0373/ > > This mean

Re: [sword-devel] Export CzeCSP to format which could be imported to InDesign

2018-12-13 Thread Greg Hellings
Your best bet is probably to start from the OSIS source material and transform it directly using XSLT, SAX, or DOM processing. The SWORD engine output is going to be very highly opinionated about any of the presentation formats. Probably best to just take something you can manipulate yourself and t

Re: [sword-devel] repeated text in diatheke output

2018-12-12 Thread Greg Hellings
u believe this? Copy this signature into your email program > and use the Internet to spread the Great News every time you email. > > On 12/12/18 1:15 PM, Greg Hellings wrote: > > Why do you say it's out of date? 1.8.1 is the latest current release. > > > &

Re: [sword-devel] repeated text in diatheke output

2018-12-12 Thread Greg Hellings
ust) in Jesus Christ, > you will go to Heaven. Otherwise you will go to Hell. > Warning! Good works are a result, not cause, of saving trust. > More info is at www.esig.beforgiven.info > Do you believe this? Copy this signature into your email program > and use the Internet to spread

Re: [sword-devel] repeated text in diatheke output

2018-12-12 Thread Greg Hellings
Yeah, this was a bug some of us tracked down a while ago. As Karl pointed out, it's fixed in subversion head. Greg On Wed, Dec 12, 2018, 11:40 Karl Kleinpaste On 12/12/18 12:31 PM, Tom Sullivan wrote: > > diatheke (in Linux, Debian 9) prints out repeated text. > > Doesn't occur with current (jus

Re: [sword-devel] ICU related errors to compile

2018-11-28 Thread Greg Hellings
It is not necessary to make code changes to get past this compile issue. At least, not at present. I have this patch[0] that is, as yet, not committed to SVN that fixes the problem in the CMake tree with just a compiler definition. The test should be for ICU > 61, then add this preprocessor defini

[sword-devel] Windows utils builds

2018-11-26 Thread Greg Hellings
I've finally put together and automated the process by which I zip up the Windows versions of the utils. For anyone involved in computer automation, the code underlying this is an Ansible role which is designed for a Fedora target. It could be adapted to run on other distributions as well, but I do

Re: [sword-devel] Problem with verse range linking osis2mod Windows v3431

2018-11-25 Thread Greg Hellings
On Sat, Nov 24, 2018 at 5:25 AM David Haslam wrote: > So the reported bug arises only from the 64 bit compilation of > osis2mod.exe for Windows? > > Have I got this right? > > AFAIK, the 64 bit utilities are only maintained by Karl as bundled with > Xiphos releases. I think Greg only provides 32

Re: [sword-devel] CCEL, ThML - volunteers?

2018-11-15 Thread Greg Hellings
x27; > is > > > even possible. > > > > > > I spent time developing similar scripts (something like wordxml -> > > > USFM) for single use cases. Doing the conversion was usually about > > > 10 steps, but then dealing with the exceptions (both befo

Re: [sword-devel] CCEL, ThML - volunteers?

2018-11-15 Thread Greg Hellings
On Thu, Nov 15, 2018 at 10:35 AM Dudeck, John wrote: > I am developing a set of Perl scripts that convert Logos XML to OSIS for > commentaries. It has proven to be a non-trivial exercise. > I undertook a similar exercise over a decade ago as part of an internship. It was a beast of a task and on

Re: [sword-devel] CCEL, ThML - volunteers?

2018-11-15 Thread Greg Hellings
It might be worth noting that ThML is not an import format for SWORD. It's a display format that basically boils down to HTML plus one or two extra tags for references. When I've made ThML based modules in the past, I had to put the files into imp format where each entry could be styled with ThML.

Re: [sword-devel] How are linked verses encoded in our modules?

2018-11-15 Thread Greg Hellings
In the olden days this was detected by incrementing to the next verse, calling renderText(), and doing a string comparison between it and the previous verse to determine if they were the same. Nowadays there is a method on SWModule named "isLinked(SWKey*, SWKey*)". It has slightly more complicated

Re: [sword-devel] Module bug tracker - volunteer(s) needed

2018-11-15 Thread Greg Hellings
Do we have a standard repository set from which the conf files are pulled? For instance, it would be great if all our module sources were available in dedicated repositories so that if a volunteer found a valid bug in, eg, a conf file they could submit a PR or patch to the appropriate repository, y

Re: [sword-devel] What devel libraries I am missing?

2018-09-28 Thread Greg Hellings
d under deliver. If 3.5.2 works for you, feel free to send along a patch for it and I'll include that in the next release. --Greg On Fri, Sep 28, 2018 at 6:04 PM Matěj Cepl wrote: > > On 2018-09-28, 21:01 GMT, Matěj Cepl wrote: > > On 2018-09-28, 16:28 GMT, Greg Hellings wrote: >

Re: [sword-devel] What devel libraries I am missing?

2018-09-28 Thread Greg Hellings
Sword is ready, but you have to define a particular complier flag. Your can check the spec file from Fedora to see what I use, or you can pull from SVN head to see if it includes the necessary check yet. --Greg On Fri, Sep 28, 2018, 12:19 pierre amadio wrote: > > http://tracker.crosswire.org/br

[sword-devel] ICU 61+ and SWIG build improvements

2018-07-11 Thread Greg Hellings
Hi everyone! ICU 62 just landed in Fedora's Rawhide, which means that I've been forced to deal with the failure of the library to build against ICU 61+ that others have addressed. I have worked up a patch to the CMake system that detects when ICU is higher than version 61 and handles that conditio

[sword-devel] Bishop 1.1.5

2018-07-03 Thread Greg Hellings
Just installed this on my Android Phone (Galaxy 7 Active). Initial brush was that it's reasonable and functional. I noted while installing the default module set that briefly the progress bar displayed "NaN%" for its completion on one of the modules. You might want to do some basic type and value

Re: [sword-devel] Possibility of using Slack

2018-06-28 Thread Greg Hellings
rks just great for the needs of developer communication on this project and with current project leadership that is unlikely to change. --Greg > > On Jun 28, 2018 at 3:53 PM, Greg Hellings wrote: > > > It sounds like that's the exact opposite of what we want. We want the > comm

Re: [sword-devel] Possibility of using Slack

2018-06-28 Thread Greg Hellings
It sounds like that's the exact opposite of what we want. We want the communication to be public and open, not private and closed. Also: what service spent much of yesterday offline? Hint: not Freenode, which is where we currently have our developer chat. --Greg On Thu, Jun 28, 2018 at 2:31 PM D

Re: [sword-devel] Bishop 1.15 for iOS

2018-06-20 Thread Greg Hellings
This is probably handled on Android by the system back button, where the functionality would be clear. One might need to be added to the app to account for iOS. --Greg On Wed, Jun 20, 2018, 13:29 David Haslam wrote: > Suggestion. > > Provide a means to escape the chapter & verse selector - in c

Re: [sword-devel] Xiphos not seeing eBible.org repository?

2018-06-12 Thread Greg Hellings
Did you go through the normal path of refreshing the standard list of sources? --Greg On Tue, Jun 12, 2018 at 10:03 PM Kahunapule Michael Johnson < kahunap...@ebible.org> wrote: > I just set up a new Linux (Ubuntu Bionic Beaver) system for someone, > including an install of Xiphos. When trying t

Re: [sword-devel] JSON Sword output

2018-06-12 Thread Greg Hellings
I have previously written a basic JSON interface to JSword just to prove to people it could be done. I don't know if the code still lives anywhere, but it's been done. It's extremely straightforward to do. It took me all of about a day to get it running fine. The same could be done in Sword if you

Re: [sword-devel] osis ref syntax for GkEsth & AddDan

2018-06-04 Thread Greg Hellings
On Mon, Jun 4, 2018 at 1:17 PM Dominique Corbex wrote: > On Thu, 31 May 2018 15:36:16 -0400 > "John Dudeck" wrote: > > > 3) Where do I find the latest Windows utilities that support all the > versifications? The latest I can find is 1.7.0-1 on the crosswire web site. > I saw the reference to Gre

Re: [sword-devel] Module submission, Wiki page

2018-06-04 Thread Greg Hellings
On Mon, Jun 4, 2018 at 9:44 AM Matěj Cepl wrote: > On 2018-05-30, 10:19 GMT, Peter von Kaehne wrote: > > Given that module submission is and - has always been > > - a definitive bottleneck in our setup I have spent > > significant time to make it automated, reproducible and > > hopefully faster

Re: [sword-devel] GenBook bibles, av11n

2018-05-31 Thread Greg Hellings
On Thu, May 31, 2018 at 3:38 PM, John Dudeck wrote: > Being somewhat new to the Sword project, and a module developer, not in > Sword development per se, I don't have any particular interest in GenBook > bibles. It sound's like a kludgy way to avoid having to make the base > engine powerful enoug

Re: [sword-devel] GenBook bibles, av11n

2018-05-31 Thread Greg Hellings
On Thu, May 31, 2018 at 4:56 AM, ref...@gmx.net wrote: > In respect of John's recent threads on correct encoding of various > apocryphal texts, I had a look again at our support for GenBook bibles. The > wiki lists this as in development, but whatever development has happened in > last few years,

Re: [sword-devel] SWORD Utilities

2018-05-28 Thread Greg Hellings
Oh bah humbug. The domain didn't expire. That's an alternate site that I also host on the same server for my piano tuning business. I've been fiddling with the web server configuration, because I've never used Nginx before and I want to get everything automated for it. I had almost gotten it right

Re: [sword-devel] osisID for merged verses

2018-05-17 Thread Greg Hellings
On Thu, May 17, 2018 at 5:10 PM, Michael H wrote: > This is a question: > > Is there anything in OSIS (or Sword coding) that limits the osisID 1 to 1 > to a milestone? Would including more than one osisID within a milestone > create errors? > > > />Dieu dit à Noé de construire un grand bat

Re: [sword-devel] Bishop for Android 1.0.8

2018-04-30 Thread Greg Hellings
On Mon, Apr 30, 2018, 20:26 Troy A. Griffitts wrote: > Thank you for the feedback Michael and reporting back. I am trying to > get my Apple account converted or an 'Organization' so 'CrossWire' can > submit Bishop to the AppStore, but I've stopped receiving responses from > D&B about adding a ph

Re: [sword-devel] ICU 61.1

2018-04-30 Thread Greg Hellings
sing stream message on this same thread, it looks like autotools and CMake can be updated to detect this and add the necessary preprocessor macro by doing a version compare. --Greg > Troy > > On 04/30/2018 12:54 PM, Greg Hellings wrote: > > There have been several people reporting that

[sword-devel] ICU 61.1

2018-04-30 Thread Greg Hellings
There have been several people reporting that SWORD is not compatible with ICU4C 61.1 as it's begun to make its way into various distribution repositories. Fedora Rawhide (continuous rolling "broken" release) has just taken that plunge today and now I'm getting the same build failures. Troy - have

Re: [sword-devel] Release 1.8.1

2018-04-23 Thread Greg Hellings
Versions 0 0 -1 -1 > >>> > > I can't remember (or now find) what the previous behaviour was, but I'm > guessing this is a regression or at least a bug? > I haven't the least idea on that. I don't really use the bindings. I just maintain them! You could

Re: [sword-devel] Diatheke, section headings and Psalm titles?

2018-04-09 Thread Greg Hellings
The "strange reason" is a well understood design decision in the engine that is, however, non obvious and leads frequently to this type of behavior for client applications. It is also patched in Subversion already. --Greg On Mon, Apr 9, 2018, 14:00 David Haslam wrote: > Apologies. > > I seem

Re: [sword-devel] Fixes to versification/av11n.py script in sword-tools repo

2018-04-08 Thread Greg Hellings
> On 2018-04-05, 02:34 GMT, Greg Hellings wrote: > > Feel free to submit future revisions directly through git. > > Ehm, I have to repeat: which git repo? And also, could I ask for > those Czech locale being updated as well (previous set of > patches sent to this list), please

Re: [sword-devel] Fixes to versification/av11n.py script in sword-tools repo

2018-04-04 Thread Greg Hellings
oing to have to be high on the priority list for the engine bindings with Python 2 fading out in Fedora land in the next two cycles. --Greg On Wed, Apr 4, 2018 at 1:52 PM, Greg Hellings wrote: > Well, I'm now not certain if I have commit privileges to that repository. > I'm pretty

Re: [sword-devel] Fixes to versification/av11n.py script in sword-tools repo

2018-04-04 Thread Greg Hellings
Well, I'm now not certain if I have commit privileges to that repository. I'm pretty sure I have had it in the past, but commit log tells me I'm probably hallucinating. And none of my credentials work on that repo. --Greg On Wed, Apr 4, 2018 at 11:29 AM, Greg Hellings wrote: >

Re: [sword-devel] Fixes to versification/av11n.py script in sword-tools repo

2018-04-04 Thread Greg Hellings
;m sure of that I'll get the system up again and be able to tackle these patches. --Greg On Sat, Mar 31, 2018 at 1:48 PM, Matěj Cepl wrote: > On Sat, 31 Mar 2018 12:02:02 -0500, Greg Hellings wrote: > > Personally I'd prefer to see this as a few separate patches. > > Esp

Re: [sword-devel] Front-ends in which search can find words in the canonical Psalm headings?

2018-04-04 Thread Greg Hellings
On Wed, Apr 4, 2018 at 7:56 AM, David Haslam wrote: > I suppose STEP Bible was going to be one most likely to succeed, seeing as > it's whole UI is based on a search field. > > STEP is based on JSword. > > Do any other JSword based apps support search within [Psalm] headings? > > e.g. And Bible,

Re: [sword-devel] [PATCH] Make versification/av11n.py script working again.

2018-03-31 Thread Greg Hellings
Personally I'd prefer to see this as a few separate patches. Especaially one that separates out the PEP8 stuff from the other problems. On Sat, Mar 31, 2018 at 11:44 AM, Matěj Cepl wrote: > That means: > * Make it PEP8 compliant > * That unfortunately includes '\t' -> '' change (PEP8

Re: [sword-devel] TEI2MOD - Output File Names

2018-03-29 Thread Greg Hellings
e last component of the DataPath entry in the module's config file. --Greg > > > Thank you for your assistance. > > > > Johan Marais > > > > *From:* Greg Hellings > *Sent:* Thursday, 29 March 2018 17:20 > *To:* SWORD Developers' Collaboration Foru

Re: [sword-devel] TEI2MOD - Output File Names

2018-03-29 Thread Greg Hellings
On Tue, Mar 27, 2018 at 2:51 AM, Johan wrote: > Please help. > > > > I am using this command to create a SWORD dictionary module from TEI. > > tei2mod ./modules/lexdict/zld/ts2009en/ TS2009enVer100.txt -z -c ts2009en > > > > The output message is the following: > > tei2mod normalized 1 verses to

Re: [sword-devel] Diatheke ?

2018-03-27 Thread Greg Hellings
gain for the patch. > > Troy > > > On March 20, 2018 8:33:21 PM MST, Greg Hellings > wrote: >> >> >> >> On Tue, Mar 20, 2018 at 10:21 PM, Troy A. Griffitts > > wrote: >> >>> If I had to guess, I suspect diatheke is not calling render

Re: [sword-devel] Diatheke ?

2018-03-22 Thread Greg Hellings
eke works here? > - given that it was he who added the LaTeX format option - a major > contribution which we owe him thanks for. > - to do that, he must have got deeply involved in the code. > > Best regards, > > David > > Sent with ProtonMail <https://protonmail.com

Re: [sword-devel] Diatheke ?

2018-03-22 Thread Greg Hellings
ons. > Sounds like a filter thing. --Greg > > Best regards, > > David > > Sent with ProtonMail <https://protonmail.com> Secure Email. > > ‐‐‐ Original Message ‐‐‐ > On 21 March 2018 3:33 AM, Greg Hellings wrote: > > > > On Tue, Mar 20,

Re: [sword-devel] Diatheke ?

2018-03-20 Thread Greg Hellings
ere offering commentary, I would call that a bug in the UX of the API. But I do get why it is that way. Attaching a patch that solves the problem. --Greg > > > On March 20, 2018 8:13:41 PM MST, Greg Hellings > wrote: >> >> To be quite specific: diatheke does not encounter that hea

Re: [sword-devel] Diatheke ?

2018-03-20 Thread Greg Hellings
from Absalom his son. Psalms 3:2: Many there be which say of my soul, There is no help for him in God. Selah. --Greg On Tue, Mar 20, 2018 at 9:53 PM, Greg Hellings wrote: > It's easier to see the problem when using plain formatting: > > $ diatheke -b KJV -o h -f Plain -k Ps 3 >

Re: [sword-devel] Diatheke ?

2018-03-20 Thread Greg Hellings
unto the LORD: thy blessing is upon thy people. Selah. (KJV) --Greg On Tue, Mar 20, 2018 at 9:50 PM, Greg Hellings wrote: > I'm not so sure your initial assertion is correct. > > $ diatheke -b KJV -o h -k Ps 3 > Psalms 3:1: savlm="strong:H03068">Lord, > how ar

Re: [sword-devel] Diatheke ?

2018-03-20 Thread Greg Hellings
I'm not so sure your initial assertion is correct. $ diatheke -b KJV -o h -k Ps 3 Psalms 3:1: Lord, how are they increased that trouble me! many are they that rise up against me. A Psalm of David, when he fled from Absalom his son.Psalms 3:2: Many there be which say of my soul, There is no help fo

Re: [sword-devel] Using Multiple Front-ends

2018-03-04 Thread Greg Hellings
By default, all the desktop apps I know about should use the same paths. On phones, this probably depends greatly on which OS you're in. I don't think it's possible with iOS, but it might be possible with Android. That would depend on the app, though. On Sun, Mar 4, 2018 at 7:36 PM, wrote: > > W

Re: [sword-devel] Windows Builds

2018-02-12 Thread Greg Hellings
orked for both *x32* and x64 editions. > > Best regards, > > David > > Sent with ProtonMail <https://protonmail.com> Secure Email. > > Original Message > On 12 February 2018 5:59 PM, Greg Hellings > wrote: > > > > On Mon, Feb 12, 20

Re: [sword-devel] Windows Builds

2018-02-12 Thread Greg Hellings
w which further library files might still > be required.* > > Best regards, > > David > > Sent with ProtonMail <https://protonmail.com> Secure Email. > > Original Message > On 12 February 2018 3:16 PM, Greg Hellings > wrote: > > > &g

Re: [sword-devel] Windows Builds

2018-02-12 Thread Greg Hellings
give it another go? > > --Greg > > >> >> Best regards, >> >> David >> >> Sent with ProtonMail <https://protonmail.com> Secure Email. >> >> Original Message >> On 30 January 2018 5:15 PM, Greg Hellings >&g

Re: [sword-devel] Windows Builds

2018-02-10 Thread Greg Hellings
otes on what's different between the *x32* and *x64* >> builds ? >> > > One is for x32 architectures the other for x64. > > --Greg > >> >> >> cf. My PC has Windows 7 x64. >> >> Best regards, >> >> David >> >&g

Re: [sword-devel] Fwd: [LinuxUser] Any breakthroughs with Logos on Linux?

2018-02-08 Thread Greg Hellings
I was pretty sure that Wycliffe or SIL was working on porting ParaTEXT so that it ran on the Linux platform with Mono back in the day. At least I think it was ParaText they were working with. They were being big contributors to the Mono project at the time to support they work they were doing. --G

Re: [sword-devel] Windows Builds

2018-01-30 Thread Greg Hellings
; Best regards, > > David > > Sent with ProtonMail <https://protonmail.com> Secure Email. > > Original Message > On 30 January 2018 2:52 PM, Greg Hellings wrote: > > Dear all, > > I have made a first pass at building the Windows v

[sword-devel] Windows Builds

2018-01-30 Thread Greg Hellings
r those who are interested, and since I now automate everything I reasonably can manage to automate, you can see the scripts I use to build these files at https://github.com/greg-hellings/config. If you have Vagrant and Ansible installed on your local system, you can build the same results by open

Re: [sword-devel] Fedora packaging recommendation

2018-01-26 Thread Greg Hellings
> Do you need a manpage to get around this? > > > > On Fri, Jan 26, 2018 at 9:48 PM, Greg Hellings > wrote: > >> Fedora's automatic packaging check suggests that we ought to have a man >> page for /etc/sword.conf. Knowing nothing about man pages, is there any

[sword-devel] Fedora packaging recommendation

2018-01-26 Thread Greg Hellings
Fedora's automatic packaging check suggests that we ought to have a man page for /etc/sword.conf. Knowing nothing about man pages, is there anyone out there who feels that this is important enough to tackle? --Greg ___ sword-devel mailing list: sword-dev

Re: [sword-devel] Release 1.8.1

2018-01-08 Thread Greg Hellings
I would also like to add that the release process can be seen here: http://ci.crosswire.org/job/sword-release/18/ --Greg On Mon, Jan 8, 2018 at 9:03 PM, Greg Hellings wrote: > Coming quickly on the heels of 1.8.0, I'm happy to announce the release of > the engine's 1.8.1 relea

[sword-devel] Release 1.8.1

2018-01-08 Thread Greg Hellings
Coming quickly on the heels of 1.8.0, I'm happy to announce the release of the engine's 1.8.1 release. This release primarily comprises some updates to the bindings, including fixing the SWIG bindings to compile against the 1.8 series and a few fixups to the CMake scripts relating to testing. Plea

Re: [sword-devel] Module .conf files, Unicode Normalization

2018-01-06 Thread Greg Hellings
Why would the front end or engine need to know this information? Would it help the front end developers or users to know it? What do we gain by adding this? (I'm not implying it wouldn't be beneficial. But the only thing I know about Unicode is how the different UTF encodings work, so I have no ide

[sword-devel] CMake tests

2018-01-04 Thread Greg Hellings
Greetings Sword devs, I've put a little elbow grease into the CMake build scripts to bring the "make tests" option there up to snuff. The current heads of both trunk and sword-1-8-x should be able to run the tests/testsuite/runall.sh option with a CMake build now. This is all nicely packaged with

Re: [sword-devel] New LXX module

2018-01-03 Thread Greg Hellings
On Jan 3, 2018 03:06, "Cyrille" wrote: Hello, I noticed that the current LXX module doesn't have all the books, just the hebrew/protestant canonicals. I am available to create a new module with these missing books, but I need the current osis file if it is possible. I download already a doc file

Re: [sword-devel] Win32 sword utilities for SWORD release 1.8.0 ?

2017-12-29 Thread Greg Hellings
On Fri, Dec 29, 2017 at 4:05 PM, David Haslam wrote: > Thanks, Greg. > > Pretty sure I won't be the only person that uses Win32 editions of the > utilities, > even I have occasionally put in a reminder whenever there's a new release. > :) > > As a Society, we should always remember that we are no

Re: [sword-devel] Win32 sword utilities for SWORD release 1.8.0 ?

2017-12-29 Thread Greg Hellings
You ask this every time there is an engine release and the answer is still the same: there are no official builds of the utilities for Windows. The only supported environment for running them is Linux and they are only supported when running from Subversion HEAD. Anywhere that they run outside of t

Re: [sword-devel] Announcing release 1.8.0

2017-12-28 Thread Greg Hellings
On Thu, Dec 28, 2017 at 10:53 AM, Cyrille wrote: > > > Le 28/12/2017 à 17:20, Greg Hellings a écrit : > > > > On Dec 28, 2017 07:59, "Cyrille" wrote: > > > > Le 27/12/2017 à 17:15, David Haslam a écrit : > > May I suggest that these be included

Re: [sword-devel] Announcing release 1.8.0

2017-12-28 Thread Greg Hellings
! Good works are a result, not cause, of saving trust. More info is at www.esig.beforgiven.info Do you believe this? Copy this signature into your email program and use the Internet to spread the Great News every time you email. On 12/28/2017 11:22 AM, Greg Hellings wrote: > > > On Dec 28,

Re: [sword-devel] Announcing release 1.8.0

2017-12-28 Thread Greg Hellings
-- Original Message >>> Subject: Re: [sword-devel] Announcing release 1.8.0 >>> Local Time: 27 December 2017 4:03 PM >>> UTC Time: 27 December 2017 16:03 >>> From: lafricai...@gmail.com >>> To: sword-devel@crosswire.org >>> >&g

Re: [sword-devel] Announcing release 1.8.0

2017-12-28 Thread Greg Hellings
7 December 2017 16:03 From: lafricai...@gmail.com To: sword-devel@crosswire.org Le 24/12/2017 à 15:08, Greg Hellings a écrit : If you can see them in the folder, then there's nothing to add. No I'm sorry I made a typo mistake I wanted to write that I*can't* see the 3 new Catholic

Re: [sword-devel] Announcing release 1.8.0

2017-12-24 Thread Greg Hellings
aster/v11n>. > > Le 23/12/2017 à 21:51, Greg Hellings a écrit : > > I would like to take this chance to announce the immediate availability of > SWORD release 1.8.0. > > I know this release has been a long time in coming, but the long time > comes with lots of benefits

[sword-devel] Announcing release 1.8.0

2017-12-23 Thread Greg Hellings
I would like to take this chance to announce the immediate availability of SWORD release 1.8.0. I know this release has been a long time in coming, but the long time comes with lots of benefits for users, developers, and maintainers. The benefits to users and developers are mentioned elsewhere, th

Re: [sword-devel] Huge commits in SVN+ possible bug in 1.8.0

2017-12-21 Thread Greg Hellings
On Thu, Dec 21, 2017 at 6:10 PM, Jaak Ristioja wrote: > On 21.12.2017 15:08, Troy A. Griffitts wrote: > > Regarding the for lg, an empty div usually is rendered with > > no height but does induce a line break, by default. I didn't want to > > force additional vertical whitespace, in the event th

[sword-devel] 1.8.0RC6 - now with more automation!

2017-12-04 Thread Greg Hellings
Greetings SWORD friends! I've cut 1.8.0RC6, more because it is the first release built with the new automation tooling. It has a minor fix buried deep in the bindings code from RC5, but mostly this is to test out our automated build and release scripts. You can find the RC at http://crosswire.org

Re: [sword-devel] SWORD 1.8.0RC5 Final RC

2017-11-29 Thread Greg Hellings
On Wed, Nov 29, 2017 at 8:13 AM, Cyrille wrote: > > > Le 29/11/2017 à 15:04, Greg Hellings a écrit : > > > > I work for a company that's pretty well known for its dedication to Open > Source software. We still put a huge portion of our code in GitHub. This is &

Re: [sword-devel] SWORD 1.8.0RC5 Final RC

2017-11-29 Thread Greg Hellings
On Wed, Nov 29, 2017 at 6:29 AM, Cyrille wrote: > > > Le 29/11/2017 à 10:15, Manfred Bergmann a écrit : > > Am 27.11.2017 um 14:02 schrieb Cyrille > : > > > > > Why is it not a good choice? Just because it’s not open-source? > > It's difficult for me to argument in English... But I didn't said

Re: [sword-devel] OSIS project, version and updates?

2017-11-11 Thread Greg Hellings
On Nov 11, 2017 2:19 PM, "Andrew T." wrote: I observe that the FILE osisCore.2.1.1.xsd references the namespace URL 'xmlns="http://www.bibletechnologies.net/2003/OSIS/namespace";' which seems to NO longer exist. The namespace URL of an XML namespace does not need to best any connection to actua

Re: [sword-devel] RC - odd bug, diatheke, lookup, probably engine rather than utilities.

2017-11-02 Thread Greg Hellings
Correction, it's the "installmgr -ri CrossWire KJV" command that generates a wall of "2" output. --Greg On Thu, Nov 2, 2017 at 9:19 AM, Greg Hellings wrote: > I should not that this is in SVN HEAD in my case, not the RC. > > --Greg > > On Thu, Nov 2,

Re: [sword-devel] RC - odd bug, diatheke, lookup, probably engine rather than utilities.

2017-11-02 Thread Greg Hellings
I should not that this is in SVN HEAD in my case, not the RC. --Greg On Thu, Nov 2, 2017 at 9:19 AM, Greg Hellings wrote: > > > On Thu, Nov 2, 2017 at 7:15 AM, Peter Von Kaehne wrote: > >> I noticed this first on svn head in my normal source directory where I >> al

Re: [sword-devel] RC - odd bug, diatheke, lookup, probably engine rather than utilities.

2017-11-02 Thread Greg Hellings
On Thu, Nov 2, 2017 at 7:15 AM, Peter Von Kaehne wrote: > I noticed this first on svn head in my normal source directory where I > also work - so I suspected that it was my fault from something I did not > remember I had done at some point somewhere. So I downloaded your RC tar > ball and compile

Re: [sword-devel] Xiphos 4.0.7

2017-09-25 Thread Greg Hellings
e horribly broken anything. --Greg On Mon, Sep 25, 2017 at 8:51 PM, Fred Smith wrote: > On Mon, Sep 25, 2017 at 07:03:26PM -0500, Greg Hellings wrote: > >Builds for Fedora Rawhide, Fedora 27 (currently in alpha) and Fedora > 26 > >are currently underway. They'll f

Re: [sword-devel] Xiphos 4.0.7

2017-09-25 Thread Greg Hellings
Builds for Fedora Rawhide, Fedora 27 (currently in alpha) and Fedora 26 are currently underway. They'll filter into their respective repos over the next 0 to 7 days, depending on the QE cycle for your particular release. --Greg On Mon, Sep 25, 2017 at 8:20 AM, David Haslam wrote: > Installed th

Re: [sword-devel] xiphos repo down for the day

2017-09-08 Thread Greg Hellings
You could host it on Amazon S3 as HTTP/HTTPS only for pennies a month On Sep 8, 2017 05:58, "Karl Kleinpaste" wrote: > FYI the host personifying ftp.xiphos.org failed last night. > I should have a solution in place this evening. > > ___ > sword-devel m

Re: [sword-devel] SWORD 1.8.0RC3

2017-06-25 Thread Greg Hellings
On Sun, Jun 25, 2017 at 8:10 PM, Greg Hellings wrote: > Jaak, > > Can you provide a version of that patch for 1.7 (and 1.8, if there is a > difference)? Or point me to where it lives? I will definitely wrap that > into the packaging for Fedora and SuSE as it is absolutely inapprop

Re: [sword-devel] SWORD 1.8.0RC3

2017-06-25 Thread Greg Hellings
Jaak, Can you provide a version of that patch for 1.7 (and 1.8, if there is a difference)? Or point me to where it lives? I will definitely wrap that into the packaging for Fedora and SuSE as it is absolutely inappropriate to have SSL checking skipped at the library level without it being a very e

Re: [sword-devel] Catholic and Catholic2 versification

2017-06-05 Thread Greg Hellings
On Mon, Jun 5, 2017 at 3:18 AM, Cyrille wrote: > Hi, > Working with Catholic bibles I realized that there were some errors in > the versifications currently proposed. > I found for all those in which I could verify the following errors: > Ps 101 8 verses, not 9 > Job 25 6 verses not 14 > Job 27 2

Re: [sword-devel] Modules in CrossWire Experimental

2017-05-22 Thread Greg Hellings
That sounds like it should stay. The prefix "lzss" sounds like it uses the compression algorithm of the same name, which Sword has supported for a long time but which few or no released modules leverage. On May 22, 2017 6:06 AM, "David Haslam" wrote: One module in CrossWire Experimental that sho

Re: [sword-devel] Verse ranges...

2017-05-18 Thread Greg Hellings
On Thu, May 18, 2017 at 9:42 AM, David Haslam wrote: > A further related problem is what to do when a translator provides both the > shorter ending (found in critical texts) and the longer ending of Mark 16 > (found in the TR). > > A printed book can have two different verse 8, but a electronic B

Re: [sword-devel] Lucene search index and Coptic ?

2017-04-28 Thread Greg Hellings
I did not analyze the . It was multiple screens of text. Have you tried this in BD? BD uses Lucene directly instead of CLucene. That might have better support for Coptic. --Greg On Fri, Apr 28, 2017 at 1:19 PM, David Haslam wrote: > Thanks, Greg. > > I guess this shows the limitations of using

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