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] Converting RTF \'XX to UTF-8

2008-06-22 Thread Chris Little
Aha! An example goes a long way, so now I understand the real problem. You just need to change the codepage. cp1252 is the Windows equivalent of ISO 8859-1. Since you want Greek, you need the ISO 8859-7 equivalent, which would be cp1253, thus: perl -CO -pe 'use Encode; s/\\\'([0-9a-fA-F]{2})/de

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] Bible book names Database

2008-06-22 Thread Chris Little
You might also take a look at http://www.crosswire.org/~chrislit/osis/BibleBookNames.html --Chris Wolfgang Schultz wrote: > Hi all, > > i need for my data base with bible references some input. ;-) > > http://code.google.com/p/truesharpswordapi/source/browse/trunk/usefullFiles/bnames.xml > >

[sword-devel] Converting RTF \'XX to UTF-8

2008-06-22 Thread Karl Kleinpaste
I've got an RTF document which contains this kind of encoding: \cf2 \'c3\'e5\u769?\'ed\'e5\'f3\'e9\'f2\cf0 That renders the word "Genesis" in the Greek, i.e. \'c3\'e5 is the capital gamma. As seen in another app which uses this RTF natively: <> I need to find a scriptable way to convert this k

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

[sword-devel] Cross-references module

2008-06-22 Thread Manfred Bergmann
Hi. 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. Manfred ___ sword-devel mailing list: s

Re: [sword-devel] Bible book names Database

2008-06-22 Thread David Troidl
Wolfgang Schultz wrote: > Hi all, > > i need for my data base with bible references some input. ;-) > > http://code.google.com/p/truesharpswordapi/source/browse/trunk/usefullFiles/bnames.xml > > My question is: Are there a table of bible references that are used > by the sword project? > > greetti

Re: [sword-devel] Bible book names Database

2008-06-22 Thread Peter von Kaehne
This kind of info is kept for sword in the locales.d files. Another place to look is within the source of bibledit - not a Crosswire programme - in templates/ Peter Wolfgang Schultz wrote: > Hi all, > > i need for my data base with bible references some input. ;-) > > http://code.google.com/p/t

[sword-devel] XML-Database with ISO-639 language codes

2008-06-22 Thread Wolfgang Schultz
Hi there is an useful database for providing mapings beetween threecharcode/twocharcode to language name http://code.google.com/p/truesharpswordapi/source/browse/trunk/iso639/iso639_codes.xml greetings wolfgang http://www.zefania.de ___ sword-deve

[sword-devel] Bible book names Database

2008-06-22 Thread Wolfgang Schultz
Hi all, i need for my data base with bible references some input. ;-) http://code.google.com/p/truesharpswordapi/source/browse/trunk/usefullFiles/bnames.xml My question is: Are there a table of bible references that are used by the sword project? greettings wolfgang http://truesharpswordapi2