Re: [sword-devel] diatheke methods exportable?

2014-02-03 Thread Chris Little

On 01/23/2014 05:11 AM, Peter von Kaehne wrote:


This a tentative question mostly re the doquery method of our diatheke.

I think it would be really useful if we could have this method somehow
be more part of our offerings, including e.g. in the bindings etc.

Reason: We are currently very much geared towards interactive continuous
Bible reading/study, but the doquery method represents an option which
is underutilised - a one-off static request for some text. No follow up.

This could e.g. be used very well for various word processor plugins etc
- something we do not offer at all, but would be well placed to offer.
The only current option for getting text from a sword text into e.g. an
OpenOffice document is by way of cutting and pasting from a frontend.

Similarly the various existing church projection software packages.
Insofar as they are sword-aware they seem to go through great
contortions of exporting texts into databases etc instead of actually
using the library

I am obviously aware that the doquery effect could be easily reached
with a few lines of code, but why not offer an extremely simple to use
and very comprehensive one-off output method which requires absolutely
zero knowledge of the engine?

I would be happy to run with this once I got my LaTeX filters where I
want them. I probably would require some assistance dt my lack of
knowledge and experience, but would do the bulk lifting.

Opinions?


Higher level APIs aren't unheard of, so I wouldn't object to pushing 
diatheke's guts up into the library. It's conceivable we would want to 
split it into a few different functions, in case the application can 
stay open across multiple calls (though caching tends to make repeated 
calls to diatheke very quick anyway).


We could split doquery into something like an init function to construct 
the SWMgr, etc., the doquery function for repeated individual queries, 
and a cleanup function to free memory. But maybe that makes things too 
complicated already.


--Chris


___
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page


Re: [sword-devel] diatheke methods exportable?

2014-01-24 Thread David Haslam
I had been musing during an idle moment about designing a GUI for Diatheke
using the VBA that comes with MS Office.

A very low priority back-burner item in my tasks list.

David



--
View this message in context: 
http://sword-dev.350566.n4.nabble.com/diatheke-methods-exportable-tp4653427p4653428.html
Sent from the SWORD Dev mailing list archive at Nabble.com.

___
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page


[sword-devel] diatheke methods exportable?

2014-01-23 Thread Peter von Kaehne

This a tentative question mostly re the doquery method of our diatheke.

I think it would be really useful if we could have this method somehow
be more part of our offerings, including e.g. in the bindings etc.

Reason: We are currently very much geared towards interactive continuous
Bible reading/study, but the doquery method represents an option which
is underutilised - a one-off static request for some text. No follow up.

This could e.g. be used very well for various word processor plugins etc
- something we do not offer at all, but would be well placed to offer.
The only current option for getting text from a sword text into e.g. an
OpenOffice document is by way of cutting and pasting from a frontend. 

Similarly the various existing church projection software packages.
Insofar as they are sword-aware they seem to go through great
contortions of exporting texts into databases etc instead of actually
using the library

I am obviously aware that the doquery effect could be easily reached
with a few lines of code, but why not offer an extremely simple to use
and very comprehensive one-off output method which requires absolutely
zero knowledge of the engine?

I would be happy to run with this once I got my LaTeX filters where I
want them. I probably would require some assistance dt my lack of
knowledge and experience, but would do the bulk lifting. 

Opinions?

Peter





___
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page