home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / FAP100.ZIP / FAP.CFG < prev    next >
Text File  |  1992-08-13  |  4KB  |  92 lines

  1. ;File Announcer for Points configuration file.
  2. ;All lines that start with a ; are ignored.
  3.  
  4. ;The NetFile option tells FAP where to look for new files.  You can
  5. ;enter up to 32 of these.  Duplicates will be ignored.
  6. NetFile d:\modem\bbs\file
  7.  
  8. ;The FileExclude verb tells FAP where to find the list of files to
  9. ;exclude from new file scanning.  This file holds the full path and file name
  10. ;of any file that has been scanned by FAP.  If a file is found in a
  11. ;directory and is in the FileExclude file, it is not announced.  You can
  12. ;manually edit this file with a text editor.  The default is EXCLUDE.DAT
  13. FileExclude EXCLUDE.DAT
  14.  
  15. ;The Area verb tells the FAP where to put the file announcements.  It should
  16. ;point to a Squish or .MSG style base.  NOTE: This message base must already
  17. ;exist or it will not work.  THIS MUST BE INCLUDED.  THERE IS NO DEFAULT!
  18. Area d:\msgs\cvpfiles
  19.  
  20. ;The NumberAnnounce verb tells you how many files announcements will go in
  21. ;each message.  The default is 3.  If there are more than the number
  22. ;specified, it will be broken into multiple messages.  You cannot have more
  23. ;than 32 files per message.  Any number greater will be reset to 32.
  24. ;The larger the number, the less FAP has to shell to DOS so FAP will run
  25. ;a lot faster if you get many files in one transfer.
  26. NumberAnnounce 3
  27.  
  28. ;The AreaType verbs tell FAP what message area to support.  Right now,
  29. ;FAP supports Squish and MSG bases.  Put the word Squish after AreaType
  30. ;to use Squish style bases.  Put the word MSG after the AreaType to use
  31. ;MSG type bases.  Squish is the default
  32. AreaType Squish
  33.  
  34. ;The AddressFrom verb is to define the address the message is from.  This
  35. ;MUST be included if there is no AddressTo verb.
  36. AddressFrom 1:163/305.30
  37.  
  38. ;The AddressTo verb is to define the address the message is from.  This
  39. ;MUST be included if there is no AddressFrom verb.
  40. AddressTo 1:163/305.30
  41.  
  42. ;The FAPTempFile verb points to the temp file.  The default is NEWFILE.FAP.
  43. ;The temp file simply stores the text that will go into the file
  44. ;announcement message.  If a file by the name given already exists, it will
  45. ;be erased.
  46. FAPTempFile NEWFILE.FAP
  47.  
  48. ;The MAKEMSGTempFile verb points to the temp file that FAP makes for
  49. ;MAKEMSG.  The default is MSGMK.CFG.  If this file already exists, it will
  50. ;be erased.
  51. MAKEMSGTempFile MSGMK.CFG
  52.  
  53. ;The From verb is what appears on the From line of the message.  FAP and then
  54. ;the version is the default.  If you want the right version number displayed,
  55. ;do not include a from line.
  56. ;From FAP v0.12ß
  57.  
  58. ;The To verb is what appears on the To line of the message.  All is the
  59. ;default.
  60. To All
  61.  
  62. ;The Subject verb is what appears on the Subject line of the message.
  63. ;"New Files" is the default.  (without the surrounding quotes).  In all
  64. ;messages (after the subject) there will be a set of square brackets that
  65. ;hold the number of messages that have been announced.
  66. Subject New Files
  67.  
  68. ;The OriginLine verb tells FAP what to put on the Origin Line of your
  69. ;message.  DO NOT PUT YOUR ADDRESS HERE.  It will be added to the end
  70. ;of the Origin Line by FAP.  The default is:
  71. ;'Point System Using FAP ' + Version + ' * (' + FromAddress + ')'
  72. OriginLine Carp Valley Point * Carp, Ontario
  73.  
  74. ;The AutoUpdate verb tells FAP that the EXCLUDE.DAT file will be automatically
  75. ;updated.  This means if there is a file in a directory listed in the
  76. ;EXCLUDE.DAT file and it is later deleted, it will also be removed from the
  77. ;EXCLUDE.DAT next time FAP runs.  AutoUpdate can be Yes or No.  The default
  78. ;is Yes.
  79. AutoUpdate Yes
  80.  
  81. ;The TICAnnounce verb tells FAP if it should read into TIC files and
  82. ;announce the files that appear in them.  Valid options are Yes and No.  The
  83. ;default is Yes.
  84. TICAnnounce Yes
  85.  
  86. ;The RSPAnnounce verb tells FAP if it should convert files with the RSP
  87. ;extension into a message.  Valid options are Yes and No.  The default is
  88. ;Yes.  Sometimes when you file request a file from a BBS but you get the
  89. ;password wrong or the file cannot be found, they BBS will return a RSP file.
  90. ;FAP will post this file to you message base.
  91. RSPAnnounce Yes
  92.