home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / sqflo130.zip / NFA.CFG < prev    next >
Text File  |  1995-05-21  |  2KB  |  61 lines

  1. ;                     ┌───────────────────────────┐
  2. ;                     │ New files announcer setup │
  3. ;                     └───────────────────────────┘
  4. ;                This is an include file of SqFilter.Cfg
  5.  
  6. ;
  7. ; NFAScan defines which file areas should be scanned for new files. If
  8. ; no area is specified through NFAScan, the new files annoucement feature
  9. ; of SqFilter is disabled. See the 'AfxScan' keyword for a detailed syntax
  10. ; description.
  11. ;
  12. NFAScan DOS*
  13. NFAScan OS2*
  14. NFAScan Exemple
  15.  
  16. ; Maximus' area scan :
  17. NFAScan 1
  18.  
  19. ;
  20. ; NFAUnscan defines file areas not to scan from those defined within
  21. ; a previous NFAScan command.
  22. ;
  23. NFAUnScan DOSOutil
  24.  
  25. ;
  26. ; NFAAnnounce defines in which message area new files announcements
  27. ; should be made. If this area is not defined while some areas have
  28. ; been tagged with the 'NFAScan' keyword, SqFilter will halt with
  29. ; an error.
  30. ;
  31. NFAAnnounce Interest
  32.  
  33. ;
  34. ; The NFAMessageHdr template defines the header of the file annoucement
  35. ; messages.
  36. ;
  37. NFAMessageHdr
  38.      The following files recently made their way to Zlika :
  39.  
  40. EndTxt
  41.  
  42. ;
  43. ; The NFAMessageFtr template defines the footer of the file announcement
  44. ; messages
  45. ;
  46. NFAMessageFtr
  47.      These files may be freely downloaded from 10am to 7pm on weekdays.
  48. EndTxt
  49.  
  50. ;
  51. ; NFAMemoSize tells SqFilter how many announced new files should be
  52. ; remembered (so as not to re-announce them). A good value would be
  53. ; something slightly greater than the actual number of files listed
  54. ; in all your file areas.
  55. ; The default value is 1000, the maximum is 16300.
  56. ; DOS systems with low memory may experience problems with too great
  57. ; values for this parameter.
  58. ;
  59. NFAMemoSize 1000
  60.  
  61.