home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / 175b917s.zip / READ.ME < prev    next >
Text File  |  1994-09-17  |  3KB  |  60 lines

  1.  
  2.     How to Send Improvements
  3.     ----------------------------
  4.     RBBS-PC continues  to  evolve and  be  "debugged."   The  following  coding
  5.     conventions have been  helpful in the past and you are requested to observe
  6.     them in the future:
  7.  
  8.     Updates consist of two types  of ASCII files.   One called *.MRG which  are
  9.     the  BASIC  source  statements  for the  particular  base-line  source code
  10.     component of RBBS-PC to be updated.   The lines that have been modified are
  11.     indicated as being so modified with a comment beginning in column 70 in the
  12.     format as follows:
  13.  
  14.     4330 CALL QuickTPut("This line has been changed!",1)          ' GS091402
  15.  
  16.     The comment in column 70 consists of  the changer's initials, the month and
  17.     day of the change, and a sequence number.  Thus, the comment GS091402 means
  18.     Gregg Snyder made this  change on Sept 14th, and it  was the second change
  19.     he made that day.
  20.  
  21.     These  .MRG files  can be  applied  to the  base-line source  code  via Ken
  22.     Goosens' Batch Line  EDitor utility program (BLED).   The BLED utility  can
  23.     easily create  .MRG files  as it  has both  a file  compare and  file merge
  24.     function  that  is   specifically  geared  to  the  new   BASIC  compiler's
  25.     capabilities that allow lines of source to be unnumbered.
  26.  
  27.     The second file type is called *.DOC.  It describes on a line-by-line basis
  28.     the specific functions added  or bug that was fixed.  The .DOC file is what
  29.     allows us to integrate  several .MRG files  and resolve whatever  conflicts
  30.     that may exist.
  31.  
  32.     If  you have  comments or fixes,  please let  us know  so that they  can be
  33.     reflected in the RBBS-PC program and shared with all  other users.  You can
  34.     do that by sending your changes by mail to:
  35.  
  36.                                     Ken Goosens
  37.                                 5020 Portsmouth Road
  38.                               Fairfax, Virginia 22032
  39.  
  40.     or uploading the changes to Ken Goosens' BBS at 703-978-6360.
  41.  
  42.     If you have difficulties reaching Ken, you may send to:
  43.  
  44.     Gregg Snyder   Fido Net 1:109/363
  45.                    RBBS Net 8:935/130
  46.                    InterNet gsnyder@mailgate.com
  47.                    BBS      703-323-6423
  48.     and or
  49.  
  50.     Marion Royal   Fido Net 1:109/372
  51.                    RIME     ->FLUSH or ->988
  52.                    InterNet marion.royal@f372.n109.z1.fidonet.org
  53.                    BBS      703-221-1710
  54.  
  55.     Please make your uploads public so that other members of the
  56.     development team may evaluate your suggestions.
  57.  
  58.     All  comments and suggestions  are welcome,  but those  that are  come with
  59.     source code changes carry more weight.
  60.