home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / OTHER / SMWINV23.ZIP / OLBWORDS.DOC < prev    next >
Text File  |  1993-07-16  |  3KB  |  76 lines

  1.     ╔═════════════════════════════════════════════════╗
  2.     ║           SeedMaster OLBWORDS.DOC               ║
  3.     ║ Copyright (c) 1993 White Harvest Software, Inc. ║
  4.     ╚═════════════════════════════════════════════════╝
  5.  
  6. GENERAL
  7. ~~~~~~~
  8. In Online Bible combination databases, words are indexed across all 
  9. Bible texts. If a program wants to find out if a word is used only in 
  10. a given translation, it must read in all possible verses and check for
  11. that word (slow). 
  12.  
  13. Because SeedMaster displays more search verses at a time, and because 
  14. background verification of words in a particular text is impractical, 
  15. as a default, we do not verify the existance of a word in a given text 
  16. as Online Bible does. 
  17.  
  18. As an alternative, we have provided the OLBWORDS.EXE program to create
  19. a supplemental database SeedMaster can use to verify a word's existance 
  20. quickly. Two supplemental files are created. A .WDS and a .XRF file. 
  21. The prefix of the filename is the directory containing the Online Bible 
  22. TEXT.DAT file. For example, running OLBWORDS on C:\BIBLE\SCHOLAR 
  23. results in SCHOLAR.WDS (72606 bytes) and SCHOLAR.XRF (375943 bytes).
  24. SeedMaster will look for these file in two places:
  25.  * The same directory as the TEXT.DAT file (PREFERRED). The default
  26.    operation of OLBWORDS creates the two supplemental files in the
  27.    same directory as TEXT.DAT. This is the preferred option, but is
  28.    not practical for CD-ROM implmentations.
  29.  * The directory where the SeedMaster OPTIONS.DAT file is stored.
  30.    This path support is included for CD-ROM implementations.
  31.  
  32. To create these files, OLBWORDS must search for each word, read in 
  33. every appropriate verse for that word, and search for the word in
  34. each translation. As you can imagine, that process is time consuming.
  35. On a 33MHz 386, this program takes about 2 hours to run on the SCHOLAR 
  36. pak, and takes about 450K RAM. You may wish to run it overnight.
  37.  
  38. NOTE
  39. ~~~~
  40. If you have a Online Bible database with only one Bible text, there
  41. is no reason to run OLBWORDS on it. 
  42. Also, the differences between particular translations is often very
  43. slight, and you may find a benefit in searching across two or more
  44. translations simulatneously. Therefore, you may be happy with the
  45. standard features of SeedMaster searches and choose to not use
  46. OLBWORDS at all.
  47.  
  48. WARNING!!!!!!!!
  49. ~~~~~~~~~~~~~~~
  50. OLB2SM is a utility program. We tested it and use it ourselves. We only 
  51. open OLB files in read-only mode, but there is no guarantee that the 
  52. program has not been corrupted in the Shareware process, and therefore 
  53. could perform unexpectedly. THEREFORE, YOU SHOULD BACK UP YOUR FILES 
  54. ON YOUR HARD DISK BEFORE RUNNING OLBWORDS. White Harvest Software, Inc., 
  55. hereby disclaims all warranties on OLBWORDS and any responsibility for 
  56. any damages which may arise from its use or miss-use.
  57.  
  58. SYNTAX
  59. ~~~~~~
  60. Simply type: OLBWORDS <Enter>
  61. and OLBWORDS will provide the command syntax:
  62.  
  63.     OLBWORDS [olbpath] [optpath]
  64.     
  65. Where: 
  66.     [olbpath] = The path to the Online Bible directory containing
  67.                 TEXT.DAT. Example: C:\BIBLE\SCHOLAR
  68.     [optpath] = An optional path for the new supplemental files.
  69.             NOTE: The [optpath] is intended only for CD-ROM based 
  70.             Online Bible databases.
  71.     
  72. Example for a Standard Scholar Pak installation on a hard disk:
  73.     OLBWORDS C:\BIBLE\SCHOLAR    <Enter>
  74.  
  75. Revised 7/15/93
  76.