Re: [sword-devel] Osis validation problems on header

2009-11-03 Thread johnduffy
Chris, Many thanks for correcting that. That now validates in Notepad++ against the osis schema. Just one more question - will the scope Gen-Rev cause a problem since seven additional deuterocanonical books are included? That is, since these are located after Rev in the file, will they be

Re: [sword-devel] Alkitab Bible Study 2.4 is released

2009-11-03 Thread David Haslam
Thanks Tonny. Please visit http://www.crosswire.org/wiki/Talk:Choosing_a_SWORD_program#Alkitab_Bible_Study_2.4 http://www.crosswire.org/wiki/Talk:Choosing_a_SWORD_program#Alkitab_Bible_Study_2.4 and make any necessary changes to the main page. David Tonny Kohar-2 wrote: Hi, I just

Re: [sword-devel] Alkitab Bible Study 2.4 is released

2009-11-03 Thread David Haslam
Tonny, I think your Robinson module is out of date. Yours is version 1.2 dated 2007-04-27. CrossWire repo has version 2.0 dated 2009-09-02. Please replace yours, so that anyone who installs Alkitab and who already has any other front-end that uses the same module path, does not get their

[sword-devel] Ndebele and Shona Bibles online

2009-11-03 Thread Teus Benschop
Thank you, Chris, for putting the Ndebele and Shona Bibles online! I heard these were now there, and downloaded them. The people will now be able to use them for their spiritual and practical benefit. I saw that the xrefs were not there in the Ndebele module. Hopefully the USFM as delivered was

Re: [sword-devel] Alkitab Bible Study 2.4 is released

2009-11-03 Thread Tonny Kohar
Hi, On Tue, Nov 3, 2009 at 5:00 PM, David Haslam d.has...@ukonline.co.uk wrote: Tonny, I think your Robinson module is out of date. Yours is version 1.2 dated 2007-04-27. CrossWire repo has version 2.0 dated 2009-09-02. Please replace yours, so that anyone who installs Alkitab and who

[sword-devel] Problem understanding wiki

2009-11-03 Thread johnduffy
Hi, I'm trying to understand how to convert an osis file to a functioning module in a Sword frontend. I'm following the steps at the wiki http://www.crosswire.org/wiki/DevTools:Modules, and using sword-utilities-1.6.0-r2473. However, after 'importing' the osis file, or rather converting it to

Re: [sword-devel] Problem understanding wiki

2009-11-03 Thread DM Smith
On Nov 3, 2009, at 5:46 AM, johndu...@cgcf.net johndu...@cgcf.net wrote: Hi, I'm trying to understand how to convert an osis file to a functioning module in a Sword frontend. I'm following the steps at the wiki http://www.crosswire.org/wiki/DevTools:Modules, and using

Re: [sword-devel] Problem understanding wiki

2009-11-03 Thread Peter von Kaehne
To create a working module for testing purposes there is no need to use the compression step. The only further requyirement is to create a conf file. To do this copy any existing working one over and adjust the settings : name, path, module driver etc. Peter Original-Nachricht

[sword-devel] Patch for Sword crash with BibleTime on Windows

2009-11-03 Thread Gary Holmlund
Hi, I am working on BibleTime for Windows and we found and fixed a crash in the sword library. I have attached a patch for the HEAD of sword svn. We are using the 1.60 version of sword. The crash occurs when trying to save to a personal commentary for the first time. Sword is looking for

Re: [sword-devel] Python client

2009-11-03 Thread Ben Morgan
A pure-python zText reader was done here: http://github.com/kcarnold/pysword However, this has only a fraction of the module support Sword has, and is also quite a bit slower. The bindings are superior (if available for use, of course) God Bless, Ben

Re: [sword-devel] Understanding the structure of generic books and their relationship with TreeKey.

2009-11-03 Thread Rendezvous
Thank you all for the code examples. Thanks to the code examples i was able to obtain the entire structure of the generic books. ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel

[sword-devel] Python client

2009-11-03 Thread Mattias Põldaru
Greetings I was wondering if anyone has implemented a pure python program for reading sword modules. Mattias ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to

Re: [sword-devel] Python client

2009-11-03 Thread Peter von Kaehne
Mattias Põldaru wrote: Greetings I was wondering if anyone has implemented a pure python program for reading sword modules. If your question aims at a Python programme using the existing sword library written in C++ - there are several: There is BpBible, a client mostly for Windows, but