home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / aminet / proclib20.readme < prev    next >
Text File  |  1993-11-07  |  2KB  |  52 lines

  1. Short: A library of AMOS procedures
  2. Type: dev/amos
  3.  
  4.   The AMOS Procedure Library contains procedures for use in AMOS programs.
  5. The procedures are freely redistributable, and may be included in any code.
  6. All of the procedures work with both AMOS Creator and AMOS Professional,
  7. except where specified in the "Contents" file.
  8.  
  9.   The organisation of the library is:
  10.  
  11.   - The archive contains several directories, each of which contains a set
  12.       of procedures relating to a specific subject, such as graphics.
  13.  
  14.   - Each directory contains several files.  The name of each file is the
  15.       name of the procedure it contains.  Other procedures required for
  16.       the main procedure are also included in the file.  The files are
  17.       normal AMOS programs, so they can be loaded into your code with the
  18.       "Merge" command from the Editor.
  19.     Some procedures have accompanying text/AmigaGuide documentation; the
  20.       documentation has the same name as the procedure with ".doc" or
  21.       ".guide" appended.
  22.     Some procedures have demonstration/test programs with them.
  23.     In some cases, as noted in the Contents file, a particular file will
  24.       contain several related procedures.  Any or all of these can be
  25.       included separately.
  26.  
  27.   - The archive also contains three special files.  They are:
  28.       ReadMe   - this file!  :-)
  29.       Contents - A description of each procedure, with its calling format
  30.                    and other pertinent details.  The procedures are
  31.                    separated into their groups, and the groups and the
  32.                    procedures within them are alphabetized (with the
  33.                    exception of the "Other" group, which is last).
  34.       ProcList - An alphabetical list of procedures with a short
  35.                    description of each.
  36.  
  37.   If you'd like to submit a procedure for inclusion in the library, either
  38. send me a disk with the procedure(s) on it, or (if you have Internet
  39. access) e-mail me a uuencoded copy of the procedure, preferably in an LhA
  40. archive.  Remember that all procedures in this library are freely
  41. redistributable, so don't send me anything you don't want to be
  42. distributed.
  43.  
  44.   Special thanks go to Paul Hickman (ph@doc.ic.ac.uk) for the idea of Screen
  45. Eaters.  These have their own directory; see the file "ScreenEaters/SE.doc"
  46. for more information.
  47.  
  48.   Enjoy!
  49.  
  50.   --Andy Church, library compiler
  51. Email: 95ACHURCH@vax.mbhs.edu
  52.