Re: [sword-devel] eBible.org repository refresh ongoing again

2015-08-13 Thread Troy A. Griffitts
Not commenting on the merits, but only on the necessities and history: Module names can (often should be for readability) upper and lower case DataPath needs to match exactly the data path on the file system. The case needs to match because some operating systems are case sensitive. Historicall

Re: [sword-devel] eBible.org repository refresh ongoing again

2015-08-13 Thread Kahunapule Michael Johnson
It seems to me that squashing to lower case for file system references is what caused problems in the first place, because I didn't also squash the module name to lower case. Wouldn't it be better to keep the module name the same as the file & directory names? Of

Re: [sword-devel] eBible.org repository refresh ongoing again

2015-08-13 Thread DM Smith
Yes. Traditionally paths are lowercase. So is the conf file name. The zip doesn't follow that convention. In Him, DM > On Aug 13, 2015, at 2:20 PM, Karl Kleinpaste wrote: > >> On 08/13/2015 02:15 PM, Kahunapule Michael Johnson wrote: >> Is there anything else that needs to be fixed? > I've ju

Re: [sword-devel] eBible.org repository refresh ongoing again

2015-08-13 Thread Karl Kleinpaste
On 08/13/2015 02:15 PM, Kahunapule Michael Johnson wrote: > Is there anything else that needs to be fixed? I've just been periodically trying to load up the entire content and reporting what I find doesn't work. As for fixing this sort of thing, generally speaking I believe we have always recommen

Re: [sword-devel] eBible.org repository refresh ongoing again

2015-08-13 Thread Kahunapule Michael Johnson
THANK YOU, Karl, for catching that and pointing it out. I'm really embarrassed that I missed that, but glad you caught it. I'll let you know when the corrections are uploaded. Is there anything else that needs to be fixed? On 08/13/2015 02:03 AM, Karl

Re: [sword-devel] Xiphos 4.0.3

2015-08-13 Thread Fred Smith
On Thu, Aug 13, 2015 at 12:32:04PM -0400, Karl Kleinpaste wrote: >On 08/13/2015 11:18 AM, Fred Smith wrote: > > Would you like me to upload them to you (as I did with the 4.0.2 RPMs)? > >Thanx, but shouldn't be necessary. As Greg just explained to me, once >his builds get into EPEL,

Re: [sword-devel] Xiphos 4.0.3

2015-08-13 Thread Karl Kleinpaste
On 08/13/2015 11:18 AM, Fred Smith wrote: > Would you like me to upload them to you (as I did with the 4.0.2 RPMs)? Thanx, but shouldn't be necessary. As Greg just explained to me, once his builds get into EPEL, then both RHEL and Centos can get them after doing "yum install epel-release". ___

Re: [sword-devel] BibleCS-1.7.2

2015-08-13 Thread David Troidl
Thanks for the information. I just downloaded and installed it over the top of 1.7.2 on Windows 10. Everything seems to be working fine, except indexed searching. I tried it on a couple of modules, one of my own and the ESV. Without an index, I get search results. With an index for the same

Re: [sword-devel] Xiphos 4.0.3

2015-08-13 Thread Greg Hellings
Drat, I forgot to build the epel RPMs for this build. I'm kicking off the build right now. Looks like biblesync never made it into EPEL-7 either, so I'll push both of them into circulation here in short order, if possible. --Greg On Thu, Aug 13, 2015 at 10:18 AM, Fred Smith wrote: > On Thu, Aug

Re: [sword-devel] Xiphos 4.0.3

2015-08-13 Thread Fred Smith
On Thu, Aug 06, 2015 at 11:04:40PM -0400, Karl Kleinpaste wrote: >For those unaware: Peter von Kaehne bumped sideways into a nasty, >crash-inducing Xiphos limitation related to the maximum count of >language groups that can be handled at one time. This was caused by a >new reposito

Re: [sword-devel] BibleCS-1.7.2

2015-08-13 Thread David Haslam
Thanks Troy. I must have missed any announcement almost 12 months ago. David -- View this message in context: http://sword-dev.350566.n4.nabble.com/BibleCS-1-7-2-tp4653527p4654957.html Sent from the SWORD Dev mailing list archive at Nabble.com. __

Re: [sword-devel] New repository - Implications for frontends

2015-08-13 Thread David Haslam
That's a particular module issue. Please report such issues direct to Michael Johnson. David -- View this message in context: http://sword-dev.350566.n4.nabble.com/New-repository-Implications-for-frontends-tp4654941p4654958.html Sent from the SWORD Dev mailing list archive at Nabble.com.

Re: [sword-devel] eBible.org repository refresh ongoing again

2015-08-13 Thread Karl Kleinpaste
There are now many modules with directory upper/lowercase errors causing installation failures. Example: $ grep DataPath .sword/InstallMgr/20150811152606/mods.d/thaKJV2003.conf DataPath=./modules/texts/ztext/tha*kjv*2003/ ftp> cd modules/texts/ztext/ 250 CWD command successful ftp> dir tha* 227

Re: [sword-devel] BibleCS-1.7.2

2015-08-13 Thread Troy A. Griffitts
The SWORD Project for Windows v1.7.3 was release on Sun Aug 24 18:27:04 MST 2014 On 08/13/2015 10:53 AM, David Haslam wrote: > Is BibleCS-1.7.2 still "in the long grass", or will there be a proper release > with an installer? > > David > > > > -- > View this message in context: > http://swor

Re: [sword-devel] BibleCS-1.7.2

2015-08-13 Thread David Haslam
Is BibleCS-1.7.2 still "in the long grass", or will there be a proper release with an installer? David -- View this message in context: http://sword-dev.350566.n4.nabble.com/BibleCS-1-7-2-tp4653527p4654953.html Sent from the SWORD Dev mailing list archive at Nabble.com. __

Re: [sword-devel] Transformation of USFM anchor references in xrefs into OSIS

2015-08-13 Thread Kahunapule Michael Johnson
In Haiola, I convert something as simple as: \x + Deuteronomy 8:3\x* to: Deuteronomy 6:16 where the origin reference (Matthew 4:7 in this case) comes from the location of the note if not explicitly given with an \xo tag. That was based on