home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / misc / 287 / godspeed.doc < prev    next >
Encoding:
Text File  |  1988-08-19  |  6.0 KB  |  134 lines

  1. The following features not available in the Gospel demo work with the
  2. whole Bible version:
  3.  
  4. At  the  "find:" prompt you can type a single word or  expression.   The
  5. verses  matching  the  typed  specification  will  be   displayed.    In
  6. expressions,  words  must  have  a trailing space.   Up to  4  (in  this
  7. version)  levels of parenthesis may be used.   Upper and lower case  are
  8. not distinct and may be used interchangably.
  9.  
  10. If  more than a page of verses is to be displayed,  you will be prompted
  11. after 24 lines to hit return for 1 more line,  space for the next  page,
  12. or  Q to quit.   There is no way of paging backwards currently,  but you
  13. can get the index back using #0 (described later), but without the words
  14. highlighted.
  15.  
  16. Words  of  Christ  will be in red if a color monitor  is  used.   It  is
  17. designed  for  medium  resolution,   lines  may  be  truncated  in   low
  18. resolution, or it will overflow the page boundary.
  19.  
  20. To  use an external file,  prefix it with an at sign (@).   This can  be
  21. done at the find: prompt or on the command line.
  22.  
  23. You can also use the command line available using shell programs as in:
  24.      % godspeed alpha philadelphia
  25.  
  26. this may be combined with i/o redirection and the external file:
  27.  
  28.     % godspeed @data.bat >output.log
  29.  
  30. Of course, the .ttp dialog box can be used instead of a shell.
  31.  
  32. ****
  33. You  can also use >pathspec immediately after the find prompt to open  a
  34. file for output (you will not see it, but it will be sent to the file or
  35. device  such as prn:).   If you wish to append to an existing file,  use
  36. >>pathspec.  To  close  the file and return to normal  printing,  use  >
  37. alone.
  38.  
  39. find:>list.out Alpha .a Omega   ;file is opened, word is searched for...
  40. find:>                          ;file is closed, back to console
  41. find:>>list.out @test.gsp       ;add the results of test.gsp to the end
  42. find:>temp.out                  ;open a new file (old one is closed)
  43.  
  44. Some  punctuation  may be found as well.   Wildcards  may  be  used.   ?
  45. matches any individual character, * matches any string.  Any string that
  46. does  not  match any word or combination will bring up a short  list  of
  47. surrounding  valid  words.   Both  types can be  intermixed  freely.   *
  48. matches a string of 0 characters (or anything longer).
  49.  
  50. To  find  punctuation,  surround the punctuation with either  single  or
  51. double quotes as in "." or '('.
  52.  
  53.         joy*    matches joy, joyful, joyous, joyfully, etc.
  54.         m?      matches me, my
  55.         y?u*d   matches you-ward
  56.  
  57. (Index expressions are any expression yielding a valid index of verses)
  58.  
  59. There are 4 logical operators available, A,B are index expressions:
  60.         .A      And - print only verses containing both A and B
  61.         .O      Or - print verses containing either A or B
  62.         .N      Not - print verses containing A but not B
  63.         .X      Exclusive Or - print verses containing either A or B but
  64.                 not both at the same time.
  65.  
  66.                 Abraham .o Isaac .o Jacob
  67.                 will find all verses containing any of the three words.
  68.                 Abraham .a Isaac .a Jacob
  69.                 Abraham Isaac Jacob
  70.                 .a is a default.  This will find verses containing all 3 words.
  71.  
  72.         There is also an expression to expand context,  the [l,r]. [2,3]
  73.         applied  to another expression will add 2 verses before,  and  3
  74.         verses after each selected verse in the expression.  This can be
  75.         applied anywhere after an index expression.  Examples:
  76.  
  77.         Alpha [1,2]
  78.                 Find all occurences of "alpha" with extra context.
  79.         Abraham [0,25] Isaac [25,0]
  80.                 Find all places where Abraham and Isaac occur within  25
  81.                 verses of each other and interviening context
  82.         Abraham [0,25] Isaac [25,0] .a (Abraham .O Isaac )
  83.                 as above, but only the individual verses
  84.  
  85. There  are saved indicies and index variables.   They are prefixed  with
  86. the pound sign and are followed by a number.   #0 contains the result of
  87. the  last search.   You can use an equals after a first specification to
  88. save an index (then #0 will not be saved)
  89.  
  90.         find:alpha
  91.         - finds occurences of alpha
  92.         find:#1= #0
  93.         - saves them in index 1
  94.         find:#2= philadelphia
  95.         - saves index of philadelphia in index 2
  96.         find:#1 .a #2
  97.         - finds alpha .a philadelphia
  98.  
  99. Individual book/chapter/verse specifications can be found.
  100.  
  101. The following abbreviations are used:
  102.  
  103.         GEN   EXO   LEV   NUM   DEU   JOS   JUD   RUT   1SA   2SA   1KI
  104.         2KI   1CH   2CH   EZR   NEH   EST   JBO   PSA   PRO   ECC   SOL
  105.         ISA   JER   LAM   EZE   DNL   HOS   JOE   AMO   OBA   JON   MIC
  106.         NAH   HAB   ZEP   HAG   ZEC   MAL   MAT   MAR   LUK   JOH   ACS
  107.         ROM   1CO   2CO   GAL   EPH   PHI   COL   1TH   2TH   1TI   2TI
  108.         TIT   PHM   HEB   JAM   1PE   2PE   1JO   2JO   3JO   JDE   REV
  109.  
  110. Note  that  they are the first letters of the book except  for  Job-JBO,
  111. Daniel-DNL, Acts-ACS, Philemon-PHM (PHIllipians), Jude-JDE (JUDges) Song
  112. of Solomon is SOL.
  113.  
  114. You can specify a book with just the 3 letter abbreviation, or follow it
  115. with either a chapter number or a chapter and verse:
  116.  
  117.         GEN - the book of Genesis
  118.         2CO 1 - the first chapter of second Corinthians
  119.         JOH 3 16 - the verse John 3:16.
  120.  
  121. You  can specify enumerated verses or ranges as well by using  ,  or  -:
  122. (note that the context is the smallest unit last used, so Book x-y means
  123. chapters  x-y,  while book x:y-z means chapter x,  verses y-z,  and this
  124. applies to commas.   This can be overridden by explicitly using  chapter
  125. and verse,  so book x:y-z:w is how to get around this.  The colon can be
  126. replaced with a space, joh 3 16 <=> joh 3:16
  127.  
  128.         MAT-REV - the New Testament
  129.         MAT 5-7 - The sermon on the mount
  130.         PSA 42,47,52:3-5,7,ECC 1,3:5
  131.                          ^verse 7
  132.                 psalms  42,   47,  psalm  52:  verses  3,  4,  5,and  7,
  133.                 Ecclesiastes chapter 1, and verse 5 of chapter 3
  134.