Re: [sword-devel] local cache of module text

2013-01-08 Thread Daniel Hughes
Thanks Troy, that interface looks manageable. Does it support creating and using lucene indexes? I need that of as you type searching. Cheers, Daniel On Wed, Jan 9, 2013 at 11:56 AM, Troy A. Griffitts wrote: > Daniel, > > Please have a look at this IDL. This is the minimum interface which I

Re: [sword-devel] local cache of module text

2013-01-08 Thread Troy A. Griffitts
Daniel, Please have a look at this IDL. This is the minimum interface which I usually create when wrapping the SWORD engine. It is full featured enough to use all the features of the engine which do no require extending functionality. SWORDWeb uses this interface and our JNI bindings use t

Re: [sword-devel] local cache of module text

2013-01-08 Thread Norbert Bollow
> > Von: Daniel Hughes > > Am I allowed to pull the text out of the sword module once it is > > installed (using the sword libs) and put it in my local sqlite > > database. The legal rules regarding this kind of activity differ from country to country. Here in Switzerland, that would be allowed

Re: [sword-devel] local cache of module text

2013-01-08 Thread jhphx
On 1/7/2013 6:22 PM, Daniel Hughes wrote: ... Am I allowed to pull the text out of the sword module once it is installed (using the sword libs) and put it in my local sqlite database. This would be the lest path of resistance for getting sword module support in my application. It would also li

Re: [sword-devel] local cache of module text

2013-01-08 Thread Chris Little
On 01/07/2013 11:51 PM, Peter von Kaehne wrote: Von: Daniel Hughes Am I allowed to pull the text out of the sword module once it is installed (using the sword libs) and put it in my local sqlite database. Not a lawyer, so my advice might be of limited value. Many of our modules are public do

Re: [sword-devel] local cache of module text

2013-01-08 Thread Daniel Hughes
You make a compelling case, however I need do to more then just construct a GUI, I must construction fairly complete c# bindings. And therein lies the complication, because swig (or maybe me) for all it's promise appears to not be completely up to the task. Sincerely, Daniel On Tue, Jan 8, 2013

Re: [sword-devel] local cache of module text

2013-01-07 Thread Peter von Kaehne
> Von: Daniel Hughes > Am I allowed to pull the text out of the sword module once it is installed > (using the sword libs) and put it in my local sqlite database. Not a lawyer, so my advice might be of limited value. Many of our modules are public domain and essentially you can do as you like.