home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / bbs / btnc186 / btnc.txt < prev    next >
Text File  |  1994-12-11  |  3KB  |  117 lines

  1.  
  2.  
  3.                                 BTNC v1.86
  4.  
  5.                      BinkleyTerm/ST Nodelist Compiler
  6.  
  7.  
  8.                              by Daniel Roesen
  9.  
  10.                            FidoNet   2:2454/114
  11.                            AtariNet  51:601/111
  12.                            NeST      90:400/602
  13.                     
  14.                    InterNet  droesen@aragon.bb.bawue.de
  15.  
  16.  
  17.  
  18. What's all this about?
  19. ======================
  20.  
  21. After many times feeling angry about the version 6 nodelist format (3D),
  22. the slow processing by ParseList and the thousands of utilitys needed for
  23. running a multi-domain system and the 24000 pointlist, I decided to write
  24. a new nodelist processor. The result is BTNC.
  25.  
  26. The advantages of BTNC:
  27.  
  28. - Full 5D nodelist
  29. - VERY fast
  30. - only 3 files for the output nodelist, no matter how many domains you use
  31. - no need for PR24USER.TTP anymore
  32. - nearly all nodelist flags are parsed
  33. - all sysops are now included in one file (FIDOUSER.LST)
  34. - able to include FrontDoor-style pointlists
  35.   (see example 95point.pvt)
  36.  
  37.  
  38. Notes
  39. =====
  40.  
  41. The dial translation must be done by BinkleyTerm/ST with the 'Dial' table.
  42. This saves much time when processing the nodelist.
  43.  
  44. To use the BTNC nodelist (also refered as 'BNL format nodelist') should be
  45. used by BinkleyTerm/ST, you must set 'BTNC' in BINKLEY.CFG
  46.  
  47.  
  48. The Configuration File
  49. ======================
  50.  
  51. Before running BTNC.TOS you must edit NODELIST.CFG for your own
  52. requirements. Following a list of all statements in the configuration file:
  53.  
  54.  
  55. Domain  <name> <listfile> [<zone>]
  56. ----------------------------------
  57.  
  58. Designates domains to be compiled. <name> is the name of the domain,
  59. i.e. fidonet.org for FidoNet or nest.ftn for NeST. See BinkleyTerm/ST
  60. manual. <listfile> is the filename without extension of the nodelist
  61. file for this domain. If <zone> is specified, only zone <zone> is
  62. included in the output files.
  63.  
  64.  
  65. Pointlist  <listfile> <bossaddr>
  66. --------------------------------
  67.  
  68. Adds a FrontDoor format pointlist to <bossaddr>. <listfile> is the
  69. complete filename of the list. An example is included as 95POINT.PVT,
  70. the pointlist of my boss.
  71.  
  72. Example:  Pointlist   95point.pvt  2:243/95
  73.  
  74.  
  75. Addlist <listfile> <zone>:<region>
  76. ----------------------------------
  77.  
  78. Adds a 3D pointlist like POINTS24 or N_POINTS.GER to zone
  79. <tozone> and region <region>.
  80.  
  81. Example:  Addlist     points24.*   2:24
  82.  
  83.  
  84. MakeUserlist
  85. ------------
  86.  
  87. Tells BTNC to create a userlist of all systems processed called
  88. FIDOUSER.LST. Points (also from POINTS24 list) are included in this
  89. list, too.
  90.  
  91. Statistics
  92. ----------
  93.  
  94. Lets BTNC show a statistic about the createt output nodelist.
  95.  
  96. Display
  97. -------
  98.  
  99. Switches screen outputs on. If turned off (default), BTNC is a little
  100. bit faster.
  101.  
  102.  
  103. Troubleshooting
  104. ===============
  105.  
  106. If you have problems using BTNC, feel free to contact me at the addresses
  107. mentioned at the top of this text.
  108.  
  109.  
  110. Program status
  111. ==============
  112.  
  113. This program is freeware. You are allowed to copy it to others and make
  114. the complete archive available on BBS systems. Selling this program or
  115. distributing it on public domain disks is NOT allowed.
  116.  
  117.