postiffm / bibledit-desktop

Desktop version of Bibledit
GNU General Public License v3.0
4 stars 6 forks source link

Add cross references #86

Closed postiffm closed 5 years ago

postiffm commented 5 years ago

Add openbible.info cross references to analysis window. And/or Treasury Scripture Knowledge cross-references. These would be added alongside of the other cross-refs we already have. BUT, I would like them to be differentiated somehow so that the user can tell..."these cross-refs came from Bibles International; these ones came from openbible.info; these other ones came from TSK."

Pickle commented 5 years ago

I had a similar thought on this (but with the bibles) if a copyright statement should be below the verse in the smaller font size. Would that meet your expectations?

On Wed, Jan 23, 2019 at 7:43 AM Matt Postiff notifications@github.com wrote:

Add openbible.info cross references to analysis window. And/or Treasury Scripture Knowledge cross-references. These would be added alongside of the other cross-refs we already have. BUT, I would like them to be differentiated somehow so that the user can tell..."these cross-refs came from Bibles International; these ones came from openbible.info; these other ones came from TSK."

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/postiffm/bibledit-desktop/issues/86, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaOZUR5LDaY-4f2YYljMk5MDcb_j0eGks5vGFj6gaJpZM4aOtGg .

postiffm commented 5 years ago

I was thinking we might make the Bibles and cross-references windows similar, each with a link at the bottom that says "For version and copyright information, click here" and it would pop up a dialog box. Or, we could have a dialog box accessible from, say, the Help menu, that would display the same information.

postiffm commented 5 years ago

Or, with the Bibles, where it says "NET" or "EMT" or "SBL" we could make that text be a hyperlink so that if you click it, a window would open up with copyright and other necessary attribution info.

postiffm commented 5 years ago

One way that we might make it easy on ourselves is to have the copyright info in a README in each directory (engmtv, slbgnt, etc.) and then the dialog box can just read in that information and display it. Then no matter how many Bibles or other such data sets we have, we can just walk through each and every one, grab the info, and add it to the display. It might be a long window full of text, but that is fine. No one looks at this stuff hardly anyway.

Pickle commented 5 years ago

So your idea of the copyright page seems to fit with the requirements of Bible.org for example: https://bible.org/article/trademark-and-copyright-information

If you quote the NET Bible in your entire work in lieu of saying NET after each scripture you may include the following acknowledgement on your acknowledgement page

On Wed, Jan 23, 2019 at 11:34 AM Matt Postiff notifications@github.com wrote:

One way that we might make it easy on ourselves is to have the copyright info in a README in each directory (engmtv, slbgnt, etc.) and then the dialog box can just read in that information and display it. Then no matter how many Bibles or other such data sets we have, we can just walk through each and every one, grab the info, and add it to the display. It might be a long window full of text, but that is fine. No one looks at this stuff hardly anyway.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/postiffm/bibledit-desktop/issues/86#issuecomment-456871661, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaOZb_RCYhlElMpj_New-tjJTdlHNeVks5vGI8sgaJpZM4aOtGg .

postiffm commented 5 years ago

This is done with comitt e400813, which added the openbible cross reference database, about 380,000 xrefs. Since this database is derived from the Treasury of Scripture Knowledge, I'm going to close this issue out for now. More xrefs can always be added later.