home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / dos / sl13a4.arj / EXAMPLE.CFG < prev    next >
Encoding:
Text File  |  1997-05-30  |  14.1 KB  |  513 lines

  1. ; ASCII-Config for SHOW-LOG v1.30.alpha4 - English version
  2. ;
  3. ; For MainDoor, FrontDoor, Binkley, T-Mail, McMail, InterMail, 
  4. ;     Cantaloup, Xenia, RemoteAccess, Maximus, Proboard, Concorde,
  5. ;     PcBoard and SBBS
  6. ;
  7. ; NOTE: Rename EXAMPLE.CFG to SHOWL.CFG.
  8. ;
  9. ; It is possible to start SHOW-LOG with parameters.
  10. ; (Normal execution: just SHOWL.EXE)
  11. ;
  12. ; Parameters:                 (SHOWL.EXE -[parameter]:[option])
  13. ; You can use more than one parameter a time.
  14. ;
  15. ; -?            short online help screen
  16. ;
  17. ; -R:N          creates reports about all incoming and outgoing calls.
  18. ; -R:T          N - Netmail
  19. ; -R:E          T - Text
  20. ;               E - Echomail (PKT)
  21. ;
  22. ; -T:X          only use if MULTILINE ist set to YES
  23. ;               starts SHOW-LOG with task X as default
  24. ;               without the parameter -T, SHOW-LOG interpretes the
  25. ;               TASK environment variable. If there isn't any, SHOW-LOG
  26. ;               assumes TASK=1 as default.
  27. ; -T:A          Only if you are using the parameter -R: or -G
  28. ;               Reports will be created for All lines.
  29. ; -T:M          Will ShowLog force to create a 'mixed/merged' report of
  30. ;               all lines. Just try it. ;-)
  31. ;
  32. ; -D:DD-MM-YYYY The date SHOW-LOG should use.
  33. ;               If you don't use the parameter -D, SHOW-LOG uses the date 
  34. ;               the internal system clock provides.
  35. ; -D:G          Tells SHOW-LOG to use yesterday's date.
  36. ;
  37. ; -C:<config>   Tells SHOW-LOG to use a different config file.
  38. ;               SHOW-LOG needs the full path and file name of the
  39. ;               config file.
  40. ;               If you don't use parameter -C:, SHOW-LOG will search
  41. ;               for its default config file SHOWL.CFG in the same directory
  42. ;               SHOWL.EXE is located.
  43. ;
  44. ; -K:X          Shortens all logfiles, which are specified by mailer/bbs_log.
  45. ;               X can be M, B or L. M: Only mailer logfiles will be shortend
  46. ;                                   B: Only BBS logfiles will be shortend.
  47. ;                                   L: Only LOG Logfiles will be shortend.
  48. ;
  49. ; -S:<template> Tells SHOW-LOG to use a different template than the one
  50. ;               specified with REPORT_TEMPLATE.
  51. ;               If you do not specify a path, SHOW-LOG will search in its
  52. ;               own directory for the file.
  53. ;
  54. ; -G:T,<file>   Will create a small statistic as s textfile. 
  55. ;               <file> must be the full path and filename of 
  56. ;               the file to be created.
  57. ; -G:N          Will create a small statstic as a netmail.
  58. ;               This will use the same settings as for reports.
  59. ; -G:E          Echomail (PKT)
  60. ;
  61. ; -G<days>:E/T/G will overwrite WEEKLY_STAT / MONTHLY_STAT
  62. ;
  63. ; -O            Starts with Outbound window
  64. ;
  65. ; -I            Forces ShowLog to build up new indexes
  66. ;
  67. ; The language SHOW-LOG should uses for screen outputs.
  68. ; GERMAN/DEUTSCH or ENGLISH/ENGLISCH
  69. ;
  70. LANGUAGE ENGLISH
  71. ;
  72. ; Name of mailbox/system
  73. ;
  74. BBSNAME The Box
  75. ;
  76. ; Name of the system operator
  77. ;
  78. SYSOP Joe Sysop
  79. ;
  80. ;  _MAIN_Adress  (commonly your FIDO-Adress)
  81. ;
  82. AKA 2:248/4999
  83. ;
  84. ; You can now specify more Adresses. (max. 50). 
  85. ;
  86. AKA 123:987/1
  87. ;
  88. ; If you are using a multitasking OS like OS/2 2.X/3.X, WIN 3.X/95,
  89. ; you should set the following keyword to YES. 
  90. ; This will force SHOW-LOG to release time slices. 
  91. ; Note: ShowLog tries to autodetect DesqView an will release time slices
  92. ;       if found.
  93. ;
  94. TIME_SLICES YES
  95. ;
  96. ; Multiline YES or NO
  97. ;
  98. MULTI_LINE YES
  99. ;
  100. ; If Multiline YES, how many tasks (lines).
  101. ;
  102. MAX_TASKS 3
  103. ;
  104. ; If Multiline YES, which is your first task.
  105. ; If your mailer requires alphanumerical task 'numbers' (a...z) you may 
  106. ; specify them here, like BEGIN_COUNT A
  107. ;
  108. BEGIN_COUNT 1
  109. ;
  110. ; The mailer you are using.
  111. ; (MD=MainDoor; FD=FrontDoor; BINK=Binkley; TM=T-Mail; MM=McMail; IM=InterMail
  112. ;  CL=Cantaloup; XM=Xenia Mailer; MSD=SelfDefined - (See SELFDEF.ZIP))
  113. ;
  114. MAILER MD
  115. ;
  116. ; Only if MAILER MSD
  117. ;MAILER_SD md.msd
  118. ;
  119. ; The BBS software you are using.
  120. ; (RA=RemoteAccess; MAX=Maximus; PRO=Proboard; SB=SBBS; CC=Concord
  121. ;  BSD=SelfDefined - (See SELFDEF.ZIP))
  122. ;
  123. BBS RA
  124. ;
  125. ; Only if BBS BSD
  126. ;BBS_SD ra_compact.bsd
  127. ;
  128. ; You may use BBS_SUBST do specify wich bbs task uses which mailer task
  129. ;
  130. ; BBS_SUBST <mailer task> <bbs task/NO>
  131. ; BBS_SUBST 0 1
  132. ; BBS_SUBST 2 NO
  133. ;
  134. ; Semaphore directory of your mailer (not FrontDoor 2.12sw or 2.02nc)
  135. ;
  136. SEMA E:\MDOOR\FLAGS\
  137. ;
  138. ; Name of the file which should be touched (updated) in your
  139. ; semaphore directory (SEMA), to force the mailer to rescan its
  140. ; outbound directory.
  141. ; FrontDoor:         FDRESCAN.NOW
  142. ; MainDoor:          MDRESCAN.NOW
  143. ; Binkley:           BTRESCAN.NOW
  144. ; InterMail:         IMRESCAN.NOW
  145. ; McMail:            MCMSCAN.ALL
  146. ; Xenia:             XMRESCAN.FLG
  147. ; Cantaloup:
  148. ; NOTE:    T-MAIL doesn't use hardcoded rescan-semaphores. 
  149. ;          So you should use the same filename as in T-MAIL.CTL
  150. ;
  151. RESCAN_SEMA MDRESCAN.NOW
  152. ;
  153. ; Semaphore file which tells ShowLog to reread the logfiles
  154. ;
  155. REREAD_SEMA REREAD.SL
  156. ;
  157. ; Semaphore file which tell ShowLog to exit immediately
  158. ;
  159. TERMINATE_SEMA EXIT.SL
  160. ;
  161. ; Semaphore file which forces ShowLog to build up new indexes
  162. ;
  163. REINDEX_SEMA REINDEX.SL
  164. ;
  165. ; Full directory and filename of your logfiles
  166. ; It's possible to use $TASK$. (If MULTILINE YES)
  167. ; SHOW-LOG can handle the situation, if you are using one logfile
  168. ; for both the mailer and the BBS.
  169. ; If SHOW_ALL YES you might use a description as well. See LOG
  170. ; syntax: MAILER_LOG/BBS_LOG <path>,<description>
  171. ;
  172. MAILER_LOG E:\ALOG\MD$TASK$.LOG
  173. ;MAILER_LOG E:\ALOG\MD$TASK$.LOG,Mailer Logfile of Task $TASK$
  174. ;
  175. BBS_LOG E:\ALOG\RA$TASK$.LOG
  176. ;
  177. ; Path and filename of the logfile ShowLog should write
  178. ; Note: This logfile will be in binkley  style.
  179. ; This gives you the opportunity to view and shorten it, using 'LOG'
  180. ; ex: LOG E:\ALOG\SL.LOG,BINK
  181. ;
  182. SL_LOG E:\ALOG\SL.LOG
  183. ;
  184. ; Should SHOW-LOG show the names of online users instead of
  185. ; 'Online-User' {+}
  186. ;
  187. SHOW_USER YES
  188. ;
  189. ; Should SHOW-LOG use a fast and small index, reading the logfiles?
  190. ; (see SHOWL.DOC for more details)
  191. ;
  192. USE_INDEX YES
  193. ;
  194. ; Should SHOW-LOG be aware of Script-Calls? 
  195. ; This feature is only interesting for FrontDoor-systems.
  196. ; NOTE: Do NOT use this feature, if you don't have FD-Script-Calls!
  197. ;
  198. FD_SCRIPT NO
  199. ;
  200. ; Some more logfiles you want to view with the internal logfile viewer of
  201. ; SHOW-LOG. (max. 50; unreg.: 2)
  202. ; Syntax: LOG <path+filename>,<description>,<style/byte>
  203. ; The use of $TASK$ is possible. SHOW-LOG will expand it using MAX_TASKS
  204. ; So if you have MAX_TASKS 2, SHOW-LOG will offer you EP1.LOG and EP2.LOG
  205. ; LOG E:\ALOG\EP$TASK$.LOG
  206. ; <style> maybe FD or BINK
  207. ;
  208. LOG E:\ALOG\OT.LOG,O/T-Track Logfile,FD
  209. LOG E:\ALOG\FE.LOG,FastEcho Logfile,BINK
  210. LOG E:\WHAT\EVER.TXT,200000
  211. ;
  212. ; Should SHOW-LOG search in all available BBS-Logfiles if it
  213. ; realizes an Mailer->BBS switch?
  214. ; Note: Setting this to YES does only make sense if your mailer task2
  215. ;       does not neccessarily is calling your bbs task2.
  216. ; Note2: In most cases this should be NO
  217. ;
  218. SEARCH_ALL NO
  219. ;
  220. ; Should SHOW-LOG just show the logfile-extract of an session after 
  221. ; pressing ENTER on an inbound/outbound-call (YES), or should SHOW-LOG
  222. ; display the whole logfile and just jump to the right position (NO).
  223. ;
  224. FILTER_EXTRACT YES
  225. ;
  226. ; Should SHOW-LOG also display your mailer- and bbs-logfiles in the
  227. ; internal logfile-viewer?
  228. ; NOTE: This keyword MUST be situated after MAILER_LOG, BBS_LOG, BEGIN_COUNT,
  229. ;       MAX_TASKS, LOG
  230. ;
  231. SHOW_ALL YES
  232. ;
  233. ; Full path of your netmail directory (parameter -R:N) 
  234. ;
  235. NETMAIL C:\FD\NETMAIL\
  236. ;
  237. ; Path of an alternate netmail directory (Newmail Scan)
  238. ;
  239. ;NEWMAIL_NM C:\FD\NETMAIL\MYMAIL\
  240. ;
  241. ; Should SHOW-LOG create a netmail report to the sysop (main AKA)?
  242. ;
  243. REPORT_TO_SYSOP YES
  244. ;
  245. ; Who else should receive SHOW-LOG reports? 
  246. ; Note: You may also specify another template SHOW-LOG should use for reports
  247. ;       to a specifc recipient
  248. ;
  249. ; REPORT_TO <name>,<aka>[,<flag1,flag2,...>,<template>]
  250. ;
  251. ; Available flags: -CRA, -HLD, -IMM, -DIR
  252. ;
  253. REPORT_TO Soeren Boettner,2:248/4004.2,-HLD,-DIR
  254. REPORT_TO Christian Decker,2:248/4004.3,C:\SHOWL\DECKER.TPL
  255. ;
  256. ; Should the created netmails get the kill/sent-flag?
  257. ;
  258. KILL_NETMAIL YES
  259. ;
  260. ; Full path and filename of the report-template SHOW-LOG should use.
  261. ; Please refer to SHOWL.DOC for details.
  262. ; The use of $TASK$ is possible: REPORT_TEMPLATE SHOWL$TASK$.TPL
  263. ;
  264. REPORT_TEMPLATE SHOWL.TPL
  265. ;
  266. ; Which subject should created netmails have? 
  267. ; ($TASK$ and $DATE$ is possible)
  268. ;
  269. ; Reports:
  270. ;
  271. REP_NM_SUBJ Report: Line $TASK$ on $DATE$
  272. ;
  273. ; Statistics:
  274. ;
  275. STAT_NM_SUBJ BBS stats
  276. ;
  277. ; Full path and file name of the report-text SHOW-LOG should create.
  278. ; (parameter -R:T; $TASK$ variable can be used.)
  279. ;
  280. REPORT_TEXT E:\ALOG\REP$TASK$.TXT
  281. ;
  282. ; Full path and file name of the statistic text
  283. ;
  284. STATIST_TEXT STAT.SL
  285. ;
  286. ; If the file already exists: Should it be overwritten (NO) or should 
  287. ;                             SHOW-LOG append the report to it? (YES)
  288. ;
  289. APPEND YES
  290. ;
  291. ; Days ShowLog should create the monthly/weekly statistics
  292. ; WEEKLY_STAT_ON <day of the week> 1=monday...7=sunday
  293. ; MONTHLY_STAT_ON <day ot the month>
  294. ;
  295. WEEKLY_STAT_ON 7
  296. MONTHLY_STAT_ON 30
  297. ;
  298. ; Should ShowLog produce empty stats/reports for lines without any traffic?
  299. ;
  300. SHOW_EMPTY_STAT NO
  301. ;
  302. SHOW_EMPTY_REPORT_NO
  303. ;
  304. ; Should ShowLog produce a detailed statistic for every line in multiline
  305. ; environments?
  306. ;
  307. DETAILED_STAT YES
  308. ;
  309. ; Which area the report should be posted to
  310. ;
  311. PKT_AREA STATISTICS.LOCAL
  312. ;
  313. ; Path where the PKT files should be created (Should be the local inbound
  314. ; of your tosser)
  315. ;
  316. PKT_PATH C:\FE\LOCIN\
  317. ;
  318. ; The password generated PKTs should have
  319. ;
  320. PKT_PASSWORD secret
  321. ;
  322. ; Subject the generated mails should have (statistics)
  323. ;
  324. STAT_EM_SUBJ BBS statistics
  325. ;
  326. ; Subject the generated mails should have (reports)
  327. ;
  328. REP_EM_SUBJ BBS statistics
  329. ;
  330. ; Origin the generated mails should have
  331. ;
  332. PKT_ORIGIN ShowLog - the ultimate log tool
  333. ;
  334. ; The Adress, ShowLog should use as origination adress in echomail packets
  335. ;
  336. PKT_AKA 2:248/4999
  337. ;
  338. ; Path and filename of a template the internal netmail generator should use
  339. ;
  340. USER_NM_TEMPLATE usernm.tpl
  341. ;
  342. ; Wich subject should caller netmails have for default
  343. ;
  344. CALLER_SUBJ Your Call
  345. ;
  346. ; Should all settings be saved if ShowLog is aborted so next time you start
  347. ; ShowLog you will be at the same 'position'.
  348. ;
  349. SAVE_LAST NO
  350. ;
  351. ; Lines ShowLog should use to display
  352. ; (25-75 is possible)
  353. ; NOTE: Not every video card supports every mode!
  354. ; Leave this out if showlog should autodetect the vido mode
  355. ;
  356. LINES 25
  357. ;
  358. ; Screensaver: After how many minutes it should become active
  359. ;
  360. SAVER 10
  361. ;
  362. ; Screensaver: The text which should be displayed
  363. ;
  364. SAVER_TEXT ShowLog - simply the best!
  365. ;
  366. ; Should SHOW-LOG start with a small intro screen?
  367. ;
  368. INTRO YES
  369. ;
  370. ; Should ShowLog display a NEW MAIL Line if new mail is found
  371. ; in the netmail folder?
  372. ;
  373. NEW_MAIL_FLAG YES
  374. ;
  375. ; Full path and filename of an external editor
  376. ; Note: ShowLog will append the full path and file name of the current
  377. ;       logfile automaticly
  378. ; If you use the OS/2 AND DOS-Version together you may use EDITOR/2 to 
  379. ; tell ShowLog which Editor to use when you use the OS2-Version
  380. ;
  381. ;
  382. EDITOR C:\DOS\EDIT.COM
  383. ;EDITOR/2 C:\TEDIT.EXE
  384. ;
  385. ; The mode ShowLog should start external programs in
  386. ; F=fullscreen, W=windowed
  387. ;
  388. START_APP F
  389. ;
  390. ; Defintion for Lines which sould be hidden while viewing logfiles
  391. ; (TAB-Key)
  392. ; same syntax as HIGHLIGHT_LINES (without colors of course ;)
  393. ;HIDE_LINE *,1
  394. ;
  395. ; Should ShowLog mark 'small' errors?
  396. ;HIDE_SMALL_ERRORS NO
  397. ;
  398. ; Default value for the TAB option
  399. ;
  400. ;SHOW_SYSOP_IN_LIST YES
  401. ;
  402. ; Should ShowLog startup with the Outbound Window?
  403. ;
  404. START_IN_OUTBOUND NO
  405. ;
  406. ; Full path and filename of an external fax viewer
  407. ;
  408. FAX_VIEWER C:\BGFAX\VIEW.EXE
  409. ;FAX_VIEWER/2 C:\BGFAX2\VIEW2.EXE
  410. ;
  411. ; Path of your received faxes
  412. ;
  413. FAX_PATH e:\fax
  414. ;
  415. ; ID, path+filename and description of a logfile of an external fax program
  416. ; Supported (=ID): BGFAX, internal
  417. ;
  418. FAX_LOG BGFAX,e:\faxes\bgfax.log,bgfax logfile
  419. ;
  420. ; ShowLog is able to replace a phone number of a calling fax with its
  421. ; real name
  422. ;
  423. FAX_CALLER 03124,Joe Fax
  424. ;
  425. ; Strings ShowLog should replace in phone numbers of calling faxes
  426. ;
  427. REPLACE_IN_FAXNR +49,0
  428. REPLACE_IN_FAXNR 036604,
  429. ;
  430. ; Switches the ENTER/CTRL+ENTER feature for faxcalls
  431. ;
  432. ;SHOW_FAX_PRIMARILY No
  433. ;
  434. ; Default path and filename ShowLog should write logfile extracts to
  435. ;
  436. SAVE_FILE SAVE.$TASK$
  437. ;
  438. ; ShowLog is able to create netmails as pakets (Squish)
  439. ;
  440. CREATE_NM_AS_PKT No
  441. ;
  442. ; Area the netmails should be posted to
  443. ;
  444. NM_AREA NETMAIL
  445. ;
  446. ; Should ShowLog be prevented from displaying the whole path in filelists?
  447. ;
  448. NO_PATHS_IN_FILELIST NO
  449. ;
  450. ; Should ShowLog be prevented from displaying the whole path in logextracts?
  451. ;
  452. NO_PATHS_IN_LOG_EXTRACT NO
  453. ;
  454. ; Should ShowLog always highlight the last session in list
  455. ; automaticly?
  456. ;
  457. START_AT_BOTTOM Yes
  458. ;
  459. ; Default settings for shorten/storing
  460. ; Minimal value of days a logfile should have
  461. ;
  462. CUT_DAYS 30
  463. ;
  464. ; Default settings for shorten/storing
  465. ; Maximal value of days a logfile should have
  466. ;
  467. CUT_AFTER_DAYS 50
  468. ;
  469. ; Default settings for shorten/storing
  470. ; Minimal value of bytes a logfile should have
  471. ;
  472. CUT_TO_SIZE 100000
  473. ;
  474. ; Default settings for shorten/storing
  475. ; Maximal value of bytes a logfile should have
  476. ;
  477. CUT_TO_SIZE 200000
  478. ;
  479. ; Default settings for shorten/storing
  480. ; Should the old parts of the log be stored as an archive?
  481. ;
  482. ARC_LOGS Yes
  483. ;
  484. ; Path, the logfiles should be stored in
  485. ;
  486. ARC_PATH e:\logs\archive
  487. ;
  488. ; The name the stored logs should have.
  489. ; 4 macros are possible:
  490. ; @day@, @month@, @year@ und @year2@. 
  491. ; @year@:4 digits  @year2@: 2 digits.
  492. ;
  493. ARC_NAME @day@@month@year2@
  494. ;
  495. ; Definition of the program which should be used to arc your logfiles.
  496. ; Macros: @archive@ und @files@
  497. ;
  498. ARC_PACKER rar m -ep @archive@ @files@
  499. ;
  500. ; Default settings for K:[L/B/M]
  501. ;
  502. CUT_LOGS LBM
  503. ;
  504. ; INCLUDE allows you to 'include' other cfg-files in your main config.
  505. ; ie. your color config file.
  506. ;
  507. INCLUDE COLOR.CFG
  508. INCLUDE COST.CFG
  509. ;
  510. ; EOF
  511.