home *** CD-ROM | disk | FTP | other *** search
/ BibleWare / BibWare.bin / bibmisc / tmsdemo.exe / INFO.SS2 < prev    next >
Text File  |  1996-07-16  |  8KB  |  196 lines

  1.       <<ABOUT SERMON SERVER V2.1>>
  2.  
  3. Welcome to Sermon Server v2.1!
  4.  
  5. Sermon Server is a database for you to keep track of sermons.  Once you
  6. have entered sermons into the database, you may work with these in many
  7. ways, including editing, printing, deleting, and searching the sermons.
  8. This last option is possibly the most useful talent of Sermon Server;
  9. with it, you may scan your sermons for a specific scripture, preacher,
  10. or date.  See COMMANDS.SS2 for more details.
  11.  
  12. There are a few things you should know about this program before you
  13. use it.
  14.  
  15.   Whenever you see an option (e.g., <E>nter) in the program, the letter
  16. inside the < > is a 'hot key.'  All you have to do is type that single
  17. letter to choose that option.  A few commands do not have the < > and
  18. require you to press ENTER after you type the single letter -- those
  19. commands usually involve long processes that can't be undone easily.
  20.  
  21.   You will notice the text (press ENTER for XX) in various places in
  22. this program.  Simply press ENTER at that point and you will go back
  23. to the named menu.
  24.  
  25.   When entering or editing the text of a sermon, press ENTER when you
  26. reach the right edge of the screen to begin the next line.  I am
  27. currently working on a text editor, which will make the entry of text
  28. much easier.
  29.  
  30.   If you have texts of sermons written through a word processor stored
  31. on disk, you may now import them into Sermon Server.  However, you
  32. MUST convert the text into an ASCII text file with no more than 80
  33. characters per line before you import the text.  See COMMANDS.SS2 for
  34. information on how to import text.
  35.  
  36.   DO NOT delete any of the files you received with your copy of Sermon
  37. Server.
  38.  
  39.   There is an error handling system used in Sermon Server.  For now, the
  40. only errors identified by Sermon Server are Device Timeout, Device fault,
  41. Out of paper, File not found, Device unavailable, and Path/File access
  42. error.  When other errors occur, Sermon Server will tell you that an
  43. unknown error has occurred and will (hopefully) give you an error device
  44. and code.  PLEASE write to me, telling me what you were trying to do and
  45. the error device and code you received!
  46.  
  47.   The "out of paper" error only works for those printers which always
  48. know whether or not they have paper.  Printers with automatic feed will
  49. always attempt to print if online, but Sermon Server cannot tell you if
  50. the printers are out of paper.
  51.  
  52.   The 'Sort Date' feature of Sermon Server will *ONLY* work correctly
  53. with valid dates.  In other words, DO NOT use dates such as:
  54.  
  55.         12-05-00        99-31-95        01-54-08
  56.               ^^        ^^                 ^^
  57.          These are the invalid parts of the dates.
  58.  
  59.  
  60.     <<ABOUT THE AUTHOR>>
  61.  
  62. I, David Aukerman, am a 16 year old programmer from Anderson, Indiana.
  63. I've been programming in BASIC since I was 7 or 8 years old.  This
  64. program is the first major release of my life; it was written and
  65. compiled using QuickBasic v4.5.
  66.  
  67.  
  68.     <<REVISION HISTORY>>
  69.  
  70. April 13, 1996 -- v1.0
  71.   Initial release.
  72.  
  73. June 27, 1996 -- v2.0
  74.   BUG FIXES:
  75.     > Long titles (70+ characters) would make v1.0 choke on the title
  76.       list.  Fixed.
  77.     > Search matches weren't paused in v1.0.  Fixed.
  78.     > V1.0 didn't allow for changing drives in the DOS shell.  Fixed.
  79.     > When v1.0 was first run on a new computer, you could never
  80.       enter a sermon, since SERMONS.LST didn't exist.  INSTALL.EXE
  81.       has been modified to create it, if necessary.
  82.   SOURCE CODE CHANGES:
  83.     > Switched to using SUBroutines.  The code looks nicer now. :)
  84.     > Switched to 2 byte integers where possible.  Runs a hair faster now.
  85.   PROGRAM IMPROVEMENTS:
  86.     > Print/View a sermon looks nicer and fits the information on as
  87.       few screens/pages as possible.
  88.     > Search for book is improved.  In v1.0, Philippians, Philemon, and
  89.       even Philadelphia would return the same information.  (V1.0 checked
  90.       the first 4 characters of the search string.)
  91.     > Search for chapter is fully operational.  Even in a scripture string
  92.       such as "Luke 1:5-3:6, 4:5-7", Luke 1, 2, 3, AND 4 will be found!
  93.     > Variable length texts are now supported.  You aren't limited to 75
  94.       lines any more.
  95.     > Some prompts have been reworded.
  96.     > The Main Menu looks nicer now.  If you like it, I'll use the
  97.       same format for the other menus, as well.
  98.     > An "arrow key selection" system has been implemented in v2.0.  Now,
  99.       instead of entering the date of a sermon, you can use the arrow keys
  100.       to "highlight" a date.  Also, more than one "date page" is available
  101.       if needed.  V1.0 didn't allow for a large amount of sermons.
  102.     > You may now import ASCII text files for the text of a sermon.  This
  103.       works for either <E>ntering a sermon or ed<I>ting a sermon.
  104.     > During an overview of all sermons, you may now press ESCape to exit
  105.       the overview.
  106.     > You may now select different directories for the input and output
  107.       of sermons.  Also, you may change the default preacher at any time.
  108.     > To help avoid some confusion, all references to "Text" by Sermon
  109.       Server have been changed to "Content".  References to "Scripture"
  110.       have not been changed.
  111.   OTHER:
  112.     > The COMMANDS.SS2 file looks nicer and is smaller.
  113.     > A new file has been included: FORMAT.SS2.  This file describes the
  114.       format for Sermon Server v2.0 sermons, if you wish to enter them
  115.       via a text editor.
  116.  
  117. July 17, 1996 -- v2.1
  118.   BUG FIXES:
  119.     > Entering a comma in the default preacher's name under the
  120.       Change Options menu made v2.0 choke.  Fixed.
  121.     > The routine which allows the user to choose one from a list
  122.       of sermons (used throughout the program) had several errors.
  123.       I hope they have all been fixed.
  124.     > The <L>ist titles option had more of a nusiance than a bug.
  125.       In any case, it has been fixed.
  126.   SOURCE CODE CHANGES:
  127.     > An ever-so-slight speed improvement in the Sort Sermons
  128.       SUBroutine has been made.
  129.   PROGRAM IMPROVEMENTS:
  130.     > For users of version 1.0, the conversion program has been
  131.       merged with the INSTALL program.  It will be this way with
  132.       all future releases.
  133.     > The wording of the exiting screen has been changed.
  134.  
  135.  
  136.     <<COMING SOON>>
  137.  
  138.   In the near future, I hope to have a list server for Sermon Server
  139. available!  A list server is a kind of message base; if you can send
  140. and receive Internet E-mail, you will be able to "subscribe" to this
  141. list server.  Once you do so, you will receive every message posted
  142. in the list server, and you will be able to post your own messages
  143. related to Sermon Server.  In other words, this will be a way to keep
  144. track of what's happening with Sermon Server from anywhere in the
  145. world!
  146.   Interested?  Send a message to "knight@dols.com" (without the
  147. quotes), and I'll get back to you when the list server is ready!
  148.  
  149.  
  150.     <<LEGAL STUFF>>
  151.  
  152. Sermon Server v2.1 IS DISTRIBUTED ON AN 'AS IS' BASIS.  NO WARRANTY, EITHER
  153. EXPRESS OR IMPLIED, EXISTS FOR THIS PROGRAM.  I, DAVID AUKERMAN, AM NOT
  154. LIABLE FOR ANY DAMAGES RESULTING FROM THE MISUSE OR ABUSE OF THIS PROGRAM
  155. IN ANY WAY.  USE AT YOUR OWN RISK!
  156.  
  157. The following 7 (seven) files MUST be distributed in ONE archived file
  158. (SERMON21.???) OR in a self-extracting file (SERMON21.EXE):
  159.  
  160.   INSTALL.EXE
  161.   FILES.TXT
  162.   SERMON21.SS2
  163.   INFO.SS2
  164.   COMMANDS.SS2
  165.   DONATION.SS2
  166.   FORMAT.SS2
  167.  
  168. These files may NOT be modified in ANY WAY WHATSOEVER!
  169.  
  170. Sermon Server v2.1, Copyright (C) 1996 David Aukerman.
  171.  
  172.  
  173.     <<WRAPPING UP THE LOOSE ENDS>>
  174.  
  175. If you have any questions, comments, or complaints, PLEASE send them to me!
  176. If you have any problems, send me EXACTLY what happened and I'll fix it
  177. for you.  I hope you find that Sermon Server is a program which will fit
  178. your needs; if it isn't exactly what you want or need, tell me and I'll
  179. see what I can do!
  180.  
  181. My postal address is:
  182.         David Aukerman
  183.         1214 Oakland Drive
  184.         Anderson, IN 46012
  185.  
  186. My E-mail address is:
  187.         knight@dols.com
  188.  
  189. Sermon Server v2.1 is distributed as FreeWare, meaning it can be fr