home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / ra / rabir210.zip / RABIRTH.CFG < prev    next >
Text File  |  1993-07-21  |  7KB  |  264 lines

  1. ;
  2. ; RABIRTH 2.10 Configuration File
  3. ;
  4. ; Lines beginning with semicolons are comments and are ignored!
  5. ;
  6. ; General section
  7. ;
  8. ; Sysop defines the name of the sysop, ie YOU!
  9. ;
  10. Sysop           Hamish Moffatt
  11. ;
  12. ; Rego sets your registration number. 0 = unregistered.
  13. ;
  14. Rego            0
  15. ;
  16. ; BBStype defines what BBS and version you run
  17. ; Supported: RA1 (RA 1.xx), RA2 (RA 2.xx), PB130 (ProBoard 1.30)
  18. ;
  19. BBStype         RA2
  20. ;
  21. ; RAPath sets the path to the RemoteAccess USERS.BBS/USERSXI.BBS and
  22. ; MSG*.BBS files. Normally your message base directory.
  23. ;
  24. RAPath          C:\RA
  25. ;
  26. ; RAText sets the path to your RemoteAccess Text files directory.
  27. ;
  28. RAText          C:\RA\TEXT
  29. ;
  30. ; RALog defines the filename of your RemoteAccess log.
  31. ;
  32. RALog           C:\RA\RA.LOG
  33. ;
  34. ; Opuslog (no parameters) tells RABIRTH to write your log Opus style
  35. ;
  36. ;OpusLog
  37. ;
  38. ; FrodoLog (no parameters) tells RABIRTH to write your log FrontDoor style
  39. ;
  40. FrodoLog
  41. ;
  42. ;
  43. ; Bulletins section
  44. ;
  45. ; Path names are no longer required in front of bulletin filenames.
  46. ; Do NOT include paths!
  47. ;
  48. ; ASCFull ASCII  \
  49. ; ANSFull ANSI    > List of all users and their birthdays.
  50. ; AVTFull AVATAR /
  51. ;
  52. ; If you do not want a bulletin leave out the line!
  53. ;
  54. ASCFull         bdaylist.asc
  55. ANSFull         bdaylist.ans
  56. AVTFull         bdaylist.avt
  57. ;
  58. ; ASCMonth ASCII  \
  59. ; ANSMonth ANSI    > List of all users with birthdays this month.
  60. ; AVTMonth AVATAR /
  61. ;
  62. ASCMonth        monthbir.asc
  63. ANSMonth        monthbir.ans
  64. AVTMonth        monthbir.avt
  65. ;
  66. ; ASCToday ASCII  \
  67. ; ANSToday ANSI    > List of birthdays Today, Tomorrow and Yesterday.
  68. ; AVTToday AVATAR /
  69. ;
  70. ASCToday        tdbirth.asc
  71. ANSToday        tdbirth.ans
  72. AVTToday        tdbirth.avt
  73. ;
  74. ;
  75. ; Message posting section
  76. ;
  77. ; MsgBoard defines the board to post the messages in (1-200 valid)
  78. ; To disable messages, comment out this line, or use MsgBoard 0.
  79. ; JAM NOT SUPPORTED! ("RABIRTH doesn't JAM" :-)
  80. ;
  81. MsgBoard        1
  82. ;
  83. ; MsgText defines the filename of text file to post (macros supported, see
  84. ; RABIRTH.DOC)
  85. ;
  86. MsgText         RABIRTH.TXT
  87. ;
  88. ; MsgName defines the name to post the message from if not your real name.
  89. ; You may put your handle here or leave it out.
  90. ;
  91. MsgName         Hamish Moffatt
  92. ;
  93. ;
  94. ; NetMailDir defines the directory where your netmail is stored. This
  95. ; will be used if RABIRTH sends netmail to anyone.
  96. ;
  97. NetMailDir      c:\fd\mail
  98. ;
  99. ; AddrZone, AddrNet, AddrNode, and AddrPoint define the network
  100. ; address to use on outbound mail.
  101. ;
  102. AddrZone        3
  103. AddrNet         635
  104. AddrNode        552
  105. AddrPoint       0
  106. ;
  107. ; (the above makes 3:635/552.0)
  108. ;
  109. ; UUCPGate defines the address of the nearest UUCP gateway
  110. ; Used when sending Internet mail to anyone.
  111. ;
  112. UUCPZone        3
  113. UUCPNet         635
  114. UUCPNode        552
  115. UUCPPoint       2
  116. ;
  117. ; (the above makes 3:635/552.2, the author's gateway)
  118. ;
  119. ;
  120. ; Colours section (note: Colours with a 'U', Americans! :-)
  121. ;
  122. ;          Colour Table (numbers only please!)
  123. ;
  124. ;        Foreground     +       Background         + 128 for blink
  125. ;        0 Black                0 Black
  126. ;        1 Blue                16 Blue
  127. ;        2 Green               32 Green
  128. ;        3 Cyan                48 Cyan
  129. ;        4 Red                 64 Red
  130. ;        5 Magenta             80 Magenta
  131. ;        6 Brown               96 Brown
  132. ;        7 White              112 White
  133. ;        8 Grey
  134. ;        9 Hi blue
  135. ;       10 Hi green
  136. ;       11 Hi cyan
  137. ;       12 Hi red
  138. ;       13 Hi magenta
  139. ;       14 Hi brown (yellow)
  140. ;       15 Hi white
  141. ;
  142. ; EG: Bright (Hi) white foreground on a blue background = 17
  143. ;     Blue blinking foreground on a red background      = 183
  144. ;
  145. ; Keywords:             Colour of (monthly and full lists):
  146. ;
  147. ; Col_Full_Title        Title
  148. ; eg Users' Birthdays Listing
  149. ;
  150. ; Col_Full_Header       Column Headers
  151. ; eg Name                               Birthday
  152. ;
  153. ; Col_Full_Names        Users' names
  154. ; eg Hamish Moffatt
  155. ;
  156. ; Col_Full_Dates        Dates
  157. ; eg 15 December
  158. ;
  159. ; Col_Full_PETC         "Press enter to continue" prompt
  160. ; eg Press enter to contiue
  161. ;
  162. ; Col_Month_Today       "Today!" indicator (monthly list only)
  163. ; eg Today!             (for users with birthdays when RABIRTH was run)
  164. ;
  165. Col_Full_Title  010
  166. Col_Full_Header 012
  167. Col_Full_Names  015
  168. Col_Full_Dates  009
  169. Col_Full_PETC   014
  170. Col_Month_Today 140
  171. ;
  172. ; Keywords:             Colour of (in today/yesterday/tomorrow's list):
  173. ;
  174. ; Col_Today_Title       "The following users are celebrating birthdays today:"
  175. ;
  176. ; Col_Today_Names       Names of users
  177. ; eg Hamish Moffatt
  178. ;
  179. ; Col_Today_Summ        "There are x users celebrating birthdays today"
  180. ;
  181. Col_Today_Title 015
  182. Col_Today_Names 012
  183. Col_Today_Summ  010
  184. ;
  185. ;
  186. ; Toggles Section
  187. ;
  188. ; (These take no parameters - just put the keyword on a line by itself!)
  189. ;
  190. ; Yesterday defines whether yesterday's birthdays are included in the
  191. ; today/yesterday/tomorrow's birthday's list.
  192. ;
  193. Yesterday
  194. ;
  195. ; Tomorrow defines whether tomorrow's birthdays are included in the
  196. ; today/yesterday/tomorrow's birthday's list.
  197. ;
  198. Tomorrow
  199. ;
  200. ; Years defines whether years are included in the monthly and full lists.
  201. ;
  202. ;Years
  203. ;
  204. ; Month_names defines whether to use month names or not in the monthly and
  205. ; full lists. If not present, month numbers will be used.
  206. ;
  207. Month_names
  208. ;
  209. ; Multinode defines whether your system is multinode/multitasking. If you run
  210. ; two nodes or would like RABIRTH to run while you are reading/tossing mail or
  211. ; a user is online, then define Multinode.
  212. ;
  213. ;Multinode
  214. ;
  215. ; Multinode_Conditional will make RABIRTH use multinode mode if a
  216. ; possible multiuser situation it detected (ie if DESQview or LANtastic
  217. ; is present). If not, multinode will be disabled. This should not be
  218. ; used with multinode; they are exclusive. (Conditional will override
  219. ; multinode!)
  220. ;
  221. Multinode_Conditional
  222. ;
  223. ; Header_Handles defines whether RABIRTH should address messages to a user's
  224. ; handles (if this keyword is present) or real names (if not present).
  225. ; Note: if Header_Handles is not defined, the MsgName keyword will still work.
  226. ;
  227. ;Header_Handles
  228. ;
  229. ; List_Handles defines whether RABIRTH should use handles in the three screens.
  230. ;
  231. ;List_Handles
  232. ;
  233. ; Private defines whether messages posted to users should be marked private.
  234. ; If present, messages will be marked private.
  235. ;
  236. Private
  237. ;
  238. ; Report defines whether RABIRTH should output, on the sysop's console, the
  239. ; today/yesterday/tomorrow report, ie:
  240. ;
  241. ;       ■ 1 user(s) have birthdays today
  242. ;       ■ 2 user(s) have birthdays tomorrow
  243. ;       ■ 0 user(s) had  birthdays yesterday
  244. ;
  245. Report
  246. ;
  247. ; Multicolumn defines whether RABIRTH should use two columns (two users
  248. ; per line) in the all birthdays and monthly birthdays screens.
  249. ;
  250. Multicolumn
  251. ;
  252. ;
  253. ; User birthday section
  254. ;
  255. ; Birthday defines non-BBS users who you'd like to say happy birthday to
  256. ; via Fidonet-type (MAIL) or Internet-type (UUCP) mail.
  257. ;
  258. ;         User_name            Date (mm-dd-yy)   Type   Address
  259. Birthday  Hamish_Moffatt       12-15-76          MAIL   3:635/552
  260. ;Birthday Hamish_Moffatt       12-15-76          UUCP   hamish@cloud.apana.org.au
  261. ;
  262. ; End of configuration file. If you're still here, good work!
  263. ;
  264.