home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / menu / mmgr.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.9 KB  |  82 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Menu Manager Package
  4. -- Version      : 1.0
  5. -- Author       : Jerry Horsewood
  6. --              : Adasoft, Inc, 9300
  7. --              : Anapolis Road
  8. --              : Lanham, MD 20706
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 Adasoft, Inc.
  14. -- Date created : 19 January 1985
  15. -- Release date : May 1985
  16. -- Last update  : May 1985
  17. -- Machine/System Compiled/Run on :
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract     : VIDEO is a menu manager package that is 
  25. ----------------: divided into four functional areas.  It will
  26. ----------------: provide application programmers with the 
  27. ----------------: ability to run various application systems     
  28. ----------------: from a menu driven user interface.                 
  29. ----------------: Applications to be invoked via menu selections
  30. ----------------: may be written in any language providing the
  31. ----------------: PRAGMA INTERFACE is supported.  The four 
  32. ----------------: functional areas are initialization of the 
  33. ----------------: overall application system, modeling of the 
  34. ----------------: application system, running the application,
  35. ----------------: and diagramming the system.
  36. ----------------:
  37. ----------------: This tool was developed as a precursor for 
  38. ----------------: the WMCCS Information System (WIS).  An
  39. ----------------: executable version of the tool has been 
  40. ----------------: demonstrated.  This source code has sub-
  41. ----------------: sequently been recompiled but has not under-
  42. ----------------: gone extensive testing.
  43. ----------------:
  44. --                                                           -*
  45. ------------------ Revision history ---------------------------
  46. --                                                           -*
  47. -- DATE         VERSION AUTHOR                  HISTORY 
  48. -- 05/84           1.0  Jerry Horsewood         Initial Release
  49. --                                                           -*
  50. ------------------ Distribution and Copyright -----------------
  51. --                                                           -*
  52. -- This prologue must be included in all copies of this software.
  53. -- 
  54. -- This software is copyright by the author.
  55. -- 
  56. -- This software is released to the Ada community.
  57. -- This software is released to the Public Domain (note:
  58. --   software released to the Public Domain is not subject
  59. --   to copyright protection).
  60. -- Restrictions on use or distribution:  NONE
  61. --                                                           -*
  62. ----------------- Disclaimer ----------------------------------
  63. --                                                           -*
  64. -- This software and its documentation are provided "AS IS" and
  65. -- without any expressed or implied warranties whatsoever.
  66. --
  67. -- No warranties as to performance, merchantability, or fitness
  68. -- for a particular purpose exist.
  69. --
  70. -- Because of the diversity of conditions and hardware under
  71. -- which this software may be used, no warranty of fitness for
  72. -- a particular purpose is offered.  The user is advised to 
  73. -- test the software thoroughly before relying on it.  The user
  74. -- must assume the entire risk and liability of using this 
  75. -- software.
  76. --
  77. -- In no event shall any person or organization of people be
  78. -- held responsible for any direct, indirect, consequential
  79. -- or inconsequential damages or lost profits.
  80. --                                                          -*
  81. ----------------- END-PROLOGUE -------------------------------
  82.