home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / PBAPI10.ZIP / PBAPI10.DOC < prev    next >
Text File  |  1998-02-21  |  3KB  |  59 lines

  1.                                THE TRIBBS (r) API
  2.                          VERSION 1.0 for PowerBasic v3.5
  3.                    COPYRIGHT (c) 1997-98 BY Freejack's Software
  4.                                AUTHOR Gary Price
  5.  
  6.  
  7.                                 COPYRIGHT NOTICE
  8.  
  9. The TriBBS API is distributed as freeware.  It may be used by programmers to
  10. write doors and utilities that are compatible with the TriBBS Bulletin Board
  11. System.  All other use is strictly forbidden. Additionally, you must mention
  12. in the documentation for any software that you develop using the TriBBS API
  13. that the program uses the TriBBS API.
  14.  
  15.                                     WARRANTY
  16.  
  17. The TriBBS API is distributed without warranty.  In no event will Freejack's
  18. Software be liable to you for damages, including any loss of profits, lost
  19. savings, or other incidental or consequential damages arising out of your
  20. use of or inability to use the program, even if Freejack's Software or an
  21. authorized representative has been advised of the possibility of such damages.
  22. Freejack's Software will not be liable for any such claim by any other party.
  23.  
  24.                                  TRADEMARK NOTICE
  25.  
  26. TriBBS is a registered trademark of Freejack's Software.
  27. All other trademarks are the property of their respective owners.
  28.  
  29.  
  30.                                    INTRODUCTION
  31.  
  32. The TriBBS API is intended to assist third-party PowerBasic v3.5 programmers
  33. in creating doors and utilities that are specific to the TriBBS Bulletin Board
  34. System.  It contains all of the routines necessary to access the system data
  35. files. This API is intended for use only with the TriBBS 10.x or higher
  36. versions.
  37.  
  38. In this archive, you will find many example *.BAS programs to help guide you
  39. toward accessing and manipulating data structures within the TriBBS System
  40. Files.
  41.  
  42. Mouse and Screen routines have been added to help in the design of your GUI's
  43. during your program design. Since this is the first Public Beta release, I
  44. will be working on this API off and on as I start the rewrites of the TriBBS
  45. Software Collection into PowerBasic v3.5. Therefore, there will be additions
  46. to this API and/or changes during this period.
  47.  
  48. Anyone needed help, infomation, bug reports or suggestions about this API, I
  49. can be contacted by the information below.
  50.  
  51. BBS     : Freejack's Place (205) 737-9189
  52. FidoNet : 1:3607/25
  53. Email   : gwprice@ worldnet.att.net
  54. Web Site: http://www.tribbs.com
  55.  
  56. There is also an enclosed zip file called "APIDOCS.ZIP" which contains
  57. seperate doc's on each of the units. Just unzip this archive and open and
  58. read which ever one that is needed during your program design.
  59.