[sword-devel] SwordReader Feature List

2008-07-16 Thread SonWon
Okay, I couldn't wait so I put together a feature list. Not well documented but a list. Three sections, Features for The Next Release, Bugs Needing Attention, and Future Features. The list is by no means complete nor are all of the features in the correct section or even order of importances

[sword-devel] mod2osis.cpp update

2008-07-16 Thread Greg Hellings
List, The attached patch is the current work that I have done which has taken mod2osis from completely broken to at least basically functional. I have not had the opportunity to test on a module which began life as non-OSIS. In fact, I've only tested on the latest KJV module. However, making th

Re: [sword-devel] Geneva 1599 Bible module - misplaced verses?

2008-07-16 Thread David Haslam
There was a very similar bug in the ISV module, the ItaDio module, the ItaRive module. Probably several other modules too. The fault disappeared after I removed the module KJVgb which causes an address violation. David Haslam wrote: > > Using Sword Project 1.5.11 (in Windows), I have observe

[sword-devel] Geneva 1599 Bible module - misplaced verses?

2008-07-16 Thread David Haslam
Using Sword Project 1.5.11 (in Windows), I have observed that before chapter 1 verse 1 of most (not quite all) books, there is the text of a misplaced verse from the last but one chapter of the previous book of the Bible. Examples: Before Romans 1:1 And the other, some on boardes, and some on ce

Re: [sword-devel] Migrating to the eVC 4.0 Environment

2008-07-16 Thread SonWon
This is fun! I am not saying we should fork but we do need to understand the ramifications. By not forking any new developer will not be able to debug on the actual device assuming we are allowed to distribute EVC3. Otherwise they will not even have EVC3. We can revisit this issue when the

Re: [sword-devel] KJV Ref List

2008-07-16 Thread Wolfgang Schultz
OkiDoki Greg here is a litle tool if you want to extract another refs from an OSIS bible file. ;-) http://www.zefania.de/tools/mis/OsisVerseRefExtractor.zip Have fun! Wolfgang http://www.zefania.de 2008/7/16 Greg Hellings <[EMAIL PROTECTED]>: > On Wed, Jul 16, 2008 at 12:45 PM, Wolfgang Sc

Re: [sword-devel] Another Lithuanian Bible?

2008-07-16 Thread David Haslam
Here is another translation that may be worth pursuing. http://www.ebiblija.lt/cgi-bin/bible/read.py http://www.ebiblija.lt/cgi-bin/bible/read.py The Lithuanian translation is : Lietuviškas K. Burbulio vertimas. -- David Haslam David Haslam wrote: > > There seems to be a free Lithuanian Bibl

Re: [sword-devel] KJV Ref List

2008-07-16 Thread Greg Hellings
On Wed, Jul 16, 2008 at 12:45 PM, Wolfgang Schultz <[EMAIL PROTECTED]> wrote: > Hi, > > i have not used XSLT but here are your IDS > > http://www.zefania.de/tools/mis/osisids-kjyfull.zip Thanks, that's exactly what I was looking for! I don't use or know anything about C# beyond what it is, but I

Re: [sword-devel] KJV Ref List

2008-07-16 Thread Wolfgang Schultz
Hi, i have not used XSLT but here are your IDS http://www.zefania.de/tools/mis/osisids-kjyfull.zip and here is the code in c# using (sw) { using (XmlReader osisModulReader = XmlReader.Create(PathToOsisBibleModul)) { osisModulReade

[sword-devel] faq updates

2008-07-16 Thread Eeli Kaikkonen
I updated the FAQ because iPhone and EeePC seem to be hot issues nowadays. The item "Do you have a Sword program for my phone? my pda? my handheld?" needs further update because the wiki pages have been changed and don't have a software list. Yours, Eeli Kaikkonen (Mr.), Oulu, Finland

[sword-devel] KJV Ref List

2008-07-16 Thread Greg Hellings
Maybe someone has already done this, but I'm trying to extract an exhaustive list of all the osisID values in the KJV's original OSIS files so I can test it against my current output. I figured that XSL was the prime method to do this. So I wrote this, very basic, XSLT: http://www.w3.org/1999/

[sword-devel] Another Lithuanian Bible?

2008-07-16 Thread David Haslam
There seems to be a free Lithuanian Bible on the Jesus Christ Saves Ministries site. http://www.jcsm.org/StudyCenter/lithuanian/ http://www.jcsm.org/StudyCenter/lithuanian/ Page info has, "This is the complete Lithuanian Bible with the Old and New Testaments. It is free to all and located in th

Re: [sword-devel] Current SVN

2008-07-16 Thread Greg Hellings
On Wed, Jul 16, 2008 at 5:12 AM, Troy A. Griffitts <[EMAIL PROTECTED]> wrote: > Greg, > > Should be fixed. That fixed the compile issue. Now it seg faults while trying to import a file that seemed fine last night. There are a few things osis2mod complained about last night (illegal elements ins

Re: [sword-devel] Version 1.00 Feature List

2008-07-16 Thread David Overcash
Also, I noticed that the old swordreader website ( http://crosswire.org/swordreader/index.jsp ) has the only download listed as version 1.0.0 (http://crosswire.org/swordreader/download.jsp ). Perhaps given the renewed focus on the user interface and usability should qualify this as a new build (1.

Re: [sword-devel] Migrating to the eVC 4.0 Environment

2008-07-16 Thread Barry Drake
Hi David .. David Trotz wrote: > I think forking the code is a really really bad idea. I'm sticking my neck out here and saying I don't think a fork will be needed. I think the only reason for the present problems are eventually going to prove to be the current svn activity. Once the

Re: [sword-devel] Migrating to the eVC 4.0 Environment

2008-07-16 Thread scribe
Does anyone know if eclipse has a mobile bundle? It's c++ support is good in Ganymede. I've been using it some for the recent engine work. -original message- Subject: Re: [sword-devel] Migrating to the eVC 4.0 Environment From: David Trotz <[EMAIL PROTECTED]> Date: 16/07/2008 2:07 pm I think for

Re: [sword-devel] Migrating to the eVC 4.0 Environment

2008-07-16 Thread David Trotz
I think forking the code is a really really bad idea. I propose that if it is that much work to jump to eVC 4 then we just keep it at eVC 3. As far distributing eVC 3 we can figure something out. There were some emails earlier saying we are allowed to redistribute eVC, so lets verify that and if

Re: [sword-devel] Current SVN

2008-07-16 Thread Troy A. Griffitts
Greg, Should be fixed. Everyone please know that SVN is under heavy development. I'm not discouraging use of it-- please do. Greg's report helped me fix a utility that I had missed changing. But please know that it is NOT STABLE and use it according. Greg Hellings wrote: > Troy, > > On

Re: [sword-devel] Current SVN

2008-07-16 Thread Greg Hellings
Troy, On Wed, Jul 16, 2008 at 4:39 AM, Troy A. Griffitts <[EMAIL PROTECTED]> wrote: > Greg, > > New classes have been added. Be sure to do a: > make distclean > ./autogen.sh > ./usrinst.sh > make That fixed those errors. However, now when I issue the make command over in the utilities directory

Re: [sword-devel] Current SVN

2008-07-16 Thread Troy A. Griffitts
Greg, New classes have been added. Be sure to do a: make distclean ./autogen.sh ./usrinst.sh make to update your make system and build fresh. Hope this fixes things. -Troy. Greg Hellings wrote: > List, > > Is anyone else having problems building the current SVN? I just > updated t

[sword-devel] Current SVN

2008-07-16 Thread Greg Hellings
List, Is anyone else having problems building the current SVN? I just updated tonight (r2182) and the build of the library itself seems to run fine, but when it drops into the test, it spits out a whole slew of errors of the type: ./lib/.libs/libsword.a(versekey.o): In function `sword::VerseKey::