Re: [sword-devel] Field additions to module .conf files

2002-03-06 Thread Joachim Ansorg
Chris, thank you for your answer! I understand now the feature list. Does a module with Feature=GreekParse or HebrewParse exist? I'd test BibleTime's default modules with this. Joachim > I don't know the difference between Def and Parse. They're both related > to strongs numbers I thin

Re: [sword-devel] Field additions to module .conf files

2002-03-06 Thread Joachim Ansorg
Thank Troy! This is useful! Joachim > Joachim, > I added a new feature last night that might be useful. It is on our > multimapwithdefault multimap template subclass: > > bool has(T,V) > > This allows you to do something like: > > module->getConfig().has("Feature", "GreekParse")

RE: [sword-devel] Field additions to module .conf files

2002-03-05 Thread Chris Little
> I have some questions about your field additions. > What's the difference between the following possible values > of the Feature > parts? > StrongsNumbers, > GreekDef, > HebrewDef, > GreekParse, > HebrewParse, > > Is

Re: [sword-devel] Field additions to module .conf files

2002-03-05 Thread Troy A. Griffitts
Joachim, I added a new feature last night that might be useful. It is on our multimapwithdefault multimap template subclass: bool has(T,V) This allows you to do something like: module->getConfig().has("Feature", "GreekParse") Joachim Ansorg wrote: > > Dear Chris, >

Re: [sword-devel] Field additions to module .conf files

2002-03-05 Thread Joachim Ansorg
Dear Chris, I have some questions about your field additions. What's the difference between the following possible values of the Feature parts? StrongsNumbers, GreekDef, HebrewDef, GreekParse, HebrewParse, Is

RE: [sword-devel] Field additions to module .conf files

2002-02-22 Thread Chris Little
I drew up a chart of all the fields currently in use in .conf files and proposed. It lists tags, their possible values, and their default values. I'll add tag descriptions shortly. About the only changes I made to the set of additions proposed by Jonathan are addition of "Copyright" before all

Re: [sword-devel] Field additions to module .conf files

2002-02-18 Thread David Trotz
While were at it we might want to add approximate module sizes so that I can show the information in the InstallMgr before someone actually downloads the module. Some of those modules are huge and end users want to know that before they sit in front of their computers. Just my 2 cents. In Christ,

Re: [sword-devel] Field additions to module .conf files

2002-02-18 Thread Lloyd N. Landers, Jr.
What a fantastic idea! I wish I'd thought of it. You might consider breaking up the ContactAddress into several items to cover ContactStreetAddress1, ContactStreetAddress2, ContactCity, ContactState, ContactZIP, and ContactCountry. These modifications would pretty much conform to the informa