home *** CD-ROM | disk | FTP | other *** search
-
- HOW TO UPDATE SHOW-LOG FROM A PREVIOUS VERSION
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- 1.1x -> 1.2
- ~~~~~~~~~~~
- NOTE: Cost-Definition has changed.
- See COST.CF~ for details!
-
- 1. Include following lines in your new config file:
-
- ;
- ; Lines ShowLog should use to display
- ; (25-75 is possible)
- ; NOTE: Not every video card supports every mode!
- ;
- LINES 25
- ;
- ; Screensaver: After how many minutes it should become active
- ;
- SAVER 10
- ;
- ; Screensaver: The text which should be displayed
- ;
- SAVER_TEXT ShowLog - simply the best!
- ;
- ; Path and filename of a template the internal netmail generator should use
- ;
- USER_NM_TEMPLATE usernm.tpl
- ;
-
- 1.0x -> 1.1a/1.1b
- ~~~~~~~~~~~~~~~~~
- NOTE: Color-Definition has changed with this version.
- Color numbers are not longer supported. Use color names instead.
- Read COLOR.CF~/COLOR.CFG for more details.
-
- There is a new macro you may insert in your template files:
- @cost@
-
-
- 1. Delete following lines in your 1.0x config: (optional)
-
- HIGHLIGHT
- HIGHLIGHT_IF
-
- 2. Include following lines in your new config-file: (optional)
-
- ;
- ; Should SHOW-LOG just show the logfile-extract of an session after
- ; pressing ENTER on an inbound/outbound-call (YES), or should SHOW-LOG
- ; display the whole logfile and just jump to the right position (NO).
- ;
- FILTER_EXTRACT YES
- ;
- ; Should SHOW-LOG search in all available BBS-Logfiles if it
- ; realizes an Mailer->BBS switch?
- ; Note: Setting this to YES does only make sense if your mailer task2
- ; does not neccessarily is calling your bbs task2.
- ; Note2: In most cases this should be NO
- ;
- SEARCH_ALL NO
- ;
- ; Should all settings be saved if ShowLog is aborted so next time you start
- ; ShowLog you will be at the same 'position'.
- ;
- SAVE_LAST NO
- ;
- ; Should SHOW-LOG start with a small intro screen?
- ;
- INTRO YES
- ;
- ; Full path and filename of an external editor
- ; Note: ShowLog will append the full path and file name of the current
- ; logfile automaticly
- ;
- EDITOR C:\DOS\EDIT.COM
- ;
- ; INCLUDE allows you to 'include' other cfg-files in your main config.
- ; ie. your color config file.
- ;
- ;
- INCLUDE COLOR.CFG
- INCLUDE COST.CFG
- ;
-
- 3. Rename COLOR.CF~ to COLOR.CFG (optional)
- 4. Edit COLOR.CFG (optional)
- 5. Rename COST.CF~ to COST.CFG (optional)
- 6. Edit COST.CFG (optional)
-
-
- 1.0 Beta9 -> 1.0x
- ~~~~~~~~~~~~~~~~~
- 1. Delete following keywords in your Beta 9 config:
-
- NM_FOOTER
- NM_HEADER
- REPORT_STYLE
-
- 2. Include following lines in your Beta 9 Config-File:
-
- ;
- ; If MULTILINE YES, which is your first task?
- ;
- BEGIN_COUNT 1
- ;
- ; Should SHOW-LOG also display your mailer- and bbs-logfiles in the
- ; internal logfile-viewer?
- ; NOTE: This keyword MUST be situated after MAILER_LOG, BBS_LOG, BEGIN_COUNT,
- ; MAX_TASKS
- ;
- SHOW_ALL YES
- ;
- ; Full path and filename of the report-template SHOW-LOG should use.
- ; Please refer to SHOWL.DOC for details.
- ; The use of $TASK$ is possible: REPORT_TEMPLATE SHOWL$TASK$.TPL
- ;
- REPORT_TEMPLATE SHOWL.TPL
- ;
-
- 1.0 Beta8x -> 1.0 Beta9
- ~~~~~~~~~~~~~~~~~~~~~~~
- 1. Change the keyword NM_BETREFF to NM_SUBJECT.
-
- 2. Include following lines in your Beta8 Config-File:
-
- ;
- ; The language SHOW-LOG should uses for screen outputs.
- ; GERMAN/DEUTSCH or ENGLISH/ENGLISCH
- ;
- LANGUAGE ENGLISH
- ;
- ; Should SHOW-LOG be aware of Script-Calls?
- ; This feature is only interesting for FrontDoor-systems.
- ; NOTE: Do NOT use this feature, if you don't have FD-Script-Calls!
- ;
- FD_SCRIPT NO
- ;
-
-
- 1.0 Beta7x -> 1.0 Beta8x
- ~~~~~~~~~~~~~~~~~~~~~~~~
- 1. Include following lines in your Beta7 Config-File:
-
- ;
- ; Some more logfiles you want to view with the internal logfile viewer of
- ; SHOW-LOG. (max. 50; unreg.: 2)
- ; Syntax: LOG <path+filename>,<description>
- ;
- LOG E:\ALOG\OT.LOG,O/T-Track Logfile
- LOG E:\ALOG\FE.LOG,FastEcho Logfile
- ;
- ; Strings, SHOW-LOG should search for. If one of theses strings is found
- ; the session entry the string belongs to will be shown in the color
- ; you have chosen. (max 20 entrys; unreg. 2)
- ; Syntax: HIGHLIGHT_IF <String>,<Foreground>,<Background>.
- ; <Foreground/Background> consists of the standard color-numbers.
- ; Foreground: 0-15 ; Background 0-7
- ;
- HIGHLIGHT_IF Terminate,15,1
- ;
- ; strings which will be shown in _every_ logfile in the selected
- ; color if they appear.
- ; Same syntax as HIGHLIGHT_IF
- ; (max. 20 entrys; unreg. 2)
- ;
- HIGHLIGHT CONNECT,15,0
- HIGHLIGHT ERROR,14,4
- ;
- ; Name of the file which should be touched (updated) in your
- ; semaphore directory (SEMA), to force the mailer to rescan its
- ; outbound directory.
- ; FrontDoor: FDRESCAN.NOW
- ; MainDoor: MDRESCAN.NOW
- ; Binkley: BTRESCAN.NOW
- ; McMail:
- ; NOTE: T-MAIL doesn't use hardcoded rescan-semaphores.
- ; So you should use the same filename as in T-MAIL.CTL
- ;
- RESCAN_SEMA MDRESCAN.NOW
- ;
- ; Should SHOW-LOG show the names of online users instead of
- ; 'Online-User'
- ;
- SHOW_USER YES
- ;
- ; Should SHOW-LOG use a fast and small index, reading the logfiles?
- ; (see SHOWL.DOC for more details)
- ;
- USE_INDEX YES
- ;
-
-
-