home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / cfg / allfiles.cfg < prev    next >
Encoding:
Text File  |  1998-10-06  |  2.0 KB  |  146 lines

  1.  
  2.  
  3. ;====(  Trion AllFiles Configuration File )=====
  4.  
  5.  
  6. ;; methode of sorting the list , can be 'ALPHA' or 'CHRONO'
  7.  
  8. SORT  ALPHA
  9.  
  10. ;; type ALLFILES or NEWFILES
  11.  
  12. TYPE ALLFILES
  13.  
  14. ;; number of days scanning back with newfiles 
  15.  
  16. DAYS 14
  17.  
  18. ;; Area to Add this AllFiles to
  19.  
  20. AREA  5
  21.  
  22. ;; Description in the BBS filecatalog
  23.  
  24. DESC  "AllFiles of this BBS"
  25.  
  26. ;; filename and archive name of the allfiles
  27.  
  28. NAME   "ALLFILES.TXT"
  29. ARC    "ALLFILES.LHA"
  30.  
  31. ;; Temporary directory to make file and archive
  32.  
  33. TEMP   "RAM:"
  34.  
  35. ;; How to archive this allfiles
  36. ;;  %a = archive  ,  %t = allfiles text
  37.  
  38. ARCHIVER   "Lha -q -N -m a %a %t"
  39.  
  40. ;; Wich sections to Add to this AllFiles
  41.  
  42. SECTIONS   3-5 , 12-14 , 20-35
  43. SECTIONS   60-73
  44.  
  45. ;; End of this allfiles
  46.  
  47. END
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. ;; methode of sorting the list , can be 'ALPHA' or 'CHRONO'
  56.  
  57. SORT  ALPHA
  58.  
  59. ;; type ALLFILES or NEWFILES
  60.  
  61. TYPE NEWFILES
  62.  
  63. ;; number of days scanning back with newfiles 
  64.  
  65. DAYS 14
  66.  
  67. ;; Area to Add this AllFiles to
  68.  
  69. AREA  5
  70.  
  71. ;; Description in the BBS filecatalog
  72.  
  73. DESC  "newfiles of the last 14 days of this BBS"
  74.  
  75. ;; filename and archive name of the allfiles
  76.  
  77. NAME   "NEWFILES.TXT"
  78. ARC    "NEWFILES.LHA"
  79.  
  80. ;; Temporary directory to make file and archive
  81.  
  82. TEMP   "RAM:"
  83.  
  84. ;; How to archive this allfiles
  85. ;;  %a = archive  ,  %t = allfiles text
  86.  
  87. ARCHIVER   "Lha -q -N -m a %a %t"
  88.  
  89. ;; Wich sections to Add to this AllFiles
  90.  
  91. SECTIONS   3-5 , 12-14 , 20-35
  92. SECTIONS   60-73
  93.  
  94. ;; End of this allfiles
  95.  
  96. END
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. ;; methode of sorting the list , can be 'ALPHA' or 'CHRONO'
  105.  
  106. SORT  ALPHA
  107.  
  108. ;; type ALLFILES or NEWFILES
  109.  
  110. TYPE ALLFILES
  111.  
  112. ;; number of days scanning back with newfiles 
  113.  
  114. DAYS 14
  115.  
  116. ;; Area to Add this AllFiles to
  117.  
  118. AREA  9
  119.  
  120. ;; Description in the BBS filecatalog
  121.  
  122. DESC  "AllFiles of TRION files"
  123.  
  124. ;; First part of filename of this Allfiles
  125.  
  126. NAME  TALLFILES.TXT
  127. ARC   TALLFILES.LHA
  128.  
  129. ;; Temporary directory to make file and archive
  130.  
  131. TEMP   "RAM:"
  132.  
  133. ;; How to archive this allfiles
  134. ;;  %a = archive  ,  %t = allfiles text
  135.  
  136. ARCHIVER   "Lha -q -N -m a %a %t"
  137.  
  138. ;; Wich sections to Add to this AllFiles
  139.  
  140. SECTIONS   9
  141.  
  142. ;; End of this allfiles
  143.  
  144. END
  145.  
  146.