Difference between revisions of "Whiteboard/PersistentKeyList"
From CrossWire Bible Society
Rlrandallx (talk | contribs) (→'''Problem:''') |
Rlrandallx (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | '''Problem:''' (Jon could you do this) | |
Line 18: | Line 18: | ||
'''Passage:''' Content of a contiguous set of Bible verses using a Range as the Key. | '''Passage:''' Content of a contiguous set of Bible verses using a Range as the Key. | ||
− | e.g. "In the beginning... ...God said it was good". | + | e.g. "In the beginning... ...God said it was good". |
'''Alternatives:''' | '''Alternatives:''' |
Revision as of 20:21, 20 December 2007
Problem: (Jon could you do this)
== Definitions: == (Please correct if you have a better definition)
Key: Unique string used to locate content in a file or data structure e.g. Topic, Reference, Date, word or Strong's number
Reference: Key used to access verse content in a Bible module, usually in format: <book>\s<chapter>:<verse> e.g. "Gen 1:2"
Range (Ref.): Key used to access a contiguous set of verses usually of the format: <book>\s<chapter>:<verse>[\-[<book>\s]<chapter>:]<verse> e.g. "Gen 1:1-3" or "Gen 1:1-3:1"
Verse: Content retrieved from a Bible using a single Reference. e.g. "In the beginning..."
Passage: Content of a contiguous set of Bible verses using a Range as the Key. e.g. "In the beginning... ...God said it was good".
Alternatives: