home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mkarea10.zip / MakeArea.Cfg < prev    next >
Text File  |  1995-06-10  |  5KB  |  152 lines

  1. ;    MakeArea.Cfg sample File
  2. ;
  3. ;    The MakeArea.Cfg file tells MakeArea.Cmd how to find the files
  4. ;    and directories needed to perform it's task.  It also allows you
  5. ;    to customize the results somewhat.  Valid entries in the Cfg file
  6. ;    have the form '<KeyWord><space><Value>' where <space> is either the
  7. ;    space character or the tab character, <KeyWord> is the First word
  8. ;    on the line, and <Value> is the string of characters following
  9. ;    <space>.  If the first character of the line is in the set of:
  10. ;    '!"#$%&'()*+,-./0123456789:;<=>?@' then the line is treated as a
  11. ;    comment.  The value of <space> can be any number of space and tab
  12. ;    characters. Invalid keywords are reported to the logfile.
  13. ;    
  14. ;
  15. ;    The keyword BadMsgDir defines the path where Squish tosses 
  16. ;    messages with invalid echo tags.  This is the same path
  17. ;    pointed to by the Badarea keyword in the SQUISH.CFG file.
  18. ;    Be sure that the path ends in an '\'
  19. ;    Default='' (currently logged path)
  20. ;
  21. BadMsgDir        D:\Mail\MsgBad\
  22. ;
  23. ;
  24. ;
  25. ;    The keyword ELAreaFile points a file in the ELAREA.DAT format
  26. ;    as published by the FidoNet EchoList Co-ordinator and distributed
  27. ;    monthly in the Filebone area 'Echolist'.
  28. ;    Default='ELAREA.DAT' (file in currently logged path)
  29. ;
  30. ELAreaFile        C:\Makearea\ELArea.Dat
  31. ;
  32. ;
  33. ;
  34. ;    The DefaultMailDir is the path upon which new echoareas will be
  35. ;    built, for both Squish.Cfg and MsgArea.Ctl files.
  36. ;    Default='' (currently logged path)
  37. ;
  38. DefaultMailDir        D:\Mail\
  39. ;
  40. ;
  41. ;
  42. ;    The SquishCfgFile keyword points to the Squish.Cfg file.
  43. ;    Default='Squish.Cfg' (file in currently logged path)
  44. ;
  45. SquishCfgFile        C:\Binkley\Squish\Squish.Cfg
  46. ;
  47. ;
  48. ;
  49. ;    The keyword MsgAreaCtlFile points to the Maximus control file
  50. ;    to which new areas are to be added. 
  51. ;    Default='MsgArea.Ctl' (file in currently logged path)
  52. ;
  53. MsgAreaCtlFile        C:\Max\MsgArea.PC
  54. ;
  55. ;
  56. ;
  57. ;    The LogFile keyword tells MakeArea where to record a history of
  58. ;    area creation.
  59. ;    Default='MakeArea.Log' (file in currently logged path)
  60. ;
  61. LogFile            D:\Logs\MakeArea.Log
  62. ;
  63. ;
  64. ;
  65. ;    The keyword RuleFileDir tells MakeArea what path to search for a
  66. ;    echo rules file as defined in the ELAREA.DAT file. Currently does
  67. ;    nothing.
  68. ;    Default='' (currently logged path)
  69. ;
  70. RuleFileDir        C:\MakeArea\Rules\
  71. ;
  72. ;
  73. ;
  74. ;    The DescriptionDir keyword tells MakeArea to format and write a
  75. ;    file describing the echo area to the DescriptionDir path.  The
  76. ;    information is taken from the ELAREA.DAT file.  See also the
  77. ;    MeccaPrefixFile, MeccaSuffixFile, and WrapDescLines keywords.
  78. ;    Default='NUL:' (Description files not saved)
  79. ;
  80. DescriptionDir        D:\Mail\Desc\
  81. ;
  82. ;
  83. ;
  84. ;    The DefaultSquishFlags keyword is used when constructing the 
  85. ;    new area definition in Squish.Cfg, and define the number of days
  86. ;    and number of messages to keep.  See docs for Squish for other
  87. ;    flag functions.
  88. ;    Default='-$m6000 -$d6' (I run sqpack daily - don't you?)
  89. ;  
  90. DefaultSquishFlags    -$m6000 -$d6
  91. ;
  92. ;
  93. ;
  94. ;    The keyword DefaultUserPriv is used to tell Maximus what level
  95. ;    users are allowed access to most areas created by MakeArea.
  96. ;    Default='Disgrace'
  97. ;
  98. DefaultUserPriv        Disgrace
  99. ;
  100. ;
  101. ;
  102. ;    The keyword SysopUserPriv tells Maximus what level users are
  103. ;    allowed access to new areas which are flagged 'Sysop only' in
  104. ;    the ELAREA.DAT file.
  105. ;    Default='AsstSysop'
  106. ;
  107. SysopUserPriv        AsstSysop
  108. ;
  109. ;
  110. ;
  111. ;    The DefaultKeys keyword allows you to have MakeArea add Keys
  112. ;    to the Maximus definition of new areas.
  113. ;    Default='' (no keys)
  114. ;
  115. DefaultKeys        E
  116. ;
  117. ;
  118. ;
  119. ;    The DefaultNodeLink keyword is used when building Squish.Cfg
  120. ;    definitions.  If MakeArea can't figure out where a message came
  121. ;    from, this value is used.
  122. ;    Default='' (no uplink)
  123. ;
  124. DefaultNodeLink        3615/50
  125. ;
  126. ;    The keyword WrapDescLines determines the maximum length of a line
  127. ;    in a description file.  Lines are wrapped on either the space ' '
  128. ;    character or the dash '-' character.
  129. ;    Default=78 (no lines longer than 78 characters)
  130. ;
  131. WrapDescLines        78
  132. ;
  133. ;
  134. ;
  135. ;    The MeccaPrefixFile keyword points to a file whose contents will
  136. ;    be added as-is to the beginning of each description file.  You
  137. ;    can use this to set colors, turn off/on or test for keys, or any
  138. ;    other valid Mecca operation.
  139. ;    Default='NUL:' (No mecca prefix added to beginning of description)
  140. ;
  141. MeccaPrefixFile        Mecca.Pre
  142. ;
  143. ;
  144. ;
  145. ;    The MeccaSuffixFile keyword points to a file whose contents will
  146. ;    be added as-is to the END of each description file.  If you don't
  147. ;    know what to do with the MeccaPrefixFile keyword, you won't need
  148. ;    this one, either!
  149. ;    Default='NUL:' (No mecca suffix appended to description file)
  150. ;
  151. MeccaSuffixFile        Mecca.Suf
  152. ;