home *** CD-ROM | disk | FTP | other *** search
/ New Horizons Shareware Collection / HORIZONS1.BIN / TRIMRS.INI < prev    next >
INI File  |  1994-11-13  |  4KB  |  165 lines

  1. ;
  2. ; TRIMRS.INI - TriBBS Mail Run Summary Initialization File
  3. ;
  4.  
  5. [Config]
  6. ;-----------------------------------------------------------------------------
  7. ; You must set the following parameters to match your system configuration.
  8. ;
  9.  
  10. ;
  11. ; This is the log file, and is assumed to be in the current
  12. ; directory, but may be anywhere if you include the full path.
  13. ;
  14. LogFile=C:\TRIBBS\UTILS\TRINET\TRINET.LOG
  15.  
  16. ;
  17. ; This is the name of the bulletin or logon screen that you wish to create.
  18. ;
  19. OutputFile=C:\TRIBBS\DISPLAY\BULLET69.BBS
  20.  
  21. ;
  22. ; The title text (70 characters max) -- put your BBS name here!
  23. ;
  24. TitleText=House Of Cards Mail Run Summary
  25.  
  26. ;
  27. ; The following lines specify what hubs will be included in the
  28. ; reports.  For each hub you need to specify a "token" a "name", and a
  29. ; "color".  The "token" is the name of the QWK/REP files; the "name"
  30. ; is the text that will be displayed in the report.  Both the token and
  31. ; the name may be up to 32 characters long.  The "color" parameter only
  32. ; sets the foreground color; the background for each portion of the
  33. ; screen may be set in the [Colors] section below ... (color configuration
  34. ; is only available in the registered version).
  35. ;
  36. ; You can specify up to 25 different hubs -- just make sure to change the
  37. ; number in the middle of the parameter ... i.e. Hub1Token, Hub2Token, etc.
  38. ;
  39.  
  40. Hub1Token=CCRADLE
  41. Hub1Text=CalKanNet
  42. Hub1Color=BrightBlue
  43.  
  44. Hub2Token=DONSden
  45. Hub2Text=WME/TriBBSNet
  46. Hub2Color=BrightBlue
  47.  
  48. Hub3Token=NESTEGG
  49. Hub3Text=BASNet/ProgNet
  50. Hub3Color=BrightBlue
  51.  
  52. ;
  53. ; These lines are added before and after the main bulletin text.
  54. ;
  55. FirstLine=@CLS@@MOREOFF@@BREAKON@
  56. LastLine =@MORE@
  57.  
  58.  
  59. [Registration]
  60. ;-----------------------------------------------------------------------------
  61. ; Enter your registration info here (all parameters are case-sensitive!).
  62. ;
  63. BBSName=
  64. SysopName=
  65. RegistrationCode=
  66.  
  67.  
  68. [Options]
  69. ;-----------------------------------------------------------------------------
  70. ; The following are optional parameters.  The defaults should suffice for
  71. ; most installations.
  72. ;
  73. ;  ██ These parameters are functional in the registered version only! ██
  74. ;
  75.  
  76. ;
  77. ; This is the maximum number of mail runs to show in the report.  The
  78. ; maximum is 100, though 15 gives a nice screen-full ...
  79. ;
  80. NumRuns=15
  81.  
  82. ;
  83. ; This is the minimum number of messages (imports + exports) that will
  84. ; count as a mailrun.  If a mailrun has fewer messages than this, it
  85. ; will not be displayed.  If set to zero, all mail runs will be shown.
  86. ;
  87. MinMessages=0
  88.  
  89. ;
  90. ; This is the maximum amount of time (in minutes) that can occur between
  91. ; the start of mail export and the start of mail import, in order for the
  92. ; two events to be counted as part of a single mailrun.
  93. ;
  94. MaxTime=60
  95.  
  96. ;
  97. ; This is the character used to fill the space to the right of the
  98. ; hub text in the generated screen.  To make this a "space", just
  99. ; comment out the parameter ...
  100. ;
  101. FillChar=.
  102.  
  103. ;
  104. ; "Condense" the TriNet log file?  "Yes" or "No" ...
  105. ;
  106. CondenseLog=Yes
  107.  
  108.  
  109. [Colors]
  110. ;-----------------------------------------------------------------------------
  111. ; The following parameters allow you to fully customize the colors
  112. ; of the generated screen.
  113. ;
  114. ;  ██ These parameters are functional in the registered version only! ██
  115. ;
  116. ; The following colors are recognized:
  117. ;
  118. ;   Foreground Colors      Background Colors
  119. ;   -----------------      -----------------
  120. ;    Black                  Black
  121. ;    Blue                   Blue
  122. ;    Green                  Green
  123. ;    Cyan                   Cyan
  124. ;    Red                    Red
  125. ;    Magenta                Magenta
  126. ;    Brown                  Brown
  127. ;    White                  White
  128. ;    Gray
  129. ;    BrightBlue
  130. ;    BrightGreen
  131. ;    BrightCyan
  132. ;    BrightRed
  133. ;    BrightMagenta
  134. ;    Yellow
  135. ;    BrightWhite
  136. ;
  137.  
  138. ;
  139. ; The color of the "title" at the top of the screen.
  140. ;
  141. TitleFG=BrightBlue
  142. TitleBG=Black
  143.  
  144. ;
  145. ; The colors of the bars ...
  146. ;
  147. BarBG=White
  148. BarHighlight=BrightWhite
  149. BarShadow=Gray
  150.  
  151. ;
  152. ; The foreground color of the column labels ...
  153. ;
  154. LabelFG=Blue
  155.  
  156. ;
  157. ; The background colors of the interior parts of the screen.
  158. ;
  159. NetworkBG=Black
  160. DateBG=Black
  161. TimeBG=Black
  162. ImportsBG=Black
  163. ExportsBG=Black
  164.  
  165.