home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / bbs_oth / fan_110.zip / FAN.CFG next >
Text File  |  1992-05-29  |  9KB  |  239 lines

  1. ;
  2. ; FAN (File Announcement Utility) Configuration file
  3. ; ----------------------------------------------------------------------
  4.  
  5. ; The following commands MUST be defined.
  6. ; ======================================================================
  7.  
  8. Address         1:170/110.0         ; Primary default node address in
  9.                                     ; [<zone>]:<net>/<node>[.<point>] format.
  10.                                     ; Zone defaults to 1, point to 0 if not
  11.                                     ; specified.
  12.  
  13. InboundPath     c:\binkley\inbound  ; Incoming files and mail directory
  14.  
  15. ; The following commands are optional.
  16. ; ======================================================================
  17.  
  18. OriginLine      LiveNet!  Tulsa's OS/2 Warehouse.  918-481-5715
  19.                                         ; If OriginLine is not specified, it
  20.                                         ; will default to:
  21.                                         ;   * Origin: (Zone:Net/Node)
  22.  
  23. NoQuiet                                 ; [No]Quiet - Prevents output to
  24.                                         ; standard out (the screen, normally)
  25.                                         ; except for the logo.
  26.  
  27. TossLogFile     c:\bbs\fan\fantoss.log  ; If .PKT's are created, the tag name
  28.                                         ; for each message area will be added to
  29.                                         ; this file.  This file name can
  30.                                         ; then be used for many tosser/scanner
  31.                                         ; programs.
  32.  
  33. FILESBBS_FileName       c:\max\files\os2new\files.bbs
  34. FILESBBS_Files          c:\max\files\os2new
  35. FILESBBS_AnnounceName   NEWOS2FILES
  36.  
  37. FILESBBS_FileName       c:\max\files\newup\files.bbs
  38. FILESBBS_Files          c:\max\files\newup
  39. FILESBBS_AnnounceName   NEWGENFILES
  40.                                         ; If FILESBBS_FileName is defined,
  41.                                         ; then this file will also be searched
  42.                                         ; for new incoming files to announce,
  43.                                         ; in addition to any .TIC files in the
  44.                                         ; inbound directory.  The format of
  45.                                         ; the FILESBBS file is:
  46.                                         ;   FileName FileDescription
  47.                                         ;
  48.                                         ; FILESBBS_Files is the directory
  49.                                         ; in which the actual files reside.
  50.                                         ;
  51.                                         ; FILESBBS_AnnounceName is the name
  52.                                         ; to use in the Announcement
  53.                                         ; Definition below when referring to
  54.                                         ; new files found in the Files.BBS.
  55.                                         ;
  56.                                         ; If this option is used, ALL
  57.                                         ; FILESBBS_xxxxx statements must be
  58.                                         ; defined, and in the order of
  59.                                         ; FileName first, Files, and then
  60.                                         ; AnnounceName.
  61.                                         ;
  62.                                         ; Up to 20 Files.BBS files may be
  63.                                         ; defined.
  64.  
  65. AnnounceList    c:\bbs\fan\announce.lst ; This file contains a list of all
  66.                                         ; the files that have been announced,
  67.                                         ; one file name per line.
  68.                                         ;
  69.                                         ; It is a good idea to define this
  70.                                         ; if using FILESBBS statement.  It
  71.                                         ; will be checked to prevent duplicate
  72.                                         ; announcements if you haven't had
  73.                                         ; a chance to move the files from
  74.                                         ; your "newup" areas since the last
  75.                                         ; run of FAN.
  76.                                         ;
  77.                                         ; It can be deleted periodically if
  78.                                         ; it grows too large.
  79.  
  80. ;
  81. ; Logging definitions
  82. ;
  83. ; Log messages are ranked between 1 to 4, where 1 is the most important
  84. ; type of message (usually a fatal error of some sort), and 4 is the
  85. ; most extraneous (an informational message of some sort).  This gives
  86. ; you control over how verbose to make the status log.
  87. ;
  88. ; Each message in the log file is preceded by a special symbol indicating
  89. ; it's level of importance as follows:
  90. ;
  91. ;       LogLevel  Characters That Precede Included Entries
  92. ;
  93. ;           1      !
  94. ;           2      *
  95. ;           3      +
  96. ;           4      :
  97. ;
  98.  
  99. Log                             ; [No]Log - Log process information to log
  100.                                 ; file
  101.  
  102. LogLevel    4                   ; Level of logging where 1 is the most minimal
  103.                                 ; amount of information, and 4 is the most
  104.                                 ; detailed.
  105.  
  106. LogFile c:\bbs\logs\fan.log     ; Name of the log file (MUST be defined to
  107.                                 ; use the logging feature.)  There is no
  108.                                 ; default.
  109.  
  110. ;
  111. ; The following templates can be defined to act as default values for all
  112. ; Announcement Definitions, or they can be individually specifed in
  113. ; each Announcement Definition below.
  114. ;
  115. ; Templates can be used to customize the actual appearance of the
  116. ; announcement.  Various macros can be used in the template itself.
  117. ;
  118. ; Valid macros for all templates (PREFIX, FILE, and SUFFIX) are as follows:
  119. ;
  120. ;   %d  : the current date of the announcement (in "DD MMM YY" format)
  121. ;   %t  : the current time of the announcement (in "HH:MM:SS" format)
  122. ;
  123. ; Valid macros for the FILE prefix are as follows:
  124. ;
  125. ;   %f  : the name of the file received
  126. ;   %b  : the size of the file in bytes
  127. ;   %k  : the size of the file in Kilobytes
  128. ;   %a  : the file distribution area tag name
  129. ;   %o  : the address where the file originated
  130. ;   %x  : the complete description of the file (can be up to 1024 characters)
  131. ;
  132.  
  133. PrefixTemplate  PREFIX.TPL          ; Template used at beginning of message
  134. FileTemplate    FILE.TPL            ; Template used to announce each
  135.                                     ; specific file received
  136. ; SuffixTemplate  SUFFIX.TPL        ; Template used at end of message
  137.  
  138.  
  139. ; Specific Announcenment Area Definitions
  140. ; ======================================================================
  141.  
  142. ; Each announcement definition starts with "AreaName".  Each definition is
  143. ; fully self contained, and does not relate to other definitions in any
  144. ; way.
  145. ;
  146. ; Defaults values are as follows:
  147. ;
  148. ;   From:   File Announcer
  149. ;   To  :   All
  150. ;   Subj:   Files received for distribution
  151. ;   Attr:   L
  152. ;
  153. ; Attributes can be any combination of the following:
  154. ;
  155. ;       P = Private
  156. ;       C = Crash
  157. ;       H = Hold
  158. ;       K = Kill/Sent
  159. ;       L = Local
  160. ;
  161. ; Do not separate attributes with spaces.  For example, to mark a message
  162. ; as Hold, Private, and Local, use "HPL".  Order is not significant.
  163. ;
  164. ; Some tosser/scanners need the Local flag set to indicate that the
  165. ; message originated from your machine.
  166. ;
  167.  
  168. ;
  169. ; Announcements for Sysop170
  170. ; --------------------------
  171.  
  172. AreaName        SYSOP170
  173.  
  174. From            Dave Fisher
  175. To              All Net 170 Sysops
  176. Subj            New OS/2 files received via OS2NEW (Fernwood)
  177. Attributes      L
  178.  
  179. SuffixTemplate  SYSOP170.TPL
  180.  
  181. Announce        OS2NEW
  182.  
  183. ;
  184. ; Other OS/2 files I pull in
  185. ;
  186.  
  187. AreaName        SYSOP170
  188.  
  189. From            Dave Fisher
  190. To              All Net 170 Sysops
  191. Subj            New OS/2 files received for distribution
  192. Attributes      L
  193.  
  194. Announce        NEWOS2FILES
  195.  
  196. ;
  197. ; Local announcement area
  198. ; -----------------------
  199.  
  200. AreaName        SDS
  201.  
  202. From            Dave Fisher
  203. To              All
  204. Subj            The latest file(s) received via SDS/SDN
  205. Attributes      L
  206.  
  207. Announce        SDSMAX SDSOS2 SDSBINK SDSFIDO NEWSLETR
  208. Announce        PDNOS2 PDNNEWS PDNCEE
  209.  
  210. ;
  211. ; Local announcement area
  212. ; -----------------------
  213.  
  214. AreaName        LOCAL
  215.  
  216. From            Dave Fisher
  217. To              All
  218. Subj            New OS/2 files available for downloading
  219. Attributes      L
  220.  
  221. FileTemplate    LOCAL.TPL
  222.  
  223. Announce        OS2NEW NEWOS2FILES
  224.  
  225. ;
  226. ; Local announcement area
  227. ; -----------------------
  228.  
  229. AreaName        LOCAL
  230.  
  231. From            Dave Fisher
  232. To              All
  233. Subj            Newly uploaded general files
  234. Attributes      L
  235.  
  236. FileTemplate    LOCAL.TPL
  237.  
  238. Announce        NEWGENFILES
  239.