home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / PROK3055.ZIP / PROKIT.DOC < prev    next >
Encoding:
Text File  |  1989-06-02  |  5.2 KB  |  159 lines

  1.  
  2.  
  3. ProKIT - DOOR Building Kit               Copyright 1988 Samuel H.Smith
  4. --------------------------               Version 2.8, 8/4/88
  5.  
  6.  
  7.  
  8. ProKIT is a set of tools used to build PCBoard 14.0 DOOR programs in
  9. Turbo Pascal 4.0.   It provides full access to all PCB setup, database 
  10. and configuration files;  a modest library of utility functions is also
  11. available. 
  12.  
  13.  
  14. ProKIT based DOOR programs have many of the features developed for 
  15. ProDOOR - sysop chat, continuous status display (same format as provided 
  16. by PCB), shell to DOS, automatic color/graphics support, INTERRUPT, BIOS 
  17. and PCBTRAP communication drivers, and much more. 
  18.  
  19.  
  20.  
  21.  
  22.                                   Files
  23.                                   -----
  24.  
  25. PROKIT.PAS - this is a very short DOOR program to test the ProKIT
  26.              libraries.  It includes these supporting files:
  27.                 PROKIT.EXE     - compiled door program
  28.                 PROKIT         - pcboard door script
  29.                 PROKIT.CNF     - config file (specifies driver type)
  30.                 PROKIT.M       - signon message file
  31.  
  32. PROKIT.INC - include this file in your main program to provide access to 
  33.              all ProKIT facilities.
  34.  
  35. CALLS.DOC  - describes functions and procedures available in the ProKIT 
  36.              libraries. 
  37.  
  38. DATA.DOC   - describes the various pcboard records and other variables 
  39.              available in the ProKit libraries. 
  40.  
  41. TIPS.DOC   - some hints and tips for writing door programs.
  42.  
  43. xxxx.TPU   - compiled units (library files) that are linked into your 
  44.              door program. 
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. ---------------
  55.    PCBoard is a registered trademark of Clark Development Company
  56.  
  57.  
  58.                                    LICENSE
  59.                                    =======
  60.  
  61.    SourceWare: What is it?
  62.    -----------------------
  63.  
  64.    SourceWare  is  my  name  for a unique  concept  in  user  supported 
  65.    software. 
  66.  
  67.    Programs  distributed  under  the SourceWare  concept  always  offer 
  68.    source code. 
  69.  
  70.    This package can be freely distributed so long as it is not modified 
  71.    or sold for profit.  If you find that this program is valuable,  you 
  72.    can  send me a donation for what you think it is worth.   I  suggest 
  73.    about $20. 
  74.  
  75.  
  76.    Send your contributions to:
  77.  
  78.       Samuel H. Smith
  79.       5119 n. 11 ave 332
  80.       Phoenix, AZ 85013
  81.  
  82.  
  83.    Why SourceWare?
  84.    ---------------
  85.    Why do I offer source code?  Why isn't the donation manditory?   The 
  86.    value of good software should be self-evident.   The source code  is 
  87.    the key to complete understanding of a program.   You can read it to 
  88.    find  out how things are done.   You can also change it to suit your 
  89.    needs, so long as you do not distribute the modified version without 
  90.    my consent. 
  91.  
  92.  
  93.    Copyright
  94.    ---------
  95.    If  you modify this program,  I  would appreciate a copy of the  new 
  96.    source code.    I  am holding the copyright on the source code,   so 
  97.    please  don't  delete  my name from the program files  or  from  the 
  98.    documentation. 
  99.  
  100.  
  101.                                    DISCLAIMER
  102.                                    ==========
  103.    I  make  no  warranty of any kind,  express or  implied,   including 
  104.    without limitation, any warranties of merchantability and/or fitness 
  105.    for  a particular purpose.   I  shall not be liable for any damages, 
  106.    whether direct,  indirect,  special or consequential arising from  a 
  107.    failure  of  this  program to operate in the manner desired  by  the 
  108.    user.    I  shall not be liable for any damage to data  or  property 
  109.    which  may  be  caused  directly or indirectly by the  use  of  this 
  110.    program. 
  111.  
  112.    IN  NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES,  INCLUDING ANY 
  113.    LOST  PROFITS,   LOST SAVINGS OR OTHER INCIDENTAL  OR  CONSEQUENTIAL 
  114.    DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM,  OR 
  115.    FOR ANY CLAIM BY ANY OTHER PARTY. 
  116.  
  117.  
  118.  
  119.                                  SUPPORT
  120.                                  =======
  121.  
  122.    I  work  very  hard to produce a software  package  of  the  highest 
  123.    quality  and functionality.   I  try to look into all reported bugs, 
  124.    and will generally fix reported problems within a few days. 
  125.  
  126.    Since this is user supported software under the SourceWare  concept, 
  127.    I  don't  expect  you to contribute if you don't like it  or  if  it 
  128.    doesn't meet your needs. 
  129.  
  130.    If you have any questions, bugs, or suggestions, contact me at: 
  131.        The Tool Shop BBS
  132.       (602) 264-3969 (HST)
  133.       (602) 279-2673 (2400)
  134.  
  135.    The latest version is always available for downloading.
  136.  
  137.    Enjoy!     Samuel H. Smith
  138.               Author and Sysop of The Tool Shop.
  139.  
  140.  
  141.  
  142.                                  RELEASE HISTORY
  143.                                  =============== 
  144.  
  145. 22-Jan-88 v1.0  
  146.    Initial BETA release as PROKIT10.ARC.
  147.  
  148. 01-Feb-88 v2.5
  149.    Renumbered to correspond to ProDoor version numbers. Released with
  150.    ProDoor 2.5 as PROKIT25.ARC.   ProKit source code is now posted as
  151.    part of the ProDoor source in PROD25S1, PROD25S2 and PROD25S3.
  152.  
  153. 01-Jun-88 v2.6
  154.    Released with ProDoor 2.6 as PROKIT26.ARC.
  155.  
  156. 01-Aug-88 v2.8 beta
  157.    Beta test release for use with pcb 14.
  158.  
  159.