home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / comprgs / aplst160.zoo / ParseLst.Cfg < prev    next >
Text File  |  1989-12-24  |  5KB  |  128 lines

  1. ; Sample Amiga ParseLst configuration file
  2. ;
  3. ; You should edit this as needed for your own circumstances
  4. ;
  5.  
  6. ; Stuff everyone should have
  7.  
  8. Node 1:261/5016                         ; My network address
  9. Country 1                               ; My country code
  10. MaxBaud 9600                            ; My highest baud rate
  11.  
  12. ; Some optional additions
  13.  
  14. ;MyList MyNodes.Lst                      ; A private node list (for points)
  15. ;Password 1:132/100 hispw                ; Set up a password for 132/100
  16. ;Phone 1:132/100 1-234-567-8901          ; Substitute a phone number
  17. ;Baud 1:132/100 1200                     ; Substitute a baud rate
  18. ;CM 1:132/100                            ; He can handle crash mail 
  19.  
  20. ; Nodelist format statements (find your system(s))
  21. ;   More than one type can be generated from one run of ParseLst.  It is
  22. ;   necessary to decide if "Gated" or "Complete" should be used (Complete
  23. ;   is generally safe, even on SEAdog or TBBS systems), and whether or not
  24. ;   "UseZone" should be used (again, it is generally safe).  Finally, the
  25. ;   different nodelist format lines should be uncommented.  It is possible
  26. ;   to generate all of them during one run by uncommenting the proper lines.
  27.  
  28. ; For BinkleyTerm, Opus, QuickBBS, or Paragon systems, use the following:
  29. Complete                                ; Give entire nodelist
  30. UseZone                                 ; Don't change Zone to Region
  31.  
  32. ; For SEAdog or TBBS systems, you need the following:
  33. ;Gated                                   ; Use zonegates only
  34. ;TBBSList                                ; Generate TBBS/SEAdog nodelists
  35.  
  36. ; For Fido 11 systems, use the following:
  37. ;Complete                                ; Give entire nodelist
  38.  
  39. ; Any/all of the following nodelist types can be created during one run
  40. ; of ParseLst.  Uncomment all that apply for your situation.
  41.  
  42. ; For Paragon BBS systems, use the following:
  43. ;ParaNodelist
  44.  
  45. ; For BinkleyTerm Opus 1.10 or Welmat systems use:
  46. Version6                                ; Generate Version 6 format files
  47.  
  48. ; For TBBS Systems using BinkleyTerm 1.50 or higher as a front end use:
  49. ;BinkList                                ; Generate extra BinkleyTerm files
  50.  
  51. ; For Opus 1.03 or Fido 11 systems use:
  52. ;Version5                                ; Generate Version 6 format files
  53.  
  54. ; For QuickBBS 2.01 systems use
  55. ;QuickBBSList                            ; Generate QuickBBS v2.01 files
  56.  
  57.  
  58. ; Optional output control
  59. ;   Determine which options you wish to support.  For BinkleyTerm, SEAdog,
  60. ;   and Opus 1.10 systems, it is generally wise to generate an "InterList",
  61. ;   rather than "NoFidoList".  This will allow you to use sysop names rather
  62. ;   than net/node numbers for most operations.  Routing information via
  63. ;   "Route" instead of "NoRoute" is necessary for any system that uses
  64. ;   RouteGen from SEA to do mail routing.  Generating the Nodelist.Bbs file
  65. ;   is not generally needed since ParseLst goes directly from the FSC002
  66. ;   formatted nodelist to the various machine readable forms without the
  67. ;   intermediate Nodelist.Bbs file.
  68.  
  69. NoComments                              ; Don't output comment lines
  70. NoRoute                                 ; Don't generate Nodelist.Fon file
  71. NoNodeList                              ; Don't generate Nodelist.Bbs file
  72. NoFidoList                              ; Don't generate human readable files
  73. NoUserList                              ; Don't generate FidoUser.Lst file
  74.  
  75. ; Now the dialing translations
  76.  
  77. ; SEAdog and BinkleyTerm users should delete this and use the DIAL statement
  78. ; in their respective configuration files instead (that can be changed 
  79. ; easily with just an editor, rather than recompiling the nodelist)
  80.  
  81. ; The dialing table is scanned in order, and the first matching 
  82. ; entry is the one that is used.  The defaults are applied ONLY if 
  83. ; no table entries apply.  
  84.  
  85. Dial    /    011-                       ; Add 011- to international calls
  86.  
  87. ; The following set up local calls from Severna Park, MD
  88.  
  89.     1-301-544-     544-/
  90.     1-301-647-     647-/
  91.     1-301-995-     995-/
  92.     1-301-833-     833-/
  93.     1-301-252-     252-/
  94. End
  95.  
  96. ; Now the cost table
  97.  
  98. ;
  99. ; Cost table: 
  100. ;
  101. ;    The COST statement at the head of the table can take two 
  102. ;    arguments, which are the default costs in pennies to apply to 
  103. ;    domestic and international calls, respectively.  
  104. ;
  105. ;    Each entry in the cost table consists of a partial phone number 
  106. ;    followed by a cost in pennies for sending a message to any node 
  107. ;    whose phone number begins with that string.  As with the dialing 
  108. ;    table, the first matching entry is the one that is used.  
  109. ;
  110. ;    Cost table entries can take an optional third item, which is a 
  111. ;    maximum baud rate to use when calling into that area.  This can be 
  112. ;    used to allow for "trouble spots".  You cannot specify a baud rate
  113. ;    without also specifying a cost.
  114. ;
  115. ;
  116. ;    An example follows: 
  117. ;
  118.  
  119. Cost 1 250                              ; Give a cost of 1 cent to long
  120.                                         ; distance nodes, and $2.50 international
  121.  
  122. ; The following numbers are free from Severna Park, MD
  123.     1-301      0
  124.     1-800      0
  125.  
  126. End
  127.  
  128.