home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / ndlist04 / ndlist.cfg next >
Text File  |  1993-05-31  |  4KB  |  113 lines

  1. CONVERT=44-,0
  2. ;APPEND=1-,010-
  3. APPEND-DEFAULT=010-
  4. ;
  5. TITLE=UK FIDO Bulletin Boards
  6. NODELIST=k:\fidonode\nodelist
  7. FILE=e:\turbo\fido.lst
  8. END:
  9. ;
  10. TITLE=NeST Bulletin Boards
  11. NODELIST=j:\bt\nodelist\NESTLIST
  12. FILE=e:\turbo\bbsnews\db001.010
  13. END:
  14. ;
  15. TITLE=FULL List of TURBONET Bulletin Boards
  16. NODELIST=j:\bt\nodelist\TNETLIST
  17. FILE=e:\turbo\bbsnews\db001.008
  18. END:
  19. ;
  20. TITLE=FULL List of AtariNet Bulletin Boards
  21. NODELIST=j:\bt\nodelist\ATARLIST
  22. FILE=e:\turbo\bbsnews\db001.011
  23. END:
  24. ;
  25. RESTRICTNUM=44-
  26. TITLE=UK TURBONET Bulletin Boards
  27. NODELIST=j:\bt\nodelist\TNETLIST
  28. FILE=e:\turbo\bbsnews\db001.001
  29. END:
  30. ;
  31. TITLE=UK NeST Bulletin Boards
  32. NODELIST=j:\bt\nodelist\nestlist
  33. FILE=e:\turbo\bbsnews\db001.009
  34. END:
  35.  
  36. TITLE=UK AtariNet Bulletin Boards
  37. NODELIST=j:\bt\nodelist\ATARLIST
  38. FILE=e:\turbo\bbsnews\db001.012
  39. END:
  40. ;
  41. ---
  42.  
  43. the 3 minus signs mark the end of the config file , you MUST put them in
  44. otherwise it will cause havoc.
  45.  
  46. the command END: marks the end of that nodelist config , commands used in
  47. the previous nodelist are carried over into the next one , so you may only
  48. need to redefine NODELIST ,FILE and TITLE in most instances.
  49.  
  50. The command CLEAR: will clear all the previous commands , useful if you
  51. want to cancel the previous RESTRICNUM etc , it means you will have to
  52. re-define all the convert statements , an easier way would be to put your
  53. restricted nodelist outputs at the bottom of the config.
  54.  
  55. To run this create as many configs as you want (see below for details of
  56. commands) and when you run it just pass the path and name of the config
  57. you wish to use as a parameter.
  58. ---------------------------------------------------------------------------
  59.  
  60.  
  61. CONVERT= is used to change the phone numbers so they make locally.
  62.  
  63. e.g. CONVERT=44-,0   (Note the seperating comma) converts 44-81 to 081
  64.  
  65. APPEND= is used to append text to the start of a number
  66.  
  67. e.g. APPEND=1-,010- will change 1- to 010-1-
  68.  
  69. APPEND-DEFAULT= if you define this then any node which fails to match any
  70. of the CONVERT or APPEND arguments will have this text appended to the
  71. start of the phone number, this is useful if you only need to replace one
  72. code (e.g. 44- to 0) and the rest of your international phone numbers have
  73. a standard prefix (e.g. 010-)
  74.  
  75. So UK nodes for example will only need the following in the config
  76.  
  77. CONVERT=44,0
  78. APPEND-DEFAULT=010-
  79.  
  80. REGION= tells it to only show nodes in that region.
  81.  
  82. e.g. REGION=21       will only show nodes in region 21
  83.  
  84. RESTRICTNUM= tells it only to show nodes with phone numbers that start with
  85.             that particular sequence of numbers
  86.  
  87. e.g. RESTRICTNUM=44-  will only list numbers starting 44-  (UK)
  88.  
  89. ZONE= tells it to show only those nodes in that ZONE (Turbonet is ZONE 100,
  90.       NeST Zone 90 and FIDO Zone 2 (UK)) not a very useful feature unless
  91.       you combine your nodelists from different Networks or use the full
  92.       FIDO nodelist but only want UK nodes listed,, but you never know so
  93.       I included it.
  94.  
  95. e.g. ZONE=2  (UK FIDO)
  96.  
  97. You CAN't use more than one of the above 3 methods of restricting output
  98. at the same time.
  99.  
  100. TITLE= is just that , the title you want to be placed at the top of the
  101.        output.
  102.  
  103. NODELIST= is the path and name of the  nodelist.XXX files , note you don't
  104.           need to put an extension as the program will automatically take
  105.           the highest numbered uncompiled nodelist as it's input.
  106.           If no matching nodelist is found then that entry is skipped and
  107.           the next one is read.
  108.  
  109. FILE= defines the full path and filename of the output to be produced.
  110.       if no file is defined then that nodelist is skipped and the next read
  111. .
  112.  
  113.