Re: [sword-devel] Wiki suggestion

2013-02-18 Thread David Haslam
Robert, Please do edit the wiki page as you see fit. Don't worry about being a newbie to wiki editing. Someone else in CrossWire will tidy it up as and if required. David -- View this message in context: http://sword-dev.350566.n4.nabble.com/Wiki-suggestion-tp4651964p4651965.html Sent from

Re: [sword-devel] ESV module updated to current version possible?

2013-02-18 Thread Martin Denham
I had a query regarding an ESV version update from an AB user recently: ... I have to admit some surprise when I found the text that pastor was using was different in places. For example, Isa. “he was wounded for our transgressions” in the app, but “pierced for our transgressions” in the church

Re: [sword-devel] ESV module updated to current version possible?

2013-02-18 Thread Chris Burrell
Hi Martin DM is currently working on the ESV 2007, at which point Tyndale will add (once the work is finished) the Strong tagging to it. I'm not sure when the 2011 work will happen, but as far as the tagging is concerned we're hoping it shouldn't be too difficult to move it from 2007 to 2011.

[sword-devel] KJV with references?

2013-02-18 Thread David Haslam
My copy of a printed edition of the Authorized Version has pages with a center margin containing references. This is a *1936* edition published by William Collins Sons and Company, Limited in Glasgow. The front page declaration is dated the Third Day of November, Nineteen Hundred and

Re: [sword-devel] KJV with references?

2013-02-18 Thread DM Smith
The ThML version has them, but they are not from the KJV, but Treasury (IIRC). Want those that were part of the 1769 (as best as can be reconstructed.) Also, the margin notes are present for the OT but not the NT. I'd like to get these, too. And the KJV should have section titles. We don't

[sword-devel] FTP, JSword and Xiphos

2013-02-18 Thread DM Smith
It has long been known that JSword uses HTTP to get CrossWire's zip files as its only download mechanism. It used to have FTP but it was flaky on Windows. I'm in the process of adding it back in, but realized that it too only goes after the zip files. So I've now got proper code to get the

Re: [sword-devel] VerseMgr --- VersificationMgr

2013-02-18 Thread Greg Hellings
On Sat, Feb 16, 2013 at 8:58 AM, Troy A. Griffitts scr...@crosswire.orgwrote: One last rename for this release. I've changed the class VerseMgr to VersificationMgr. VerseMgr did not communicate well enough the intention of the class. I found myself referring to this class as

Re: [sword-devel] ESV module updated to current version possible?

2013-02-18 Thread DM Smith
I like 3 day holidays! I'm devoting it to finishing up some long awaited changes: JSword -- av11n (done) and ftp (prototyped, good enough to put off till later ;) KJV -- bug in osis2mod which is adding spaces before punctuation in colophons. ESV -- need to verify the xml is valid OSIS. I have

Re: [sword-devel] FTP, JSword and Xiphos

2013-02-18 Thread David Haslam
Even using the Xiphos (Windows) module manager, the ftp connection to the Xiphos repo seems to be currently unattainable. It just displays a blank window. Is it possible that they've changed the connection details from what's documented in http://crosswire.org/wiki/Module_Repositories#Xiphos ?

Re: [sword-devel] ESV module updated to current version possible?

2013-02-18 Thread David Haslam
JSword -- av11n (done) This is much appreciated - and will increase the urgency for JSword based front-ends to be updated to support it. (especially And Bible) David -- View this message in context:

[sword-devel] osis2mod

2013-02-18 Thread DM Smith
FYI, I just checked in a bug fix and a minor enhancement. The enhancement allows newlines within tags as in: tag attr=value attr2=xxx This will become tag attr=value attr2=xxx . It simply replaces a '\n' with a ' '. Note: This also changes \n in an attributes value to a ' '. The bug

[sword-devel] KJV update

2013-02-18 Thread DM Smith
I think I have a ready-to-release update to the KJV. Please do one last check. You can get the modules here: http://www.crosswire.org/~dmsmith/kjv2006/sword/2011/kjv.zip or if you want one with a different name and in raw format: http://www.crosswire.org/~dmsmith/kjv2006/sword/2011/av.zip Many

Re: [sword-devel] ESV module updated to current version possible?

2013-02-18 Thread Tonny Kohar
Hi, On Mon, Feb 18, 2013 at 9:50 PM, DM Smith dmsm...@crosswire.org wrote: I like 3 day holidays! I'm devoting it to finishing up some long awaited changes: JSword -- av11n (done) and ftp (prototyped, good enough to put off till later ;) Nice av11n (done) +1, need to update my code to