Re: [sword-devel] APPDATA / ALLUSERSPROFILE

2009-04-25 Thread Matthew Talbert
On Sun, Apr 26, 2009 at 1:47 AM, Troy A. Griffitts wrote: > Hey Matthew, > > You recommended using APPDATA to avoid hardcoding "Application Data" in our > path string, in case it was localized. > > I noticed that we have a bug in the ALLUSERSPROFILE lookup logic where we > are NOT appending "Appli

[sword-devel] APPDATA / ALLUSERSPROFILE

2009-04-25 Thread Troy A. Griffitts
Hey Matthew, You recommended using APPDATA to avoid hardcoding "Application Data" in our path string, in case it was localized. I noticed that we have a bug in the ALLUSERSPROFILE lookup logic where we are NOT appending "Application Data/sword" to ALLUSERSPROFILE and I'm not sure how to fix

Re: [sword-devel] lemma search (was sword-1.6.0RC1 available)

2009-04-25 Thread Matthew Talbert
Troy, >From a user's perspective, they simply want to do a search for G140 and return all of the results for that. Then they want to do a search for G1401 and return all of the results for that. If the engine doesn't allow this (which it hasn't until this change), then from the user's perspective,

Re: [sword-devel] lemma search (was sword-1.6.0RC1 available)

2009-04-25 Thread Troy A. Griffitts
Matthew, I'm not sure you understand what you are asking. You need to understand the syntax for attribute searching. There is no such thing as specific code for 'paired lemma unindexed searches'. This is a concept. It is something you can conceptually do with entryAttribute searching. en

Re: [sword-devel] Remaining licence/copyright issues

2009-04-25 Thread Kahunapule Michael Johnson
Dmitrijs Ledkovs wrote: 2009/4/24 Kahunapule Michael Johnson Dmitrijs Ledkovs wrote: 2009/4/24 Dmitrijs Ledkovs : 2009/4/22 Jonathan Marsden : One quick first impression: there are still a few files in the RC2

Re: [sword-devel] lemma search (was sword-1.6.0RC1 available)

2009-04-25 Thread Matthew Talbert
> > Actually, no, I think the design is quite good and flexible for all the > various types of attributes we store.  It could always have features added, > and I added this one in this release for you.  I am sorry you don't like the > default. > > I actually said for _lemma searches_ I would always

Re: [sword-devel] lemma search (was sword-1.6.0RC1 available)

2009-04-25 Thread Troy A. Griffitts
Then it seems that the design needs to change somehow. How is attribute search even worthwhile if you are either a) returning too many results or b) returning too few? You said yourself you would always do it that way. So for whom are we worried about making it too slow? Actually, no, I think th

Re: [sword-devel] lemma search (was sword-1.6.0RC1 available)

2009-04-25 Thread Matthew Talbert
> Matthew, I don't think we can reasonably make this the default.  I'm sorry. >  The '.' tells the lemma search code to enter different logic which iterates > each item at the lowest level and see if it has a prefix up to the '.'. >  This logic is slower than the map lookup normally used, and there

Re: [sword-devel] Library Doxygen documentation

2009-04-25 Thread Greg Hellings
On Sat, Apr 25, 2009 at 10:55 PM, Greg Hellings wrote: > On Sat, Apr 25, 2009 at 10:24 PM, Jonathan Marsden > wrote: >> Hmmm, the website started working again.  Good. >> >>> I now have copies of the Doxygen generation from 1.6.0RC2 and HEAD >>> r2337 (the current as of a few minutes ago) availa

Re: [sword-devel] lemma search (was sword-1.6.0RC1 available)

2009-04-25 Thread Troy A. Griffitts
Matthew Talbert wrote: Word//Lemma./G932/ I've been thinking about this some more. Is there any reason that we can't have this be the default behavior? I can't think of any reason to search another way, and if this is changed, we will have to #ifdef this in Xiphos to remain compatible with 1.5.

Re: [sword-devel] Library Doxygen documentation

2009-04-25 Thread Greg Hellings
On Sat, Apr 25, 2009 at 10:24 PM, Jonathan Marsden wrote: > Hmmm, the website started working again.  Good. > >> I now have copies of the Doxygen generation from 1.6.0RC2 and HEAD >> r2337 (the current as of a few minutes ago) available in >> http://www.crosswire.org/~ghellings/. > > http://www.cr

Re: [sword-devel] Library Doxygen documentation

2009-04-25 Thread Jonathan Marsden
Hmmm, the website started working again. Good. > I now have copies of the Doxygen generation from 1.6.0RC2 and HEAD > r2337 (the current as of a few minutes ago) available in > http://www.crosswire.org/~ghellings/. http://www.crosswire.org/~ghellings/1_6_0RC2classdocs/main.html says: Well k

Re: [sword-devel] lemma search (was sword-1.6.0RC1 available)

2009-04-25 Thread Matthew Talbert
>>> Addition of a new feature when doing entryAttribute searching: the suffix >>> of >>> a '.' will expand search to include components, for example: >>> Word//Lemma./G932/ >>> will register a hit if G932 matches Lemma, Lemma.1, Lemma.2, etc. >> >> Is there any danger in always using Lemma. ? > > N

Re: [sword-devel] crosswire.org web site trouble?

2009-04-25 Thread Jonathan Marsden
Matthew Talbert wrote: > On Sat, Apr 25, 2009 at 10:34 PM, Jonathan Marsden > wrote: >> I'm getting "resource unavailable" on a lot of pages at CrossWire, >> including much of the Doxygen tree... did the CrossWire web site / web >> server just get itself into a non-working state (again)? > It s

Re: [sword-devel] crosswire.org web site trouble?

2009-04-25 Thread Matthew Talbert
On Sat, Apr 25, 2009 at 10:34 PM, Jonathan Marsden wrote: > I'm getting "resource unavailable" on a lot of pages at CrossWire, > including much of the Doxygen tree... did the CrossWire web site / web > server just get itself into a non-working state (again)? It seems to be working for me. Matthe

[sword-devel] crosswire.org web site trouble?

2009-04-25 Thread Jonathan Marsden
I'm getting "resource unavailable" on a lot of pages at CrossWire, including much of the Doxygen tree... did the CrossWire web site / web server just get itself into a non-working state (again)? Greg Hellings wrote: > As always, you're more than welcome to have a copy of the > Doxyfile to generat

[sword-devel] Library Doxygen documentation

2009-04-25 Thread Greg Hellings
Greetings from your neighborhood Doxygen generator: I now have copies of the Doxygen generation from 1.6.0RC2 and HEAD r2337 (the current as of a few minutes ago) available in http://www.crosswire.org/~ghellings/. Just follow the links when you get there. As always, you're more than welcome to h

Re: [sword-devel] Mac build / lookup

2009-04-25 Thread Troy A. Griffitts
DM Smith wrote: On Apr 25, 2009, at 4:42 PM, Troy A. Griffitts wrote: $HOME should work. Cool thanks! With this defined will that make it the default location for installs? Hope so. Well, 'default' is a little overloaded. It will find books if they exist in this location and no other p

Re: [sword-devel] Mac build / lookup

2009-04-25 Thread DM Smith
On Apr 25, 2009, at 4:42 PM, Troy A. Griffitts wrote: DM Smith wrote: 3) It does not find any of the modules that either MacSword or BibleDesktop install. These both install to ~/Library/Application Source/Sword. (This is a biggie!!!) We've added a section in the library lookup logic for

Re: [sword-devel] Mac build / lookup

2009-04-25 Thread Troy A. Griffitts
DM Smith wrote: 3) It does not find any of the modules that either MacSword or BibleDesktop install. These both install to ~/Library/Application Source/Sword. (This is a biggie!!!) We've added a section in the library lookup logic for OS specific locations. It currently only has Windows spec

Re: [sword-devel] Irish Bible issues

2009-04-25 Thread David Haslam
John, Several good text editors can display XML files in a structured manner. Although I use http://notepad-plus.sourceforge.net/uk/site.htm Notepad++ for a lot of my work, I have also found http://xml-copy-editor.sourceforge.net/ XML Copy Editor to be very useful. David Haslam johnduffy-

Re: [sword-devel] Zefania.de is gone for ever

2009-04-25 Thread David Troidl
I hope you will all agree with me in prayer that the Lord will work in Wolfgang's heart, for the sake of his life and salvation. Peace, David Wolfgang Schultz wrote: Hello, i have closed now all websites for zefania xml that i have controlled. The reason is: I can't believe longer on the bi

[sword-devel] Zefania.de is gone for ever

2009-04-25 Thread Wolfgang Schultz
Hello, i have closed now all websites for zefania xml that i have controlled. The reason is: I can't believe longer on the bible contents and its conclusions it sounds to me now absurd. greetings wolfgang http://www.zefania.de ___ sword-devel mailin

Re: [sword-devel] mod2osis output does not validate??

2009-04-25 Thread Greg Hellings
No, you're not. It's been a little while since I updated my patches, but you can check in http://www.crosswire.org/~ghellings/ for some mod2osis patches. They're not perfect, and they're quite silly if the original was not OSIS (though I was half-way to getting ThML to work properly when I last t

[sword-devel] mod2osis output does not validate??

2009-04-25 Thread Jonathan Marsden
Am I doing something silly? mod2osis KJV >KJV.xml xmllint --noout --schema http://www.bibletechnologies.net/osisCore.2.1.1.xsd KJV.xml gets me a bunch of validation errors... ? Jonathan ___ sword-devel mailing list: sword-devel@crosswire.org http://ww

Re: [sword-devel] Alternate Versification

2009-04-25 Thread Jonathan Marsden
DM Smith wrote: > I'd like to make a change to osis2mod to have it report the supported > alternate versifications that can be used as an argument to -v. Ideally, > I'd like the flag value and a short description. > > How would I go about doing that? Edit utilities/osis2mod.cpp around line 1200

[sword-devel] bibledesktop.info will be free

2009-04-25 Thread Wolfgang Schultz
Hello, please note: the domain bibledesktop.info will be available again on 17.05.2009 on that day the domain registration will expire. greetings wolfgang -- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Ma

[sword-devel] Alternate Versification

2009-04-25 Thread DM Smith
I'd like to make a change to osis2mod to have it report the supported alternate versifications that can be used as an argument to -v. Ideally, I'd like the flag value and a short description. How would I go about doing that? In Him, DM _

Re: [sword-devel] Irish Bible issues

2009-04-25 Thread DM Smith
On Apr 25, 2009, at 7:49 AM, wrote: It seems that I have to use osis2mod to convert an OSIS file into a module, in order to be able to see what the OSIS file looks like. It would be handy to be able to view the OSIS file straight, without this process. Any suggestions on whether this

[sword-devel] Irish Bible issues

2009-04-25 Thread johnduffy
I'd like to thank everyone who has responded to my post, either on the mailing list of personally. It has been of great help. It is clear that I'll need to produce an OSIS file, for Crosswire to be able to publish/convert to Sword etc. files for public distribution. In that case, I'll start by m

Re: [sword-devel] Compatibility healed: thanks!

2009-04-25 Thread Manfred Bergmann
Yep, from me too, thanks. Am 25.04.2009 um 04:28 schrieb Jonathan Marsden: I just noticed: r2336 | scribe | 2009-04-24 18:15:28 -0700 (Fri, 24 Apr 2009) | 2 lines added setUserDisclaimerConfirmed back in per multiple requests. Thanks :) Jonathan

Re: [sword-devel] Notice in licence agreement

2009-04-25 Thread Jonathan Morgan
On 4/24/09, Eeli Kaikkonen wrote: > Quoting DM Smith : > > > I like your suggestion. Give that CC are legal licenses, it appears > > that this summary is complete, perhaps drafted by lawyers :0 > > > > The problem with it is that it's too long. I don't want to give a legally > correct statement, o

Re: [sword-devel] Compatibility healed: thanks!

2009-04-25 Thread Matthew Talbert
Thanks Troy ___ 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