home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / general / prologue.doc < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.5 KB  |  45 lines

  1. ---- PROLOGUE.DOC ----
  2.  
  3. PROLOGUE FILES IN THE ADA REPOSITORY ON SIMTEL20
  4.  
  5.         Each piece of software in the Ada Repository  has  a  PROLOGUE
  6. file associated with it.  This file has the same name as the main file
  7. associated with the piece of software, but it has a file type of  PRO,
  8. where  the  file  type  of  the  software is ADA.  A duplicate of this
  9. PROLOGUE file is prefixed to the software file (the PROLOGUE file is a
  10. block of comment lines).
  11.  
  12.         The PROLOGUE file contains the following information:
  13.  
  14.         1.  Name  of  software,  version  number, author (name and
  15.             address), DDN mailing address of a  point  of  contact
  16.             for questions about the software (usually the author),
  17.             a copyright notice, the date the software was created,
  18.             and the date the software was released.
  19.  
  20.         2.  Name of person who last modified the piece of software
  21.             and date of last modification.
  22.  
  23.         3.  A keyword list.
  24.  
  25.         4.  An abstract.
  26.  
  27.         5.  A history of all revisions made to the software.
  28.  
  29.         6.  Distribution  and Copyright statements.  This includes
  30.             a statement as to if the software  is  in  the  Public
  31.             Domain.
  32.  
  33.         7.  A disclaimer.
  34.  
  35.         See  the  file  SUBMIT.DOC  for  details  on  how  to create a
  36. PROLOGUE.  The following files are also related to the PROLOGUE:
  37.  
  38.     
  39.         MICRO:<ADA.GENERAL>PROLOGUE.ADA
  40.             -- PROLOGUE template that may be edited
  41.         MICRO:<ADA.GENERAL>SAMPLE.PRO
  42.             -- an example of a PROLOGUE entry
  43.     
  44.  
  45.