home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / OPMED32W.ZIP / OPMED.CFG < prev    next >
Text File  |  1995-01-09  |  14KB  |  370 lines

  1. ;
  2. ;
  3. ;                                  OPMED
  4. ;                               Version 3.20
  5. ;                                Wide Beta
  6. ;
  7. ;                            Configuration file
  8. ;
  9. ;                       (C) 1988-1990 Fix Production
  10. ;                       (C) 1990-1993 SysCon
  11. ;                       (C) 1993-1995 ProSoft
  12. ;
  13. ;=============================================================================
  14. ; BinkleyCFG
  15. ; For easier installation, tell OpmEd where to find Binkley.Cfg
  16. ; (Optional)
  17. ;-----------------------------------------------------------------------------
  18. ; BinkleyCfg c:\opus\Binkley.cfg
  19. ;
  20. ;
  21. ;=============================================================================
  22. ; AreasBBS
  23. ; The name of your Areas.bbs, fixes almost all your mail areas
  24. ; PassThrough marked areas (# infront of TAG) will not be read.
  25. ; (Optional)
  26. ;-----------------------------------------------------------------------------
  27. AreasBBS c:\opus\Areas.bbs
  28. ;
  29. ;
  30. ;=============================================================================
  31. ; SquishCFG
  32. ; The name of your Squish.Cfg file. You can use this alone or with Areas.BBS
  33. ;-----------------------------------------------------------------------------
  34. SquishCFG c:\temp\squish.cfg
  35. ;
  36. ;
  37. ;=============================================================================
  38. ; SysOp
  39. ; Your name.
  40. ;-----------------------------------------------------------------------------
  41. SysOp Stein-Ivar Johnsen
  42. ;
  43. ;
  44. ;=============================================================================
  45. ; System
  46. ; The name on your system.
  47. ;-----------------------------------------------------------------------------
  48. System ProSoft BBS  *** OPMED 3.20wb coming soon! ***
  49. ;
  50. ;
  51. ;=============================================================================
  52. ; Address
  53. ; Your nodenumber. Syntax Zone:Net/Node.Point
  54. ;-----------------------------------------------------------------------------
  55. Address   2:212/8@fidonet.org
  56. ;
  57. ;
  58. ;=============================================================================
  59. ; NodeList
  60. ; The nodelist-version, full path, filenames of your nodelist and sysop index
  61. ; file. Must be a nodelist of "Version7" type (Binkley, Opus).
  62. ; Opmed will work without the nodelist, but prefers to use it.
  63. ;-----------------------------------------------------------------------------
  64. Nodelist 7 C:\Opus\ nodex sysop
  65. ;
  66. ;
  67. ;=============================================================================
  68. ; FidoUsers
  69. ; This one is optional.
  70. ; It helps to pick the correct nodenumber when entering a new message.
  71. ; You don't need a FIDOUSER.LST, OpmEd will work anyway.
  72. ; ParseList can create a FIDOUSER.LST, the options for Parselist, that should
  73. ; reside in Parselst.cfg, is:
  74. ; NoUserList   (Default) Don't create a userlist
  75. ; UserList     Create a userlist for our Zone
  76. ; Interlist    Create a userlist for all Zones
  77. ;
  78. ; If not specified, Opmed will try to use FIDOUSER.LST in your
  79. ; netmail directory.
  80. ; (Optional)
  81. ;-----------------------------------------------------------------------------
  82. ;FidoUsers   C:\Opus\Fidouser.lst
  83. ;
  84. ;
  85. ;=============================================================================
  86. ; FUGeneric
  87. ; Use this keyword if you always want the generic search mode, instead
  88. ; of the binary when scanning the FIDOUSER.LST. Or if your FIDOUSER.LST
  89. ; isn't sorted.
  90. ;-----------------------------------------------------------------------------
  91. ; FUGeneric
  92. ;
  93. ;
  94. ;=============================================================================
  95. ; LogFile
  96. ; Logfile. Use this if you want a log file created and updated.
  97. ; It will contain information on all new messages entered by Opmed.
  98. ; This one is optional
  99. ;-----------------------------------------------------------------------------
  100. LogFile C:\OPUS\Opmed.Log
  101. ;
  102. ;
  103. ;=============================================================================
  104. ; UseMsgID
  105. ; Put a MSGID/REPLY kludge line in each message you write.
  106. ; (Optional)
  107. ;-----------------------------------------------------------------------------
  108. UseMsgid
  109. ;
  110. ;
  111. ;=============================================================================
  112. ; SetCharSet
  113. ; Tell the world what character-set/translation you use.
  114. ; Will add a kludge line in each message you write
  115. ; (Optional)
  116. ;-----------------------------------------------------------------------------
  117. SetCharSet
  118. ;
  119. ;
  120. ;=============================================================================
  121. ; ReadCharSet
  122. ; Seek each message for the Charset kludge, and if it differs from the one,
  123. ; ask for a switch of translation.
  124. ; The option "Force" will force Opmed to switch translation if it finds a
  125. ; Charset information other than the one used.
  126. ; (Optional)
  127. ;-----------------------------------------------------------------------------
  128. ReadCharSet Force
  129. ; ReadCharSet
  130. ;
  131. ;
  132. ;=============================================================================
  133. ; ShowKludges
  134. ; If you wanna see the kludge lines by default set this one.
  135. ; Could also be toggled on and off inside Opmed.
  136. ; (Optional)
  137. ;-----------------------------------------------------------------------------
  138. ; ShowKludges
  139. ;
  140. ;
  141. ;=============================================================================
  142. ; ScanAreas
  143. ; Scan all message areas, for new messages, at start up.
  144. ; (Optional)
  145. ;-----------------------------------------------------------------------------
  146. ; Scanareas
  147. ;
  148. ;
  149. ;=============================================================================
  150. ; Lastread
  151. ; If you got a need to change the name on the Lastread file, here's your
  152. ; alternative. The name should only contain the filename, without any
  153. ; path or drive name.
  154. ; (Optional)
  155. ;-----------------------------------------------------------------------------
  156. ; LastRead LastRead.002
  157. ; LastRead LRead.Dat
  158. ;
  159. ;
  160. ;=============================================================================
  161. ; Translate
  162. ; Tell OPMED which character translation to use.
  163. ; "PC-8" is used to skip translation.
  164. ; (Optional, PC-8 is default)
  165. ;-----------------------------------------------------------------------------
  166. Translate PC-8   ; No translation, pure IBM PC Original (default)
  167. ;
  168. ;
  169. ;=============================================================================
  170. ; NetFlags
  171. ; Set the default flags for all new netmail message.
  172. ; Possible options: P = Private, C=Crash, K=KillSent and H=Hold
  173. ; The Force option will make Opmed add the flags on replies.
  174. ; (Optional)
  175. ;-----------------------------------------------------------------------------
  176. NetFlags P
  177. ; NetFlags PK Force
  178. ;
  179. ;
  180. ;=============================================================================
  181. ; Macro
  182. ; You can specify up to 30 macro strings, that can be reached by
  183. ; pressing ALT + (key) in the edit mode.
  184. ; Valid macro keys are Alt1-Alt0, AltA-AltW AltY-AltZ
  185. ; (Optional)
  186. ;-----------------------------------------------------------------------------
  187. Macro Alt1 "^M^I^I=-sijo-=^Z"
  188. ;
  189. ;
  190. ;=============================================================================
  191. ; Assign
  192. ; If you're running a network, or similair, then it could be convenient
  193. ; to re-assign the drive specifications found in the Areasbbs file,
  194. ; BinkleyCfg or when doing fileattaches.
  195. ; Here's where you do it.
  196. ; (Optional) Maximum 10 assignments
  197. ;-----------------------------------------------------------------------------
  198. ;Assign C E     ; Path's with C: drive will be changed to E:
  199. ;Assign D F     ; Path's with D: drive will be changed to F:
  200. ;
  201. ;
  202. ;=============================================================================
  203. ; Colors / ColorFile
  204. ; Here you can set your own colors for Opmed.
  205. ; See the document for details.
  206. ; (Optional)
  207. ;-----------------------------------------------------------------------------
  208. ColorFile OPMED.COL
  209. ;
  210. ;
  211. ;=============================================================================
  212. ; StoreArea
  213. ; This one will specify an area where you can store your messages for
  214. ; future use, using the Store Message function (Shift-F5).
  215. ; The messages will be stored in almost the same way it was read.
  216. ; (Optional)
  217. ;-----------------------------------------------------------------------------
  218. StoreArea C:\OPUS\PRIVAT\
  219. ;
  220. ;
  221. ;=============================================================================
  222. ; Area
  223. ; Specifiy areas not found in Binkley.Cfg or Areas.bbs.
  224. ; Syntax:
  225. ; KeyWord Zone,Kind,AreaName,EchoTag,Path
  226. ; Kind : L = Local  M = Matrix  E = Echo
  227. ; Highest area nr = ?????? (High enough, try and see)
  228. ; Max areas, depends on available memory in your computer
  229. ; (Optional)
  230. ;-----------------------------------------------------------------------------
  231. Area 2,M,FidoNet NetMail,,C:\OPUS\NETM\
  232. Area 2,L,Mail User <> SysOp,,h:\msg\bbs_post
  233. ;
  234. ;
  235. ;=============================================================================
  236. ; ExportFile
  237. ; You can export your messages to one file named here by path and name.
  238. ;-----------------------------------------------------------------------------
  239. ;ExportFile c:\pascal\new.txt
  240. ExportFile c:\opus\netf\opmed.bug
  241. ;
  242. ;
  243. ;=============================================================================
  244. ; DelMatrix
  245. ; Delete original netmail message after quoting it.
  246. ;-----------------------------------------------------------------------------
  247. ; DelMatrix
  248. ;
  249. ;
  250. ;=============================================================================
  251. ; EchoTossFile
  252. ; Here we name our echotoss logfile with path and name if we want to use it.
  253. ;-----------------------------------------------------------------------------
  254. Echotossfile c:\opus\echotoss.log
  255. ;
  256. ;
  257. ;=============================================================================
  258. ; StartArea
  259. ; Which message-area OpmEd should start in when you fire it up.
  260. ;-----------------------------------------------------------------------------
  261. ; StartArea 1
  262. ;
  263. ;
  264. ;=============================================================================
  265. ; HideSeenBy
  266. ; Hide SeenBys in messages.
  267. ;-----------------------------------------------------------------------------
  268. ; HideSeenBy
  269. ;
  270. ;
  271. ;=============================================================================
  272. ; ScanChange
  273. ; Jump to "Change Area" menu after scanning messages.
  274. ;-----------------------------------------------------------------------------
  275. ; ScanChange
  276. ;
  277. ;
  278. ;=============================================================================
  279. ; ScreenLines
  280. ; Specify lines on screen at startup.
  281. ;-----------------------------------------------------------------------------
  282. ; ScreenLines 4
  283. ;
  284. ;
  285. ;=============================================================================
  286. ; NoSysID
  287. ; Exclude system information.
  288. ;-----------------------------------------------------------------------------
  289. ; NoSysID
  290. ;
  291. ;
  292. ;=============================================================================
  293. ; AddPID
  294. ; Add PID kludge information to messages.
  295. ;-----------------------------------------------------------------------------
  296. ; AddPID
  297. ;
  298. ;
  299. ;=============================================================================
  300. ; EchoTossAppend
  301. ; Append to echotoss logfile instead of deleting it.
  302. ;-----------------------------------------------------------------------------
  303. EchoTossAppend
  304. ;
  305. ;
  306. ;=============================================================================
  307. ; HiBackGround
  308. ; Enable high (Colors 8-15) background colors.
  309. ;-----------------------------------------------------------------------------
  310. HiBackGround
  311. ;
  312. ;
  313. ;=============================================================================
  314. ; NoSharedFiles
  315. ; Specify open mode for SYSOP.DAT/NDX.
  316. ; CFG format:
  317. ; Example: NoSharedFiles
  318. ;
  319. ; If keyword specified, SYSOP.DAT/NDX will be opened as Read/Deny None.
  320. ; If keyword not specified, SYSOP.DAT/NDX will be opened as Read/Deny Write.
  321. ;-----------------------------------------------------------------------------
  322. NoSharedFiles
  323. ;
  324. ;
  325. ;=============================================================================
  326. ; TabSize
  327. ; Size of TAB when used in messages
  328. ;-----------------------------------------------------------------------------
  329. TabSize  6
  330. ;
  331. ;
  332. ;=============================================================================
  333. ; OpusDates
  334. ; "OpusDates" - to use the OPUS DateStamp in Fido *.MSG insted of
  335. ; the Zone/Point information specified in FTS-0001 (OpmEd Default)
  336. ;-----------------------------------------------------------------------------
  337. OpusDates
  338. ;
  339. ;
  340. ;=============================================================================
  341. ; DefSqSet
  342. ; "DefSqSet" - to set some default values for new Squish Areas if
  343. ; OpmEd have to create the Squish Area.
  344. ; DefSqSet <MaxMsg> <SkipMsgs> <KeepDays>
  345. ;-----------------------------------------------------------------------------
  346. DefSqSet    256  0  30
  347. ;
  348. ;
  349. ;=============================================================================
  350. ; UseFidoSqa
  351. ; To use the OPMED.DAT (SQA-info) in Fido *.MSG Areas. If not specified OpmEd
  352. ; will look for the QUOTE/ORIGIN/CHARSET files
  353. ;-----------------------------------------------------------------------------
  354. UseFidoSqa
  355. ;
  356. ;
  357. ;=============================================================================
  358. ; DefQuote
  359. ; Here is our default Quote string for each area inserted when pressing
  360. ; ALT-E and then <Enter> on the "Quote" line:
  361. ;-----------------------------------------------------------------------------
  362. DefQuote  "In a message of (&D &M &Y) at &T, &A (&H) writes:"
  363. ;
  364. ;
  365. ;=============================================================================
  366. ;
  367. ;-----------------------------------------------------------------------------
  368. ;
  369. ;
  370.