home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / text / bbs9401.lzh / BBSATXT.LZH / BBSA.TXT
Text File  |  1994-01-03  |  5KB  |  265 lines

  1.  
  2.  Australian Bulletin Board System Registry  --  ASCII Data File Guide
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.          Australian Bulletin Board System Registry
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                    ASCII Data File Guide
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                   Contact for information
  24.                   -----------------------
  25.                         Rodney Creer
  26.              National BBS Registry Coordinator
  27.                          PO Box 731
  28.                       Penrith NSW 2751
  29.  
  30.            BBS (047) 35-6789 - FidoNet: 3:713/317
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  9312                                                              Page 1
  65.  
  66.  
  67.  
  68.  Australian Bulletin Board System Registry  --  ASCII Data File Guide
  69.  
  70.  
  71.  
  72. The  data  file created by the registry is to allow users to
  73. create custom listings  and  online  enquiry  systems.  Only
  74. "public" information is included with the file.
  75.  
  76. The   first  record  in  each  data  file  includes  release
  77. information, anyone writing utilities  should  make  use  of
  78. this  record  to  ensure  that  old data files are not used.
  79. Always obtain the lastest listings,  whether  data  file  or
  80. formatted lists, help eradicate out of date lists.
  81.  
  82. Each  other  record  is a system record, the contents of the
  83. records are explained below. Records  are  delimited  ASCII,
  84. this  means  almost any programming language can process the
  85. file easily.
  86.  
  87. For dBase specify "Append from xxxx delimited" then retrieve
  88. record number 1 and store the details and delete the record,
  89. you now have a usable dBase database file.
  90.  
  91. BASIC programs should be able to LINEINPUT  the  records,  C
  92. programs  will  need  to either manually scan the strings or
  93. use scanf() to process the information.
  94.  
  95. To simplify processing the shorter header record  (with  the
  96. release  information)  has  the same number of fields as the
  97. data records, each of the unused header fields  has  a  null
  98. string present.
  99.  
  100. The data fields are;
  101.  
  102.         Field Format Description
  103.         ----- ------ ----------------------
  104.           1 Int BBS Registration Number
  105.           2 Int Region Code - (Note 1 )
  106.           3 Int System Status - (Note 2)
  107.           4 C 40 System Name
  108.           5 C 40 SysOp Name
  109.           6 C 16 Telephone - (xxxx) xxxx-xxxx
  110.           7 C 15 Network Title 1
  111.           8 C 20 Network Address 1 - x:xxxx/xxxx.xxxx
  112.           9 C 15 Network Title 2
  113.          10 C 20 Network Address 2 - x:xxxx/xxxx.xxxx
  114.          11 C 40 Baud Rates
  115.          12 C 40 Access
  116.          13 C 30 Hours 1
  117.          14 C 30 Hours 2
  118.          15 C 20 Computer
  119.          16 C 20 DOS
  120.          17 C 20 BBS Software
  121.          18 C 40 Emulation
  122.          19 C 30 Established
  123.          20 C 40 Note 1
  124.          21 C 40 Note 2
  125.          22 C 40 Info 1
  126.          23 C 40 Info 2
  127.          24 C 40 Info 3
  128.  
  129.  
  130.  9312                                                              Page 2
  131.  
  132.  
  133.  
  134.  Australian Bulletin Board System Registry  --  ASCII Data File Guide
  135.  
  136.  
  137.  
  138.          25 C 40 Info 4
  139.          26 C 40 Info 5
  140.          27 C 40 Info 6
  141.  
  142. The header fields are;
  143.  
  144.         Field Format Description
  145.         ----- ------ ----------------------
  146.           1 Int Literal 0
  147.           2 Int Spare - Unused
  148.           3 Int Spare - Unused
  149.           4 C 40 Release Information
  150.           5 C 40 Release Date
  151.           6 C 0 Spare - Unused
  152.           7 C 0 Spare - Unused
  153.           8 C 0 Spare - Unused
  154.           9 C 0 Spare - Unused
  155.          10 C 0 Spare - Unused
  156.          11 C 0 Spare - Unused
  157.          12 C 0 Spare - Unused
  158.          13 C 0 Spare - Unused
  159.          14 C 0 Spare - Unused
  160.          15 C 0 Spare - Unused
  161.          16 C 0 Spare - Unused
  162.          17 C 0 Spare - Unused
  163.          18 C 0 Spare - Unused
  164.          19 C 0 Spare - Unused
  165.          20 C 0 Spare - Unused
  166.          21 C 0 Spare - Unused
  167.          22 C 0 Spare - Unused
  168.          23 C 0 Spare - Unused
  169.          24 C 0 Spare - Unused
  170.          25 C 0 Spare - Unused
  171.          26 C 0 Spare - Unused
  172.          27 C 0 Spare - Unused
  173.  
  174. NOTE 1: Region Codes are - 0 - Australia Wide
  175.                            1 - Australian Capital Territory
  176.                            2 - New South Wales
  177.                            3 - Victoria
  178.                            4 - Queensland
  179.                            5 - South Australia
  180.                            6 - Western Australia
  181.                            7 - Tasmania
  182.                            8 - Northern Territory
  183.  
  184. NOTE 2: Status codes are - 0 - Online
  185.                            1 - Unknown (Can not contact)
  186.                            2 - Temporarily Offline
  187.                            3 - Permanently Offline
  188.                            4 - Name Changed
  189.                            5 - New System
  190.                            6 - Amended
  191.                            7 - Status changed to Online
  192.                            8 - Status changed to:
  193.                                - Unknown
  194.  
  195.  
  196.  9312                                                              Page 3
  197.  
  198.  
  199.  
  200.  Australian Bulletin Board System Registry  --  ASCII Data File Guide
  201.  
  202.  
  203.  
  204.                                - Temporarily offline
  205.                                - Permanently offline
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  9312                                                              Page 4
  263.  
  264.  
  265.