home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
com
/
bbs
/
fan
/
fan.cfg
next >
Wrap
Text File
|
1992-09-19
|
10KB
|
329 lines
;
; FAN (File Announcement Utility) Configuration file
; ----------------------------------------------------------------------
; The following commands MUST be defined.
; ======================================================================
Address 1:170/110.0 ; Primary default node address in
; [<zone>]:<net>/<node>[.<point>] format.
; Zone defaults to 1, point to 0 if not
; specified.
InboundPath c:\binkley\inbound ; Incoming files and mail directory
; The following commands are optional.
; ======================================================================
OriginLine LiveNet! Tulsa's OS/2 Warehouse. 918-481-5715
; If OriginLine is not specified, it
; will default to:
; * Origin: (Zone:Net/Node)
NoQuiet ; [No]Quiet - Prevents output to
; standard out (the screen, normally)
; except for the logo.
TossLogFile c:\bbs\fan\fantoss.log ; If .PKT's are created, the tag name
; for each message area will be added to
; this file. This file name can
; then be used for many tosser/scanner
; programs.
;
; Month names
;
; The month names are used both in the log file and announcement text. To
; accomodate different languages, they can be defined here. If not defined,
; the english 3 letter month abbreviates will be used. Each month name
; must be separted by a comma or space, and must be declared all on one
; line. Only one list should be defined.
;
Months Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
; Months Jan, Fév, Mar, Avr, Mai, Jun, Jui, Aoû, Sep, Oct, Nov, Déc
; If FILESBBS_FileName is defined, then this file will also be searched
; for new incoming files to announce, in addition to any .TIC files in the
; inbound directory. The format of each line in the FILESBBS file is:
;
; FileName FileDescription
;
; FILESBBS_Files is the directory in which the actual files reside.
;
; FILESBBS_AnnounceName is the name to use in the Announcement
; Definition below when referring to new files found in the Files.BBS.
;
; If this option is used, ALL FILESBBS_xxxxx statements must be
; defined, and in the order of _FileName, _Files, and then _AnnounceName.
;
; Up to 40 Files.BBS files may be defined.
FILESBBS_FileName c:\max\files\os2new\files.bbs
FILESBBS_Files c:\max\files\os2new
FILESBBS_AnnounceName LIVENETOS2
FILESBBS_FileName c:\max\files\newup\files.bbs
FILESBBS_Files c:\max\files\newup
FILESBBS_AnnounceName NEWGENFILES
; AnnounceList contains a list of all the files that have been announced,
; one file name per line.
;
; It is a good idea to define this if using FILESBBS statement. It
; will be checked to prevent duplicate announcements if you haven't had
; a chance to move the files from your "newup" areas since the last
; run of FAN.
;
; It can be deleted periodically if it grows too large.
AnnounceList c:\bbs\fan\announce.lst
;
; Logging definitions
;
; Log messages are ranked between 1 to 4, where 1 is the most important
; type of message (usually a fatal error of some sort), and 4 is the
; most extraneous (an informational message of some sort). This gives
; you control over how verbose to make the status log.
;
; Each message in the log file is preceded by a special symbol indicating
; it's level of importance as follows:
;
; LogLevel Characters That Precede Included Entries
;
; 1 !
; 2 *
; 3 +
; 4 :
;
Log ; [No]Log - Log process information to log
; file
LogLevel 4 ; Level of logging where 1 is the most minimal
; amount of information, and 4 is the most
; detailed.
LogFile c:\bbs\logs\fan.log ; Name of the log file (MUST be defined to
; use the logging feature.) There is no
; default.
;
; The following templates can be defined to act as default values for all
; Announcement Definitions, or they can be individually specifed in
; each Announcement Definition below.
;
; Templates can be used to customize the actual appearance of the
; announcement. Various macros can be used in the template itself.
;
; Valid macros for all templates (PREFIX, FILE, and SUFFIX) are as follows:
;
; %d : the current date of the announcement (in "DD MMM YY" format)
; %t : the current time of the announcement (in "HH:MM:SS" format)
;
; Valid macros for the FILE prefix are as follows:
;
; %f : the name of the file received
; %b : the size of the file in bytes
; %k : the size of the file in Kilobytes
; %a : the file distribution area tag name
; %o : the address where the file originated
; %x : the complete description of the file (can be up to 1024 characters)
;
; The description can also include a left and right margin in the following
; format:
;
; %[left_margin:right_margin]x
;
; For example--if you defined the following:
;
; Description: %13:78x
;
; The descriptive line(s) would format the text so that it would be aligned
; on the 13th character position for the left margin, and automatically wrap
; words before the right margin of the 78th character position. This
; enhances the readability of the description for long file descriptions.
;
; The above example would appear as follows:
;
; Description: This is a file description that is so long that it will wrap
; around to the left margin.
;
; See the included file LOCAL.TPL for an example of actual usage.
;
PrefixTemplate PREFIX.TPL ; Template used at beginning of message
FileTemplate FILE.TPL ; Template used to announce each
; specific file received
; SuffixTemplate SUFFIX.TPL ; Template used at end of message
; Specific Announcenment Area Definitions
; ======================================================================
; Each announcement definition starts with "AreaName". Each definition is
; fully self contained, and does not relate to other definitions in any
; way.
;
; Defaults values are as follows:
;
; AreaAddress : [Default Primary Address defined at top of file]
; From : File Announcer
; To : All
; Subj : Files received for distribution
; Attributes : L
;
; Attributes can be any combination of the following:
;
; P = Private
; C = Crash
; H = Hold
; K = Kill/Sent
; L = Local
;
; Do not separate attributes with spaces. For example, to mark a message
; as Hold, Private, and Local, use "HPL". Order is not significant.
;
; Some tosser/scanners need the Local flag set to indicate that the
; message originated from your machine.
;
;
; Announcements for Sysop170
; --------------------------
AreaName SYSOP170
From Dave Fisher
To All Net 170 Sysops
Subj New OS/2 files received via OS2NEW (Fernwood)
Attributes L
SuffixTemplate SYSOP170.TPL
Announce OS2NEW
; Other OS/2 files I pull in
AreaName SYSOP170
From Dave Fisher
To All Net 170 Sysops
Subj New OS/2 files received for distribution
Attributes L
Announce LIVENETOS2
; ibmNET files
AreaName SYSOP170
From Dave Fisher
To All Net 170 Sysops
Subj New OS/2 files received via ibmNET
Attributes L
Announce GENERAL OS2BASE OS2DBM OS2LAN OS2COM SOFTANNC HARDANNC
Announce OS2PROG OS2REXX HOTNEWS
;
; Announcements for Tulsa-Files
; -----------------------------
AreaName TULSA-FILES
From Dave Fisher
To All Tulsa Sysops
Subj New OS/2 files received via OS2NEW (Fernwood)
Attributes L
Announce OS2NEW
; Other OS/2 files I pull in
AreaName TULSA-FILES
From Dave Fisher
To All Tulsa Sysops
Subj New OS/2 files received for distribution
Attributes L
Announce LIVENETOS2
; ibmNET files
AreaName TULSA-FILES
From Dave Fisher
To All Tulsa Sysops
Subj New OS/2 files received via ibmNET
Attributes L
Announce GENERAL OS2BASE OS2DBM OS2LAN OS2COM SOFTANNC HARDANNC
Announce OS2PROG OS2REXX HOTNEWS
;
; Local announcement area
; -----------------------
AreaName LOCAL
From Dave Fisher
To All
Subj New file(s) received via SDS/SDN
Attributes L
Announce SDSMAX SDSOS2 SDSBINK SDSFIDO NEWSLETR
Announce PDNOS2 PDNNEWS PDNCEE
; Fernwood and other OS/2 files
AreaName LOCAL
From Dave Fisher
To All
Subj New OS/2 files available for downloading
Attributes L
FileTemplate LOCAL.TPL
Announce OS2NEW LIVENETOS2
; ibmNET files
AreaName LOCAL
From Dave Fisher
To All
Subj New OS/2 files received via ibmNET
Attributes L
Announce GENERAL OS2BASE OS2DBM OS2LAN OS2COM SOFTANNC HARDANNC
Announce OS2PROG OS2REXX HOTNEWS
; ibmNET private file area
AreaName LOCAL
From Dave Fisher
To All
Subj ibmNET private files received
Attributes LP
Announce IBMNET
; General files
AreaName LOCAL
From Dave Fisher
To All
Subj Newly uploaded general files
Attributes L
FileTemplate LOCAL.TPL
Announce NEWGENFILES