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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. -- Unit name    : PAGER2
  3. -- Version      : 1.x
  4. -- Author       : Richard Conn
  5. -- DDN Address  : RCONN@SIMTEL20.ARPA
  6. -- Copyright    : (c) 1987 by Richard Conn
  7. -- Date created : 5 Nov 87
  8. -- Release date : 5 Nov 87
  9. -- Last update  : 5 Nov 87
  10. -- Machine/System Compiled/Run on : Verdix Ada, Alsys Ada on several systems
  11. ---------------------------------------------------------------
  12. -- Keywords     : PAGED FILES, LIBRARY, REPOSITORY, PAGER, PAGER2, UNPAGE
  13. --
  14. -- Abstract     :
  15. --    PAGER2 is a tool which creates, extracts from, lists,
  16. -- and scans paged files, where a paged file is a file composed
  17. -- of one or more files prefixed by banners.  PAGER2 is based in
  18. -- concept on the UNPAGE tool submitted to the Ada Repository on
  19. -- SIMTEL20 by Mitre Corporation.  PAGER2 is written in both Ada and C.
  20. --
  21. --      Paged files are convenient mechanisms for storing related files.
  22. -- They reduce cluttering in the directories and simplify the file
  23. -- transfer process (to and from the Ada Repository, for example) by
  24. -- requiring the user to transfer only one file in order to obtain all
  25. -- files pertinent to a particular project or tool.  Additionally, paged
  26. -- files are text files which can be handled more readily than the 8-bit
  27. -- binary images associated with other file grouping mechanisms.  Paged
  28. -- files may be manipulated by a text editor if necessary.
  29. ------------------ Revision history ---------------------------
  30. -- DATE         VERSION AUTHOR                  HISTORY
  31. -- 11/5/1987    1.0, 1.1 Richard Conn           Initial Release
  32. ------------------ Distribution and Copyright -----------------
  33. -- This prologue must be included in all copies of this software.
  34. --
  35. -- This software is copyright by the author.
  36. --
  37. -- This software is released to the Ada community.
  38. -- This software is released to the Public Domain (note:
  39. --   software released to the Public Domain is not subject
  40. --   to copyright protection).
  41. -- Restrictions on use or distribution:  NONE
  42. ------------------ Disclaimer ---------------------------------
  43. -- This software and its documentation are provided "AS IS" and
  44. -- without any expressed or implied warranties whatsoever.
  45. -- No warranties as to performance, merchantability, or fitness
  46. -- for a particular purpose exist.
  47. --
  48. -- Because of the diversity of conditions and hardware under
  49. -- which this software may be used, no warranty of fitness for
  50. -- a particular purpose is offered.  The user is advised to
  51. -- test the software thoroughly before relying on it.  The user
  52. -- must assume the entire risk and liability of using this
  53. -- software.
  54. --
  55. -- In no event shall any person or organization of people be
  56. -- held responsible for any direct, indirect, consequential
  57. -- or inconsequential damages or lost profits.
  58. -------------------END-PROLOGUE--------------------------------
  59.