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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : User Interface Forms Generator
  4. -- Version      : 1.0
  5. -- Author       : John Foreman
  6. --              : Texas Instruments, Inc.
  7. --              : P.O. Box 801 MS 8007
  8. --              : McKinney, TX  75069
  9. -- Contact      : Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 Texas Instruments, Inc.
  14. -- Date created : 10 November 1984
  15. -- Release date : 1 March 1985
  16. -- Last update  : 1 March 1985
  17. -- Machine/System Compiled/Run on :
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract     : This tool is used to seperate an application's
  25. ----------------: procedural code from the code required to 
  26. ----------------: drive a terminal.  The system will provide both
  27. ----------------: an interactive and batch interface that enables
  28. ----------------: an application programmer to design a screen
  29. ----------------: format and save the representation in a machine 
  30. ----------------: readable form.  The Form Executor package will
  31. ----------------: provide procedural and functional interfaces
  32. ----------------: that enable a program to access the output of 
  33. ----------------: the system and present it to a terminal.  This
  34. ----------------: toolset will support asynchronous ASCII                   
  35. ----------------: terminals with single character transmission
  36. ----------------: capabilities.
  37. ----------------:
  38. ----------------: This tool was developed as a precursor for 
  39. ----------------: the WMCCS Information System (WIS).  An
  40. ----------------: executable version of the tool has been 
  41. ----------------: demonstrated.  This source code has sub-
  42. ----------------: sequently been recompiled but has not under-
  43. ----------------: gone extensive testing.
  44. ----------------:
  45. --                                                           -*
  46. ------------------ Revision history ---------------------------
  47. --                                                           -*
  48. -- DATE         VERSION AUTHOR                  HISTORY 
  49. -- 03/85          1.0   John Foreman            Initial Release
  50. --                                                           -*
  51. ------------------ Distribution and Copyright -----------------
  52. --                                                           -*
  53. -- This prologue must be included in all copies of this software.
  54. -- 
  55. -- This software is copyright by the author.
  56. -- 
  57. -- This software is released to the Ada community.
  58. -- This software is released to the Public Domain (note:
  59. --   software released to the Public Domain is not subject
  60. --   to copyright protection).
  61. -- Restrictions on use or distribution:  NONE
  62. --                                                           -*
  63. ----------------- Disclaimer ----------------------------------
  64. --                                                           -*
  65. -- This software and its documentation are provided "AS IS" and
  66. -- without any expressed or implied warranties whatsoever.
  67. --
  68. -- No warranties as to performance, merchantability, or fitness
  69. -- for a particular purpose exist.
  70. --
  71. -- Because of the diversity of conditions and hardware under
  72. -- which this software may be used, no warranty of fitness for
  73. -- a particular purpose is offered.  The user is advised to 
  74. -- test the software thoroughly before relying on it.  The user
  75. -- must assume the entire risk and liability of using this 
  76. -- software.
  77. --
  78. -- In no event shall any person or organization of people be
  79. -- held responsible for any direct, indirect, consequential
  80. -- or inconsequential damages or lost profits.
  81. --                                                          -*
  82. ----------------- END-PROLOGUE -------------------------------
  83.