Re: [sword-devel] Introduction

2006-04-07 Thread Troy A. Griffitts
Welcome Kurt! A few things that might interest you. We have an ESV module about ready for release and have permission from Crossway for such: http://crosswire.org/study/passagestudy.jsp?mod=ESV We also have a number of binding for our engine, including CORBA, and a number of langu

[sword-devel] Introduction

2006-04-07 Thread Kurt Andrews
Hey all, My name is Kurt. By day I'm a mild mannered application architect for a nation wide car rental company who shall remain nameless because they don't pay me to advertise. In the evening I help my wife of sixteen years take care of our five kids and write software. Why do I write

[sword-devel] [Fwd: [bt-devel] [ bibletime-Bugs-1464181 ] Segmented verses not supported]

2006-04-07 Thread Wolfgang Stradner
Hi Troy, How are you doing? Greetings from (still) cold Germany. Do you remember your last visite here in Holzhausen? Here is a feature request for Sword. Greetings Wolfgang Original Message Subject: [bt-devel] [ bibletime-Bugs-1464181 ] Segmented verses not supported Dat

[sword-devel] Error: no room in outbuffer to during decompression. see zipcomp.cpp

2006-04-07 Thread Matt Reimer
With the NET Bible beta version 0.9.3 I'm seeing this error: $ examples/cmdline/lookup NET "gen 1:1" no room in outbuffer to during decompression. see zipcomp.cpp Genesis 1:1: == Entry Attributes: Any ideas what causes this, or what the fix is? I see the same error with t

[sword-devel] PATCH: add swig bindings for entryAttributes

2006-04-07 Thread Matt Reimer
The attached patch makes it possible to access entryAttributes via swig. I'm using these to get to the NET footnotes in my little pygtk sword reader. A python example: attr = mod.getEntryAttributes() for k, v in attr.items(): print "key %s => %s" % (k.getRawData(), v) for k2, v2 in v.item