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

  1.  
  2. -------- SIMTEL20 Ada Software Repository Prologue ------------
  3. --                                                           -*
  4. -- Unit name    : PAGER
  5. -- Version      : 1.6
  6. -- Author       : Richard Conn
  7. --              : TI Ada Technology Branch
  8. --              : PO Box 801, MS 8007
  9. --              : McKinney, TX  75069
  10. -- DDN Address  : RCONN at SIMTEL20
  11. -- Copyright    : (c) 1985 by Richard Conn
  12. -- Date created : 8 Apr 85
  13. -- Release date : 8 Apr 85
  14. -- Last update  : 30 Oct 85
  15. -- Machine/System Compiled/Run on : DG MV10000, ROLM ADE
  16. --                                  DEC VAX 11/785, DEC Ada
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     : PAGED FILES, LIBRARY, REPOSITORY, PAGER, UNPAGE
  21. ----------------:
  22. --
  23. -- Abstract     : PAGER is a tool which creates, extracts from,
  24. -- and scans paged files, where a paged file is a file composed
  25. -- of one or more files prefixed by banners.  PAGER is based in
  26. -- concept on the UNPAGE tool submitted to the Ada Repository on
  27. -- SIMTEL20 by Mitre Corporation.
  28. --
  29. --      Paged files are convenient mechanisms for storing related files.
  30. -- They reduce cluttering in the directories and simplify the file
  31. -- transfer process (to and from the Ada Repository, for example) by
  32. -- requiring the user to transfer only one file in order to obtain all
  33. -- files pertinent to a particular project or tool.  Additionally, paged
  34. -- files are text files which can be handled more readily than the 8-bit
  35. -- binary images associated with other file grouping mechanisms.  Paged
  36. -- files may be manipulated by a text editor if necessary.
  37. --                                                           -*
  38. ------------------ Revision history ---------------------------
  39. --                                                           -*
  40. -- DATE         VERSION AUTHOR                  HISTORY
  41. -- 4/8/1985       1.4   Richard Conn            Initial Release
  42. -- 5/6/1985       1.5   Richard Conn            Numeric Error Trap Added
  43. -- 10/30/1985      1.6    Richard Conn        LIST Command Added
  44. --                                                           -*
  45. ------------------ Distribution and Copyright -----------------
  46. --                                                           -*
  47. -- This prologue must be included in all copies of this software.
  48. --
  49. -- This software is copyright by the author.
  50. --
  51. -- This software is released to the Ada community.
  52. -- This software is released to the Public Domain (note:
  53. --   software released to the Public Domain is not subject
  54. --   to copyright protection).
  55. -- Restrictions on use or distribution:  NONE
  56. --                                                           -*
  57. ------------------ Disclaimer ---------------------------------
  58. --                                                           -*
  59. -- This software and its documentation are provided "AS IS" and
  60. -- without any expressed or implied warranties whatsoever.
  61. -- No warranties as to performance, merchantability, or fitness
  62. -- for a particular purpose exist.
  63. --
  64. -- Because of the diversity of conditions and hardware under
  65. -- which this software may be used, no warranty of fitness for
  66. -- a particular purpose is offered.  The user is advised to
  67. -- test the software thoroughly before relying on it.  The user
  68. -- must assume the entire risk and liability of using this
  69. -- software.
  70. --
  71. -- In no event shall any person or organization of people be
  72. -- held responsible for any direct, indirect, consequential
  73. -- or inconsequential damages or lost profits.
  74. --                                                           -*
  75. -------------------END-PROLOGUE--------------------------------
  76.