home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / aminet / proclib20.lha / ReadMe < prev   
Text File  |  1993-10-23  |  2KB  |  49 lines

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