home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / sqflo130.zip / AFL.CFG next >
Text File  |  1995-06-18  |  2KB  |  70 lines

  1. ;                        ┌─────────────────────┐
  2. ;                        │ Files listing setup │
  3. ;                        └─────────────────────┘
  4. ;                 This is an include file of SqFilter.Cfg
  5.  
  6. ;
  7. ; The AFLFileHdr template is the header that will be put at the
  8. ; beginning of the files listing.
  9. ;
  10. AFLFileHdr
  11.                 ╔══════════════════════════════════════╗
  12.                 ║ List of all available files on Zlika ║
  13.                 ╚══════════════════════════════════════╝
  14. EndTxt
  15.  
  16. ;
  17. ; The AFLFileFtr template is the footer that will be apended at the end
  18. ; of the files listing.
  19. ;
  20. AFLFileFtr
  21.  
  22.                                   ────
  23.  
  24. System total        : {AreasFileCount} files, {AreasFileSize(m)}Mb
  25.  
  26. Average file date   : {AreasFileAvgDate}
  27.                            
  28.                                   ────
  29.  
  30.                  These files may be freely downloaded.
  31.  
  32.               Zlika is open from 10am to 7pm on weekdays,
  33.                           at +33 1 47 74 87 23
  34.  
  35.                           Home BBS of SqFilter
  36. EndTxt
  37.  
  38. ;
  39. ; The AFLAreaHdr template is used to separate file areas in the files
  40. ; listing.
  41. ;
  42. AFLAreaHdr
  43. Area : {FileAreaTag} - {FileAreaDesc}
  44.  
  45. EndTxt
  46.  
  47. ;
  48. ; The AFLAreaFtr template is used at the end of a file area in the files
  49. ; listing.
  50. ;
  51. AFLAreaFtr
  52. Total for {FileAreaTag} : {FileAreaCount} file(s), {FileAreaSize(k)}kb.
  53.  
  54. EndTxt
  55.  
  56.  
  57. ;
  58. ; AFLScan tells SqFilter which file areas will be included in the
  59. ; files listing.
  60. ;
  61. AFLScan *
  62.  
  63. ;
  64. ; AllFilesListing tells SqFilter the name of the file to which it
  65. ; will list the files. There is no default for this keyword ; if it
  66. ; is not used, no files listing is generated.
  67. ;
  68. AllFilesListing e:\Lora\Files\Allfiles.Lst
  69.  
  70.