Re: [sword-devel] (Perl) Getting list of modules

2003-06-28 Thread Troy A. Griffitts
Hey guys, sorry about that. Missed a std::string still out there. CVS should compile just fine now. -Troy. Christian Renz wrote: Hm, seems like I added them in CVS after 1.5.5. Wait for 1.5.6 or get CVS :) Tried to compile current CVS, but right now it seems to be broken in diatheke.cpp

Re: [sword-devel] (Perl) Getting list of modules

2003-06-28 Thread Christian Renz
I'm getting errors when trying to compile Sword.cxx: gcc -c -I/usr/include/sword -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686 -DVERSION=\"1.5.5\" -DXS_VERSION=\"1.5.5\" -fPIC -I/usr/lib/perl5/5.6.1/i386-linux/CORE -DSWIG Sword.cxx Sword.cxx: In function `void _wrap_Locale

[sword-devel] OSIS Quote Marks

2003-06-28 Thread Troy A. Griffitts
Hey guys, Added a new option for the .conf files and check for it in OSISRTF. You might need to update your OSIS filters to handle it as well, OSISqToTick=false This should turn off the translation of to " or ' (Chris, maybe you could put in the correct unicode values for [open|close][Singl

Re: [sword-devel] (Perl) Getting list of modules

2003-06-28 Thread Christian Renz
Hm, seems like I added them in CVS after 1.5.5. Wait for 1.5.6 or get CVS :) Tried to compile current CVS, but right now it seems to be broken in diatheke.cpp :(. Oh, seems like I'm not good in Perl :) No, seems we think and thus express ourselves differently :). Your code is just as valid, althoug

Re: [sword-devel] (Perl) Getting list of modules

2003-06-28 Thread Joachim Ansorg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian, > my Sword.pm has neither ->moduleCount nor ->getModuleAt !? I'm using > version 1.5.5 of the API. (The Perl module files are at > www.crosswire.org:/home/sword/ipkgmaker/Sword-1.5.5) Hm, seems like I added them in CVS after 1.5.5. Wait fo

Re: [sword-devel] (Perl) Getting list of modules

2003-06-28 Thread Christian Renz
Joachim, my Sword.pm has neither ->moduleCount nor ->getModuleAt !? I'm using version 1.5.5 of the API. (The Perl module files are at www.crosswire.org:/home/sword/ipkgmaker/Sword-1.5.5) I'd rewrite your code as # untested my $mgr = Sword::SWMgr->new(); @names = map { $mgr->getModuleAt($

Re: [sword-devel] BibleCS 1.5.6pre6

2003-06-28 Thread Terry Biggs
Troy, Beta6 is adding single quotes to passages in the KJV and ESV that have words in red. On Fri, 2003-06-27 at 23:26, Troy A. Griffitts wrote: > Beta 6 is available and fixes formatting problem in the KJV text. Extra > newlines left in text not yet tagged (like most of the Gospels) should >

Re: [sword-devel] BibleCS 1.5.6pre6

2003-06-28 Thread Troy A. Griffitts
Joachim, That's an interesting point. Not sure what to do about that. Currently the tree control cannot display unicode, but the display control does. So, one or the other will not work with non-low-ascii. We need to solve this somehow. I would say put everything in UTF8, even the key. We

Re: [sword-devel] BibleCS 1.5.6pre1

2003-06-28 Thread Hastings
At 10:19 AM 6/19/2003 -0700, Troy A. Griffitts wrote: A new release of BibleCS A new parallel view has been added. When the Parallel tab is clicked, a check should be made to see if any bibles modules are selected for Bible 1, Bible 2, or Bible 3. If they are all set to none, prompt for selectio

Re: [sword-devel] (Perl) Getting list of modules

2003-06-28 Thread Joachim Ansorg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian, Using use Sword; my $mgr = Sword::SWMgr->new(); for (my $i = 0; $i < $mgr->moduleCount(); ++$i) { my $m = $mgr->getModuleAt($i); print $m->Name() . " \n"; } works for me. Seems like we have to write a Perl wrapper class for

Re: [sword-devel] BibleCS 1.5.6pre6

2003-06-28 Thread Joachim Ansorg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Troy, I worked on some of my module and noticed a bug: The module GerLutherpredigten is in UTF-8 and has keys which contain german umlauts (ä, ü, ö etc.). The tree is displayed right. The problem is that the latin1 encoded key is inserted into the R

Re: [sword-devel] qpsword and modules feeds

2003-06-28 Thread Christian Renz
Oh, and just for testing, I set up a feed at http://www.crosswire.org/~crenz/feeds/modules . Seems to work fine so far. Greetings, Christian -- [EMAIL PROTECTED] - http://www.web42.com/crenz/ - http://www.web42.com/ "You don't have a soul. You are a Soul. You have a body." -- C.S. Lewis

[sword-devel] (Perl) Getting list of modules

2003-06-28 Thread Christian Renz
How can I get a list of all modules that are installed using the Perl library? I'd like to be able to do something like this: my $SWMgr = Sword::SWMgr->new(); print SWMgr->modules(); => ChiUns KJV ZhEnglish GerElb ... Greetings, Christian -- [EMAIL PROTECTED] - http://www.web42.com/crenz/ - http:

[sword-devel] qpsword and modules feeds

2003-06-28 Thread Christian Renz
Hi all, I'd like to finally get going and set up some modules feeds for qpsword, so the modules can be installed more easily. (After that works and is debugged, the next step would be inclusion on the JSP download page.) The question is, of course, how to organise them. There are several possibil

Re: [sword-devel] BibleCS 1.5.6pre6

2003-06-28 Thread Joachim Ansorg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Troy, > Joachim, the Augustine Confessions module seems to display just fine for > me with headings turned on, so maybe something you did fixed the problem > (using the module from the beta page). I meant the Augustinus module from the main section (

Re: [sword-devel] BibleCS 1.5.6pre5

2003-06-28 Thread Joachim Ansorg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Troy, It works now again. Thank you for this fix! BTW, the Augustinus module was faulty so it's my fault and not BibleCD's fault. I'll upload a new module version soon. Joachim > Joachim, > I also had troubles in BibleCS, but my last commits