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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Micocomputer Word Processor
  4. -- Version      : 1.0
  5. -- Author       : Science Applications International Corporation
  6. --              : 2280 Highway 19 North, Suite 120
  7. --              : Clearwater, Florida
  8. --              : Contact: Lt. Colonel Falgiano
  9. --              : ESD/SCW
  10. --              : Hanscom AFB, MA  01731
  11. -- DDN Address  :
  12. -- Copyright    : (c) 1985 Science Applications International Corporation
  13. -- Date created : Jan. 1985 
  14. -- Release date : June 1985 
  15. -- Last update  : June 1985
  16. -- Machine/System Compiled/Run on:
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     : 
  21. ----------------:
  22. --
  23. -- Abstract   : 
  24. ----------------: This word processing package contains an editor and a text
  25. ----------------: fomatter for creating, modifying, and formatting ASCII
  26. ----------------: text files.  The screen editor will make full use of
  27. ----------------: function keys and cusor control keys.  It will support
  28. ----------------: 255 character lines, will create back-up files, and will
  29. ----------------: support an undo feature.  Text formatter commands are
  30. ----------------: keyed by a '.' in column 1 followed by a key-word command
  31. ----------------: and operands.  Also included is a utility for defining the
  32. ----------------: help screens which are available to the general user as
  33. ----------------: well as a utility for defining new type fonts.  
  34. ----------------:
  35. ----------------: This word processor will support VT-100(VT52), VT-100(ANSI),
  36. ----------------: Digital Microsystems 5086, IBM-PC, VIP 7705, and Delta Data
  37. ----------------: Terminals.  It will support Centronics 737, Dataproducts, 
  38. ----------------: Diablo 630, and Qume Sprint Series printers.
  39. ----------------:
  40. --                                                   -*
  41. ------------------ Revision history ---------------------------
  42. --                                                   -*
  43. -- DATE VERSION AUTHOR                  HISTORY 
  44. -- 6/85    1.0                          Initial Release 
  45. --                                                   -*
  46. ------------------ Distribution and Copyright -----------------
  47. --                                                   -*
  48. -- This prologue must be included in all copies of this software.
  49. -- 
  50. -- This software is copyright by the author.
  51. -- 
  52. -- This software is released to the Ada community.
  53. -- This software is released to the Public Domain (note:
  54. --   software released to the Public Domain is not subject
  55. --   to copyright protection).
  56. -- Restrictions on use or distribution:  NONE
  57. --                                                   -*
  58. ----------------- Disclaimer ----------------------------------
  59. --                                                   -*
  60. -- This software and its documentation are provided "AS IS" and
  61. -- without any expressed or implied warranties whatsoever.
  62. --
  63. -- No warranties as to performance, merchantability, or fitness
  64. -- for a particular purpose exist.
  65. --
  66. -- Because of the diversity of conditions and hardware under
  67. -- which this software may be used, no warranty of fitness for
  68. -- a particular purpose is offered.  The user is advised to 
  69. -- test the software thoroughly before relying on it.  The user
  70. -- must assume the entire risk and liability of using this 
  71. -- software.
  72. --
  73. -- In no event shall any person or organization of people be
  74. -- held responsible for any direct, indirect, consequential
  75. -- or inconsequential damages or lost profits.
  76. --                                                  -*
  77. ----------------- END-PROLOGUE -------------------------------
  78.