[sword-devel] question

2001-06-18 Thread mg . pub
Just a question: What if a commercial tool like Logos or BibleWorks decides to include the wonderful sword modules (not the lib)? Is that possible or will the GPL prohibit that? Are the modules GPL? Martin -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net -- GMX Tipp: Mach

[sword-devel] question

2002-09-30 Thread Lisa Stapp
A friend of mine asked this question... I told him that I wouldn't recognize an original language parser if it bit beyond the nose. > Lisa- > I downloaded the thing hoping for an orginal language parser, but > everything's phonetic. Do you know if there's any actual > Greek/Hebrew modules? (I t

[sword-devel] question

2003-10-24 Thread Brent Carlson and Amelia
Hi everyone, I have downloaded the released version of Mac Sword. I want to know where the source code is to build it ourselves. What developer tools does the sword source code require? Brent ___ sword-devel mailing list [EMAIL PROTECTED] http://ww

[sword-devel] Question ?

2004-03-31 Thread Nico Engelbrecht
Hello, my name is Nico. I downloaded jSword for Windows yesterday and tried to install it which it did, but when I tried to use the product the program didn't want to respond. A small window appeared which said "config.exe" file not found. What do I have to do to get it working on Win98 2nd ed.? I

[sword-devel] Question

2005-12-02 Thread Jeff Needle
I'm fairly certain that this is the wrong place to be asking this question, so if someone could direct me to the right place, I'll be very grateful. I have a verse-by-verse commentary I want to add to Sword, to appear as a notes file in the right window. Can this be done? And, if so, how?

[sword-devel] Question

2006-02-10 Thread Manu Mital
 hi,   I am trying to use the sword API using Visual C++.NET. so far, I have discovered how to display a Bible module into a rich edit control (that displays a RTF string). However, I have problems displaying a ThmL commentary in the RTF format.   if (sourceformat == "ThML") pModule->AddRe

RE: [sword-devel] question

2001-06-18 Thread Chris Little
> [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] > Sent: Monday, June 18, 2001 9:11 AM > To: [EMAIL PROTECTED] > Subject: [sword-devel] question > > > Just a question: What if a commercial tool > like Logos or BibleWorks decides to include > the wonderful swor

Re: [sword-devel] question

2002-09-30 Thread Chris Little
On Mon, 30 Sep 2002, Lisa Stapp wrote: > A friend of mine asked this question... I told him that I wouldn't recognize > an original language parser if it bit beyond the nose. > > > Lisa- > > I downloaded the thing hoping for an orginal language parser, but > > everything's phonetic. Do you know

Re: [sword-devel] question

2003-10-25 Thread Will Thimbleby
You can get the source code from http://sourceforge.net/projects/macsword/, you need to also download and compile sword http://www.crosswire.org/sword/software/swordapi.jsp . You'll be able to compile it using Project Builder. Hope this helps, if you have problems compiling let me know -Will O

Re: [sword-devel] Question ?

2004-03-31 Thread john loo
Hey Nico my name is John. try this. it should work. i use a mac now so i have forgotten most of the windows stuff. sorry Software Current Version (software only): The SWORD Project for Windows v1.5.6 ( Sun Aug 17 02:02:38 MST 2003 ) ~4.5MB Starter Pack (includes software plus KJV, StrongsHebrew,

Re: [sword-devel] Question

2005-12-03 Thread Barry Drake
Hi Jeff ... Jeff Needle wrote: I have a verse-by-verse commentary I want to add to Sword, to appear as a notes file in the right window. Can this be done? And, if so, how? Yes, it can be done. 'How' depends on what your source is like and what your own technical capabilities are

Re: [sword-devel] Question

2005-12-03 Thread DM Smith
This is the right place. Just mark up your commentary as if it were a Bible in OSIS, But instead of the verse text use your comments. Then run it through osis2mod. If a comment applies to a passage and not a single verse, it is a little trickier. Instead of a single value for an osisID you cr

Re: [sword-devel] Question

2005-12-04 Thread Jeff Needle
Thank you for this! Looks like it's doable. Does it matter that some of the commentary consists of multiple paragraphs? I'm assuming not. I'm guessing I'll find instructions for marking up the file on the sword website. If not, is there a place I can find them? I'm really new to this.

Re: [sword-devel] Question

2005-12-04 Thread DM Smith
Jeff Needle wrote: Thank you for this! Looks like it's doable. Does it matter that some of the commentary consists of multiple paragraphs? I'm assuming not. It does not matter. You may use almost any markup for OSIS. OSIS has developed faster than Sword's support for it. If you find some

Re: [sword-devel] Question

2005-12-04 Thread Jeff Needle
Many thanks for all the pointers -- I'll follow them up! Best. On Sun, 04 Dec 2005 10:22:28 -0500, DM Smith <[EMAIL PROTECTED]> wrote: Jeff Needle wrote: Thank you for this! Looks like it's doable. Does it matter that some of the commentary consists of multiple paragraphs? I'm assuming

Re: [sword-devel] Question

2006-02-25 Thread Joachim Ansorg
Hi, don't handle the markup filters on your own. Have a look at SWMgr, it offers a constructor to specify the markup. So you can do something like: SWMgr *myMgr = new SWMgr(0, 0, false, new MarkupFilterMgr(FMT_RTF)); Other values are HTML, HTMLHREF There are several more constructors variants

[sword-devel] Question regarding InstallMgr

2022-12-08 Thread P Mosier
Hello, I am trying to figure out what the appropriate steps to take are for programmatically installing a module through FTP.  Looking through the backend codebase, it seems like there are some configuration settings that have to be initialized in SWMgr order for InstallMgr::installModule to

[sword-devel] question and suggestion

2001-11-02 Thread Martin Gruner
When compiling sword I now see neat messages like ../../../include/utilstr.h:79: warning: overflow in implicit constant conversion in many places. Is that correct? A proposal for the already outstanding new SWBasicFilter class (thank you Troy and Terry--it's terrific): it would be nice to hav

[sword-devel] Question regarding Bible?

2004-02-14 Thread ROCNRHON
Good morning I am writing in hope that you may be able to direct me, I read your web posting and saw you requested information regarding an AJ Holman and Company Bible, my mother was given the same Bible by her father, can you direct me to where I might find additional information regarding thi

[sword-devel] Question about module la_en

2016-01-04 Thread DM Smith
I’ve bugs in JSword that I’ve been trying to fix. The problems occur when working with the Glossary module la_en, "Latin to English Glossary”. First, JSword expects that a key is present in the module at most once. And if CaseInsensitiveKeys is not set on the module that the keys are ordered by

Re: [sword-devel] Question regarding InstallMgr

2022-12-08 Thread Greg Hellings
I believe you will need to refresh that source before you call the install method. It's trying to look up the config file for that module and isn't finding it. Those get downloaded and cached by the Installmgr class when it refreshes a source. --Greg On Thu, Dec 8, 2022, 14:51 P Mosier wrote: >

Re: [sword-devel] Question regarding InstallMgr

2022-12-08 Thread Troy A. Griffitts
Hi Paul, Have a look at the command line interface for installmgr here. https://crosswire.org/svn/sword/trunk/utilities/installmgr.cpp On December 8, 2022 1:50:48 PM MST, P Mosier wrote: >Hello, > >I am trying to figure out what the appropriate steps to take are for >programmatically installin

Re: [sword-devel] Question regarding InstallMgr

2022-12-14 Thread P Mosier
Okay, so I've made some progress but appear to be stalled a bit. When instructed to install a module, the command line installmgr doesn't seem to call InstallMgr::refreshRemoteSource() at all, and somehow the call to do the install succeeds.  Yet my example below fails if I don't call to refre

RE: [sword-devel] question and suggestion

2001-11-02 Thread Chris Little
> When compiling sword I now see neat messages like > > ../../../include/utilstr.h:79: warning: overflow in implicit constant > conversion > > in many places. Is that correct? I'm not getting this error, but I corrected the signedness of an array in that file. Maybe that will fix it. > A p

[sword-devel] Question about markup language

2002-12-10 Thread Steve Lorimer
Could someone please tell me or point me in the direction of the imp formatting? Or, should I be using a different format? 1. Does it support italics, bold, etc. and what are the codes? 2. If a (commentary in this case) links to itself, how is that done? 3. Any other useful info along these lines

[sword-devel] Question about Public Domain

2009-03-16 Thread mmital
Hi, I have been using Alkitab bible study lately. Fantastic piece of software, truly amazing. I also noticed that it is in public domain, while using sword engine that is in GPL v2, and other components that may have their own license ( http://www.kiyut.com/products/alkitab/LICENSE-alkitab.txt)

[sword-devel] question 'bout Polish translation

2007-04-03 Thread mikolaj leszczynski
Are there any plans to add polish translation to the MacSword programme? There are few polish translation, but none of them is available on MacSword. Thanks for responding. Mikołaj ___ sword-devel mailing list: sword-devel@crosswire.org http://www.cross

[sword-devel] Question about Commentary Osis

2012-12-30 Thread pola ashraf
Hi everyone, I don't know the suitable list to submit this question to, so i posted it to Sword-Devel and Osis-Users Now, We've made a very simple commentary editor, so non-technical data entry can use it easily to generate valid XML http://s9.postimage.org/r6vtq6hjj/Commentary_Editor.png We'l

[sword-devel] Question about CMAKE build proceedures

2013-01-24 Thread Andrew Thule
I'm still fairly new to using CMAKE (but liking it). I'm finally starting to feel comfortable with its use, but still have questions .. so if this is a newbie question, sorry. Using traditional "./configure; make; make install' I could simply grab a more recent copy (of sword) via svn and make &&

[sword-devel] Question for Optimization / speed experts

2003-01-06 Thread Joachim Ansorg
Hi! Some questiosn for optimizations experts :) I'm working on a piece of code in BibleTime which gives me headaches. BibleTime supports displaying different lexicons side by side, it offers only the keys which are available in all of the chosen lexicons. The function which creates the list of e

[sword-devel] question about WAP online Bibles...

2004-04-14 Thread Nic Carter
Hi there team. :) With the recent postings about another online Bible server (swordd) and The Bible Tool also being written, I got to thinking about accessing the Bible online with my mobile phone (WAP, I guess). does anyone know of any existing services for this? If not, the current develop

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread DM Smith
mmital wrote: Hi, I have been using Alkitab bible study lately. Fantastic piece of software, truly amazing. I also noticed that it is in public domain, while using sword engine that is in GPL v2, and other components that may have their own license (http://www.kiyut.com/products/alkitab/LI

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread mmital
Thanks. I just wanted to know what are my options if I want to use third party code in my application that is free to use, but is not necessarily under the GPL. The author of this third party component is saying that I can use his free code, but he is not willing to license his code under GPL.

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread DM Smith
mmital wrote: Thanks. I just wanted to know what are my options if I want to use third party code in my application that is free to use, but is not necessarily under the GPL. The author of this third party component is saying that I can use his free code, but he is not willing to license his c

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Chris Little
DM Smith wrote: mmital wrote: Hi, I have been using Alkitab bible study lately. Fantastic piece of software, truly amazing. I also noticed that it is in public domain, while using sword engine that is in GPL v2, and other components that may have their own license (http://www.kiyut.com/

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread mmital
Chris, Thanks. That answers the question (that is, SB frontend *has* to continue under v2 of GPL). So I guess I need to contact the third party author and send him this list of compatible licenses: http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses (asking him to look at the ones

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Tonny Kohar
Hi, On Mon, Mar 16, 2009 at 10:12 PM, DM Smith wrote: > Alkitab Bible Study is public domain and clearly states it does not pertain > to any parts of JSword or any other third party library that JSword depends > upon. We discussed this on jsword-devel. It was a decision of the JSword > developme

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Peter von Kaehne
Manu, As a frontend developer you can link to non GPL code. E.g. KDE was built on QT when it was not GPL. There are non GPL kernel modules. People do not like this a lot, but it is legal within the confines of the GPL So if you have e.g. an pre-existing alternative, closed source module driver, w

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Eeli Kaikkonen
Tonny Kohar wrote: People who distribute it (spread the Word) does not fall into must providing the source if someone ask and do not need to read complicated licensing things, that's why I choose PD. The GPL part I do not like is that the license require anybody who distribute must provide a sou

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Ben Morgan
Public domain is not a license. It just means that you let *anyone* use it *however* they want. You are basically saying "I don't claim copyright on this". However, if your code links to a GPLv2 product, then that combination has to be available under the GPLv2. So if you make SB public domain, any

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread mmital
Hi, As Chris pointed out, all front-ends *have* to use GPL v2. So the public domain door is closed for me. However, as Peter pointed out, I am allowed to use free, NON-GPL third party source in my application. The author of the this code does not mind his source being distributed in this manner.

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Ben Morgan
On Tue, Mar 17, 2009 at 10:04 AM, mmital wrote: > Hi, > > As Chris pointed out, all front-ends *have* to use GPL v2. So the public > domain door is closed for me. The license for a front end has to be GPL v2 compatible. Not GPL v2 necessarily. And anyway, public domain is *not a license* - it i

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread mmital
As Chris pointed out, all front-ends *have* to use GPL v2. >> > The license for a front end has to be GPL v2 compatible. Not GPL v2 > necessarily. > OK. SB will continue under GPL v2, so this does not apply to me. But it would be great if this was somewhere on the sword project website.

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Chris Little
Ben Morgan wrote: On Tue, Mar 17, 2009 at 10:04 AM, mmital > wrote: Hi, As Chris pointed out, all front-ends *have* to use GPL v2. So the public domain door is closed for me. The license for a front end has to be GPL v2 compatible. Not GPL v2 necessa

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread DM Smith
On Mar 16, 2009, at 7:45 PM, Chris Little wrote: Ben Morgan wrote: On Tue, Mar 17, 2009 at 10:04 AM, mmital mailto:mital.m...@gmail.com >> wrote: Hi, As Chris pointed out, all front-ends *have* to use GPL v2. So the public domain door is closed for me. The license for a front end h

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Ben Morgan
On Tue, Mar 17, 2009 at 10:45 AM, Chris Little wrote: > > > Ben Morgan wrote: > >> On Tue, Mar 17, 2009 at 10:04 AM, mmital > mital.m...@gmail.com>> wrote: >> >>Hi, >> >>As Chris pointed out, all front-ends *have* to use GPL v2. So the >>public domain door is closed for me. >> >> The l

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread DM Smith
On Mar 16, 2009, at 7:51 PM, Ben Morgan wrote: On Tue, Mar 17, 2009 at 10:45 AM, Chris Little wrote: Ben Morgan wrote: On Tue, Mar 17, 2009 at 10:04 AM, mmital mailto:mital.m...@gmail.com >> wrote: Hi, As Chris pointed out, all front-ends *have* to use GPL v2. So the public d

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Chris Little
Ben Morgan wrote: I thought it was the whole glob of the application that had to be able to be licensed under the GPL? An individual component of my application can be released under another license. Ok, I think I know what you're getting at. Assuming that you want to use a GPL library (e.g.

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Peter von Kaehne
Ben Morgan wrote: > On Tue, Mar 17, 2009 at 10:45 AM, Chris Little > wrote: > > > > Ben Morgan wrote: > > On Tue, Mar 17, 2009 at 10:04 AM, mmital

Re: [sword-devel] Question about Public Domain

2009-03-16 Thread Tonny Kohar
Hi, On Tue, Mar 17, 2009 at 4:05 AM, Eeli Kaikkonen wrote: > Tonny Kohar wrote: > >> People who distribute it >> (spread the Word) does not fall into must providing the source if >> someone ask and do not need to read complicated licensing things, >> that's why I choose PD. The GPL part I do not

Re: [sword-devel] Question about Public Domain

2009-03-17 Thread Jonathan Morgan
On Tue, Mar 17, 2009 at 10:45 AM, Chris Little wrote: > > > Ben Morgan wrote: >> >> On Tue, Mar 17, 2009 at 10:04 AM, mmital > > wrote: >> >>    Hi, >> >>    As Chris pointed out, all front-ends *have* to use GPL v2. So the >>    public domain door is closed for me. >>

Re: [sword-devel] Question about Public Domain

2009-03-17 Thread jhphx
Having just reread the the GPL v2 FAQ I say, Chris got it exactly right. But, I understand why Jonathan said he is wrong. Lets take what Chris said in two parts. 1) Chris said,  "To say that a license is GPL compatible means that code licensed under that license may be incorporated in/used by

Re: [sword-devel] Question about Public Domain

2009-03-17 Thread Ben Morgan
On Wed, Mar 18, 2009 at 9:18 AM, jhphx wrote: > Having just reread the the GPL v2 FAQ I say, Chris got it exactly right. > But, I understand why Jonathan said he is wrong. > I think that you agree with what Jon meant to say (He doesn't disagree that the application *as a whole* should be GPLv2),

Re: [sword-devel] Question about Public Domain

2009-03-17 Thread Chris Little
Jonathan Morgan wrote: It is not backward, it is a pure statement of facts, which you can find quite clearly in the GPL v2 FAQ . You need to look at the question immediately following the one you link. I'll quote: Q: I

Re: [sword-devel] Question about Public Domain

2009-03-17 Thread Jonathan Morgan
On Wed, Mar 18, 2009 at 1:49 PM, Chris Little wrote: > Jonathan Morgan wrote: >> >> It is not backward, it is a pure statement of facts, which you can >> find quite clearly in the GPL v2 FAQ >> >> . > > You need to look at

Re: [sword-devel] Question about Public Domain

2009-03-17 Thread jhphx
Chris wrote: You need to look at the question immediately following the one you link. I'll quote: Q: If a library is released under the GPL (not the LGPL), does that mean that any program which uses it has to be under the GPL? A: Yes, because the program as it is actually run includes the lib

Re: [sword-devel] Question about Public Domain

2009-03-17 Thread Chris Little
Jonathan Morgan wrote: On Wed, Mar 18, 2009 at 1:49 PM, Chris Little wrote: Jonathan Morgan wrote: It is not backward, it is a pure statement of facts, which you can find quite clearly in the GPL v2 FAQ . You need to

Re: [sword-devel] Question about Public Domain

2009-03-18 Thread Matthew Talbert
> That doesn't mean it is the sole property of CrossWire, but it does mean that > copyright is jointly held between CrossWire and the front end author(s). > >Disagree? Ask licens...@fsf.org. Did you really mean to say copyright here? It is my understanding, reinforced by http://www.gnu.org/lice

Re: [sword-devel] Question about Public Domain

2009-03-18 Thread Peter von Kaehne
Matthew Talbert wrote: >> That doesn't mean it is the sole property of CrossWire, but it does mean >> that copyright is jointly held between CrossWire and the front end >> author(s). >Disagree? Ask licens...@fsf.org. > > Did you really mean to say copyright here? Yes, Matthew. It is the same o

Re: [sword-devel] Question about Public Domain

2009-03-18 Thread Chris Little
Matthew Talbert wrote: That doesn't mean it is the sole property of CrossWire, but it does mean that copyright is jointly held between CrossWire and the front end author(s). >Disagree? Ask licens...@fsf.org. Did you really mean to say copyright here? It is my understanding, reinforced by h

Re: [sword-devel] Question about Public Domain

2009-03-18 Thread Peter von Kaehne
Peter von Kaehne wrote: > The copyright of libsword is therefore not just a sum of copyrights of > individual lines but also a joint one. We own each others' code within > libsowrd to a larger or smaller degree and as a collective we own every > frontend jointly with the authors. > Chris and I po

Re: [sword-devel] Question about Public Domain

2009-03-18 Thread Eeli Kaikkonen
Quoting Chris Little : Provided that all Sword-derived code were removed from a front end (by removing all code from Sword and calls to Sword functions), CrossWire would have no copyright over the result. Providing there were no other GPL dependencies, the authors of this code would be free to

[sword-devel] Question on Burmese Language Support

2004-05-26 Thread Levi Lim
  Dear SWORD Team,   Regarding The SWORD Project software, I would like to enquire on the following:-   1) On my Microsoft Word document which is Myanmar Bible in Burmese Language, I am trying to copy verse by verse into the SWORD Project software but when I paste it into the "Personal" tab,

[sword-devel] question regarding Android front end

2010-09-28 Thread Matthew Patenaude
Hi, my name is Matthew. I would like to contribute in some way to the Sword project. I have been a user for a long time. I don't know fully how I can help, as I am not a developer, but I am a translator (Chinese or Mongolian <-> English), and I am fairly savvy with computers could possibly do some

Re: [sword-devel] Question about Commentary Osis

2012-12-31 Thread Chris Little
Reply sent to osis-users, that being the place I think most OSIS usage discussion ought to take place. :) --Chris On 12/30/2012 8:43 PM, pola ashraf wrote: Hi everyone, I don't know the suitable list to submit this question to, so i posted it to Sword-Devel and Osis-Users Now, We've made a ve

Re: [sword-devel] Question about CMAKE build proceedures

2013-01-24 Thread Greg Hellings
I have found it usually necessary. It is heavily encouraged in CMake, and enforced in SWORD's scripts for just that reason, to do a build from outside of the main source directory in an entirely enclosed environment. To be truthful, when building with the autofoo toolchain I usually found the same

Re: [sword-devel] Question about CMAKE build proceedures

2013-01-25 Thread Andrew Thule
Thanks Greg. Different tools, different philosophies - so it's nice to understand the thinking behind the tool. One thing to be said for Cmake builds, is the build information is so well presented. ~A On Thursday, January 24, 2013, Greg Hellings wrote: > I have found it usually necessary. It is

[sword-devel] Question regarding Greek/Hebrew dictionary resources

2020-06-06 Thread Tobias Klein
Hi all, Are the keys of Greek / Hebrew dictionary modules standardized based on Strong’s keys? Or are the keys different per module? I just discovered that the Vine’s dictionary is available in the Xiphos repository. I love that dictionary! I have it in printed form. I noticed that the keys ar

[sword-devel] Question about strong morph and xiphos

2022-06-18 Thread Fr Cyrille
Hello, I would like to share here a problem on some module. I would like to have your opinion on the matter. Rwebster and KJV seems to me to use the morphology of the numbers of Strong. However, no dictionary allows to access it. For Greek I found a solution by rewriting some modules like Byz a

Re: [sword-devel] Question for Optimization / speed experts

2003-01-06 Thread Glen Prideaux
Joachim Ansorg wrote: Hi! Some questiosn for optimizations experts :) I'm working on a piece of code in BibleTime which gives me headaches. BibleTime supports displaying different lexicons side by side, it offers only the keys which are available in all of the chosen lexicons. The function whi

Re: [sword-devel] Question for Optimization / speed experts

2003-01-06 Thread David White
> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 12:46 AM Subject: [sword-devel] Question for Optimization / speed experts > Hi! > Some questiosn for optimizations experts :) > > I'm working on a piece of code in BibleTime which gives me headaches. > BibleTime s

Re: [sword-devel] Question for Optimization / speed experts

2003-01-06 Thread Christian Renz
BibleTime supports displaying different lexicons side by side, it offers only the keys which are available in all of the chosen lexicons. Some ideas for this: - You don't have to build the whole list at once. Build e.g. a list of 20 or 30 items, then calculate more as the user scrolls up/down.

Re: [sword-devel] Question for Optimization / speed experts

2003-01-06 Thread Joachim Ansorg
forming > iterators. If you need any help using the function, let me know. > > -David. > > - Original Message - > From: "Joachim Ansorg" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, January 07, 2003 12:46 AM > Subject

Re: [sword-devel] Question for Optimization / speed experts

2003-01-07 Thread David White
- Personally, I would find a list of *all* keys more desirable (that > is, list any key that is found in any of the chosen lexicons). I > took a look at Bibleworks when visiting my brother (he is teaching > OT) and noticed it has a feature where instead of having a window > per dictionary,

Re: [sword-devel] Question for Optimization / speed experts

2003-01-07 Thread David White
quences will need to have standards-conforming > > iterators. If you need any help using the function, let me know. > > > > -David. > > > > - Original Message ----- > > From: "Joachim Ansorg" <[EMAIL PROTECTED]> > > To: <[EMAIL PRO

Re: [sword-devel] Question for Optimization / speed experts

2003-01-07 Thread Christian Renz
Hey David, I really don't think an extreme amount of optimization is required; just moving to an O(n) algorithm instead of the current O(m*n) should be sufficient imho. You're right -- if that is still too slow, the most efficient optimization would be to not calculate everything at once, as me

RE: [sword-devel] question about WAP online Bibles...

2004-04-14 Thread Mark Morley
> With the recent postings about another online Bible server (swordd) > and > The Bible Tool also being written, I got to thinking about accessing > the Bible online with my mobile phone (WAP, I guess). does anyone > know > of any existing services for this? If not, the current development > with

Re: [sword-devel] question about WAP online Bibles...

2004-04-14 Thread JPKlingon
OF a different nature, but (more as an experiment than anything) I created a "UnvTrnsltr" AIM ID that I use to test AIM bot code.  It runs my universal translator program, but also knows these key words "webible", "kjbible", "drbible", and "latbible" (for WEB, KJV, Douay, and Vulgate - sorry no K

Re: [sword-devel] question about WAP online Bibles...

2004-04-14 Thread JPKlingon
In a message dated 4/14/2004 8:42:13 PM Central Daylight Time, [EMAIL PROTECTED] writes: You can try it if I have the UnvTrnsltr up and online It might be down or get hung up.  The correct syntax is necessary:   try   webible john 3 16 or   kjbible isaiah 53 5   See http://bible.mrklingon.org

Re: [sword-devel] question about WAP online Bibles...

2004-04-15 Thread Nic Carter
I was mainly thinking of just having a Bible search function (eg: you enter "john 3:16" and it returns "for God ..."; or enter "john 3" for similar results) and a word search (eg: enter "For Loved God World Son" and it would return "john 3:16" as well as the text "for God ...") haven't really t

Re: [sword-devel] question about WAP online Bibles...

2004-04-15 Thread Mark Morley
> I was mainly thinking of just having a Bible search function (eg: you > enter "john 3:16" and it returns "for God ..."; or enter "john 3" for > similar results) and a word search (eg: enter "For Loved God World > Son" > and it would return "john 3:16" as well as the text "for God ...") Ok, check

Re: [sword-devel] question about WAP online Bibles...

2004-04-16 Thread Andy Piper
Mark Morley wrote: > Ok, check out 'wapSWORD' at http://christian.net/wapsword/ > > Obviously you need to access that with a WAP browser for it to > work... either a real WAP device or an emulator (a good one is > available for free at openwave.com) Works beautifully with my Nokia 7650. > Sourc

Re: [sword-devel] question about WAP online Bibles...

2004-04-16 Thread Nic Carter
Cool, looks neat. But I can't figure out how to use the keyword search or to clear the fields on my Sony Erricson T630. :( Oh, and could there be a submit button in the form? I've been trying to get an emulator to work on my mac, but I'm having no luck, so gave up and just used my phone. :)

Re: [sword-devel] question about WAP online Bibles...

2004-04-16 Thread Mark Morley
> Is this, and the swordd, available for download? I'd quite like > to run a copy locally. They will be soon, once I've had a chance to finish the docs and tweak a few things. I'll be releasing swordd, wapSWORD, and webSWORD (http://christian.net/websword). The swordd tarball will contain a few

Re: [sword-devel] Question on Burmese Language Support

2004-05-26 Thread Hugo van der Kooij
On Wed, 26 May 2004, Levi Lim wrote: > 1) On my Microsoft Word document which is Myanmar Bible in Burmese Language, I am > trying to copy verse by verse into the SWORD Project software but when I paste it > into the "Personal" tab, it does not come out the same. Same happens when I try to > typ

[sword-devel] question on possible update to ChiUns

2008-01-14 Thread Karl Kleinpaste
A couple weeks back, someone asked on sword-support for a Chinese Pinyin module, providing the public domain source reference, and in an hour or so I had hacked up a basic version which the requestor has been using. He has since asked if an update to ChiUns would be possible, because evidently he

Re: [sword-devel] question regarding Android front end

2010-09-29 Thread Martin Denham
Hi Matthew, You can find the bible for Android that uses JSword at http://code.google.com/p/and-bible/. There was another bible for Android based on Sword called Bishop and it appears that Gary at CrossConnect has continued development of that code and has a beta release but I don't really know m

Re: [sword-devel] question regarding Android front end

2010-09-29 Thread David Haslam
Matthew, I would suggest you subscribe to the CrossWire mailing list called mobile-devel. To subscribe or unsubscribe via the World Wide Web, visit http://www.crosswire.org/mailman/listinfo/mobile-devel http://www.crosswire.org/mailman/listinfo/mobile-devel Martin Denham is developing the SWO

Re: [sword-devel] question regarding Android front end

2010-09-29 Thread Caleb Maclennan
On Wed, Sep 29, 2010 at 15:53, Martin Denham wrote: >... has proposed doing a translation of all languages using a Google tool > but I don't know how well the Google tool would handle Chinese I haven't seen the original discussion context that this comment references, but having had some experien

Re: [sword-devel] question regarding Android front end

2010-09-29 Thread Peter von Kaehne
On 29/09/10 23:11, Caleb Maclennan wrote: > I love Google Translate and their various language tools, but let's > put the effort into finding local translators before throwing software > out there! Caleb, I agree and disagree at the same time. I am at this now for several years - a fair number of

Re: [sword-devel] question regarding Android front end

2010-09-30 Thread Caleb Maclennan
On Thu, Sep 30, 2010 at 01:31, Peter von Kaehne wrote: > On 29/09/10 23:11, Caleb Maclennan wrote: >> I love Google Translate and their various language tools, but let's >> put the effort into finding local translators before throwing software >> out there! > > Caleb, I agree and disagree at the s

Re: [sword-devel] question regarding Android front end

2010-09-30 Thread Peter von Kaehne
> Von: Caleb Maclennan > I see Xiphos has some translation stuff setup on launchpad. Can we > perhaps tweak the website so it walks people through getting setup to > translate there? I feel like anybody who knows what a po file is can > figure out how to deal with them on their own. The trouble

[sword-devel] Question about use of note elements

2012-07-20 Thread Andrew Thule
One benefit of having markup is that rendering mark-up is left to the client. Even so, I'm looking at notes in Xiphos, Bibletime and Alkitab and each treats them slightly different ways. For example the following note 8:15 is rendered in: Xiphos as superscript link "*n%2B" (with contents of the n

Re: [sword-devel] Question about strong morph and xiphos

2022-06-18 Thread pierre amadio
Hi there ! I am confused. Morphological code are about grammar parsing, not about lexicon entry. Looking at the Byz and KJV module: diatheke -b Byz -o mn -f FMT_OSIS -k Mark 1:1 For the first word with the Byz module: αρχη I have a the following output with the KJV module: The beginning Same s

Re: [sword-devel] Question about strong morph and xiphos

2022-06-18 Thread Troy A. Griffitts
I believe I understand what we're talking about, but please correct me if I am wrong. A long long time ago in a galaxy far far away, our data from Bible Foundation which was originally produced by them with the intend to be used by the Online Bible software package had "extended strongs" number

Re: [sword-devel] Question about strong morph and xiphos

2022-06-19 Thread Fr Cyrille
Hi Friends, Thank you for the answers. For Pierre, look in KJV: diatheke -b KJV -o mn -f FMT_OSIS -k Gen 1:1 Genesis 1:1: In the beginning God lemma="strong:H0853 strong:H01254" morph="*strongMorph:TH8804*" savlm="strong:H0853 strong:H01254">created savlm="strong:H08064">the heaven savlm="strong

Re: [sword-devel] question on possible update to ChiUns

2008-01-14 Thread Chris Little
I suspect we could come up with a way to merge the existing featureful ChiUns with a corrected underlying text, but some of the issues raised here could be solved by simply going back to the original source. It has correctly divided words. I don't know how to judge any other corrections since n

Re: [sword-devel] question on possible update to ChiUns

2008-01-15 Thread DM Smith
Chris, We have a couple of active developers at jsword-devel who are native Chinese speakers and could possibly help. I'm cross posting this to there. DM On Jan 15, 2008, at 1:36 AM, Chris Little wrote: > I suspect we could come up with a way to merge the existing featureful > ChiUns with a c

Re: [sword-devel] Question about use of note elements

2012-07-20 Thread Karl Kleinpaste
Andrew Thule writes: > The Xiphos behavior complete perplexes me - how is *n%2B constructed? The short answer: Xiphos displays whatever the engine filters give it. The long answer: For many years the filters generated just "*n" for footnotes and "*x" for xrefs, without per-element identifiers fo

Re: [sword-devel] Question about use of note elements

2012-07-20 Thread Chris Little
On 07/20/2012 11:06 AM, Andrew Thule wrote: One benefit of having markup is that rendering mark-up is left to the client. Even so, I'm looking at notes in Xiphos, Bibletime and Alkitab and each treats them slightly different ways. For example the following note 8:15 is rendered in: Xiphos as su

  1   2   >