Re: [sword-devel] Cross-references module

2008-06-24 Thread DM Smith
On Jun 22, 2008, at 3:12 PM, Manfred Bergmann wrote: > > Am 22.06.2008 um 17:52 schrieb Karl Kleinpaste: > >> Manfred Bergmann <[EMAIL PROTECTED]> writes: >>> Isn't there a source for bible cross-references which can be used to >>> build a module (dictionary/commentary) from? >>> Having such a mo

Re: [sword-devel] Cross-references module

2008-06-23 Thread Jonathan Morgan
On Tue, Jun 24, 2008 at 4:36 PM, Manfred Bergmann <[EMAIL PROTECTED]> wrote: > > Am 24.06.2008 um 03:44 schrieb Jonathan Morgan: > >> On 6/24/08, asrael <[EMAIL PROTECTED]> wrote: >>> IMO cross-references not necessarily need to be encoded in the >>> bible module >>> itself. It doesn't help me if s

Re: [sword-devel] Cross-references module

2008-06-23 Thread Manfred Bergmann
Am 24.06.2008 um 03:44 schrieb Jonathan Morgan: > On 6/24/08, asrael <[EMAIL PROTECTED]> wrote: >> IMO cross-references not necessarily need to be encoded in the >> bible module >> itself. It doesn't help me if some have cross-references and some >> don't. For >> bible study I need cross-refs

Re: [sword-devel] Cross-references module

2008-06-23 Thread Manfred Bergmann
Am 23.06.2008 um 22:09 schrieb Karl Kleinpaste: > asrael <[EMAIL PROTECTED]> writes: >> the refs in body tag are the cross-references which I can use. > > I don't know how anyone else feels about it, but if some tool simply > dumped umpty-dozen context-free verse references at me, particularly

Re: [sword-devel] Cross-references module

2008-06-23 Thread Jonathan Morgan
On 6/24/08, asrael <[EMAIL PROTECTED]> wrote: > IMO cross-references not necessarily need to be encoded in the bible module > itself. It doesn't help me if some have cross-references and some don't. For > bible study I need cross-refs everywhere for every module no matter which > language and for w

Re: [sword-devel] Cross-references module

2008-06-23 Thread jhphx
asrael wrote: > How would you strip out the comments? I think Troy has answered this better than I could. I suppose one could do this and also go the new module route. If this feature is implemented in front ends it may be nice to have modules that complement it, but you could use it on any mod

Re: [sword-devel] Cross-references module

2008-06-23 Thread Karl Kleinpaste
asrael <[EMAIL PROTECTED]> writes: > the refs in body tag are the cross-references which I can use. I don't know how anyone else feels about it, but if some tool simply dumped umpty-dozen context-free verse references at me, particularly if they include obscure references to Ecclesiastes, Nahum, a

Re: [sword-devel] Cross-references module

2008-06-23 Thread asrael
Troy A. Griffitts wrote: > > Dear Manfred, > > Try adding this line to the tsk.conf file: > > LocalOptionFilter=ThMLScripref > > Ok. That changed something. :) The output for "Gen 1:1" with "lookup" tool then is like this (see below). There are still no crossReference type tags but the refs

Re: [sword-devel] Cross-references module

2008-06-23 Thread Troy A. Griffitts
Dear Manfred, Try adding this line to the tsk.conf file: LocalOptionFilter=ThMLScripref asrael wrote: > > Troy A. Griffitts wrote: >> Manfred, >> >> You can get all the xrefs from an entry by grabbing the note type xref >> entry attributes. Have a look at sword/examples/cmdline/lookup.cpp

Re: [sword-devel] Cross-references module

2008-06-23 Thread asrael
Troy A. Griffitts wrote: > > Manfred, > > You can get all the xrefs from an entry by grabbing the note type xref > entry attributes. Have a look at sword/examples/cmdline/lookup.cpp Run > it on the ESV like this: > > ./lookup ESV jn1.1 > > it dynamically iterates the entry attributes. You

Re: [sword-devel] Cross-references module

2008-06-23 Thread Troy A. Griffitts
Manfred, You can get all the xrefs from an entry by grabbing the note type xref entry attributes. Have a look at sword/examples/cmdline/lookup.cpp Run it on the ESV like this: ./lookup ESV jn1.1 it dynamically iterates the entry attributes. You'll see how the xrefs are stored. Once you kno

Re: [sword-devel] Cross-references module

2008-06-23 Thread asrael
jhphx wrote: > > Manfred Bergmann wrote: >> I would like to have a subview somewhere in the bible view that shows >> the cross-references of the verses that are currently displayed. When >> the bible view is scrolled, the cross-reference view is synched in >> scrolling so that one can alwa

Re: [sword-devel] Cross-references module

2008-06-23 Thread Manfred Bergmann
Thanks you for that information. Maybe I will do something myself as my first sword module. :) Manfred Am 22.06.2008 um 23:28 schrieb jonathon: > On Sun, Jun 22, 2008 at 12:12 PM, Manfred Bergmann wrote: > >> The data should look like this: >> : >> > > I thought that was what you were asking f

Re: [sword-devel] Cross-references module

2008-06-22 Thread Manfred Bergmann
Am 22.06.2008 um 22:12 schrieb Eeli Kaikkonen: > On Sun, 22 Jun 2008, Manfred Bergmann wrote: >> I had a quick look at the TSK module but I'm not sure if it can do >> what would like to have it for. >> >> The data should look like this: >> : >> > > I wonder why TSK could not be suitable for you

Re: [sword-devel] Cross-references module

2008-06-22 Thread jonathon
On Sun, Jun 22, 2008 at 12:12 PM, Manfred Bergmann wrote: > The data should look like this: > : > I thought that was what you were asking for. At BibleTech 2008, there was a talk on generating cross-references. I can't find my handout of it, nor my notes. :( Going memory, the "simple" way is:

Re: [sword-devel] Cross-references module

2008-06-22 Thread jhphx
Manfred Bergmann wrote: > I would like to have a subview somewhere in the bible view that shows > the cross-references of the verses that are currently displayed. When > the bible view is scrolled, the cross-reference view is synched in > scrolling so that one can always see cross-references

Re: [sword-devel] Cross-references module

2008-06-22 Thread Eeli Kaikkonen
On Sun, 22 Jun 2008, Manfred Bergmann wrote: > I had a quick look at the TSK module but I'm not sure if it can do > what would like to have it for. > > The data should look like this: > : > I wonder why TSK could not be suitable for you needs. It is a commentary module so it has a list of referen

Re: [sword-devel] Cross-references module

2008-06-22 Thread Manfred Bergmann
Am 22.06.2008 um 17:52 schrieb Karl Kleinpaste: > Manfred Bergmann <[EMAIL PROTECTED]> writes: >> Isn't there a source for bible cross-references which can be used to >> build a module (dictionary/commentary) from? >> Having such a module would be good, it could be used by front-ends >> for >>

Re: [sword-devel] Cross-references module

2008-06-22 Thread Karl Kleinpaste
Manfred Bergmann <[EMAIL PROTECTED]> writes: > Isn't there a source for bible cross-references which can be used to > build a module (dictionary/commentary) from? > Having such a module would be good, it could be used by front-ends for > any bible module. As a commentary, there is TSK, Treasur