home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #3 / CDA3.iso / comm / maxd10.zip / MAXDIR.CFG next >
Text File  |  1995-01-03  |  33KB  |  781 lines

  1. ;┌───────────────────────────────────────────────────────────────────────────┐
  2. ;│                          v.1.00                                           │
  3. ;│ █   █             ▀█▀▀▄                                                   │
  4. ;│ ██▄██ ███▌ █   █   █  █ █ █▀▀▌    CONFIGURATION FILE                      │
  5. ;│ █ █ █ █▄▄▌  ▀█▀    █  █ █ █▄▄▌                                            │
  6. ;│ █   █ █  ▌ █▀▀▀█  ▄█▄▄▀ █ █ █▄    By Wayne Boyd, Fidonet  1:153/763       │
  7. ;│                                                 Internet Vswami@ship.net  │
  8. ;│                             FreeWare Software                             │
  9. ;│                                                                           │
  10. ;│         (c) by the Hare Krishna Temple (ISKCON) of Western Canada         │
  11. ;└───────────────────────────────────────────────────────────────────────────┘
  12.  
  13. ; This is a "comment line". Comment lines begin with a semicolon (;) and are
  14. ; ignored by the MAXDIR program. Blank lines are also considered comment lines.
  15.  
  16. ; This file must be a straight vanilla ASCII file, with no high-bit characters
  17. ; and each line must end with a hard carriage return. This file is not case
  18. ; sensitive and entries can be made in upper or lower case or any combination
  19. ; thereof. This is very easy to setup, and fun to "tinker" with to improve
  20. ; the way your ALLFILES listing looks.
  21.  
  22. ; Please note also that this configuration file does NOT have complete
  23. ; documentation for all the features available. For all the features
  24. ; available, and how to use them properly, please read MAXDIR.DOC
  25.  
  26. ; ═══════════════════════════════════════════════════════════════════════════
  27. ; You should put the name of your BBS below. This is only needed if you use
  28. ; "Style Fancy" for the header boxes (see further down in the config file.)
  29. ; Please note, this particular entry, AFTER the keyword, IS case sensitive
  30. ; and will be used EXACTLY as typed. Note, if you comment this line OUT, then
  31. ; "Style Fancy" will put the area title without the BBS name, which may also
  32. ; be desirable, depending on your mood.
  33.  
  34. ;BBSName Sita and the Ring BBS
  35.  
  36. ; ═══════════════════════════════════════════════════════════════════════════
  37. ; Maximus BBS FILEAREA.CTL file name and location:
  38.  
  39. MaxAreaFile  c:\max\filearea.ctl
  40.  
  41. ; Other BBS programs use FLSEARCH
  42.  
  43. ;FLSearch c:\bbs\flsearch.ctl
  44.  
  45. ; (For more information on FLSEARCH, see the MAXDIR.DOC file and the
  46. ; FLSEARCH.CTL sample file included with MaxDir.) Also, please note, that
  47. ; even if you do NOT run Maximus, you can still setup a FILEAREA.CTL file
  48. ; following the example of the sample enclosed with the original archive of
  49. ; MaxDir.
  50.  
  51. ; ═══════════════════════════════════════════════════════════════════════════
  52. ; Access Levels NOT to be shown in the ALLFILES listing: (uncomment one or
  53. ; more of the lines below if you DON'T want them displayed). [Maximus Only]
  54.  
  55. NoAccess Hidden
  56. NoAccess Sysop
  57. NoAccess AsstSysOp
  58. NoAccess Clerk
  59. ; NoAccess Extra
  60. ; NoAccess Favoured
  61. ; NoAccess Privil
  62. ; NoAccess Worthy
  63. ; NoAccess Normal
  64. ; NoAccess Limited
  65. ; NoAccess Disgrace
  66. ; NoAccess Twit
  67. ;
  68. ; Other BBS programs:
  69.  
  70. ; Non-Maximus BBS systems: If you are running a BBS other than Maximus,
  71. ; you must use a FLSEARCH.CTL file. You should specify a numeric security
  72. ; level here. MaxDir will not display any area which has that level or
  73. ; HIGHER. See MAXDIR.DOC for details.
  74. ;
  75. ;NoAccess 20
  76. ;
  77. ; ═══════════════════════════════════════════════════════════════════════════
  78. ; YES = Do not show filebarricade areas. (Maximus BBS)
  79. ; NO  = Display filebarricade areas.
  80.  
  81. Barricade Yes
  82. ; ═══════════════════════════════════════════════════════════════════════════
  83. ; Exclude these directories from the ALLFILES listing (up to 100 lines
  84. ; allowed)
  85.  
  86. EXCLUDE d:\files\rvd
  87. EXCLUDE d:\sp
  88. ;EXCLUDE c:\max\file\private
  89. ;EXCLUDE c:\max\haribol
  90. ;EXCLUDE c:\max\freeware\maxdir
  91.  
  92. ; ═══════════════════════════════════════════════════════════════════════════
  93. ; MaximusKey is another way to exclude areas, if you use Maximus and
  94. ; filearea.ctl. This is discussed in more detail in MAXDIR.DOC.
  95.  
  96. EXCLUDE MaximusKey /1
  97. ; this will exclude any area with /1 on the fileaccess line of filearea.ctl
  98.  
  99. EXCLUDE MaximusKey /D
  100. ; this will exclude any area with /D on the fileaccess line of filearea.ctl
  101.  
  102. ; Another flavour for this whole thing is the ExcludeWithout keyword. This
  103. ; allows you to exclude areas that don't have certain keys.
  104.  
  105. ;ExcludeWithout /1
  106. ; this will exclude all areas EXCEPT those with the /1 key.
  107.  
  108. ; ══════════════════════════════════════════════════════════════════════════
  109. ; What name do you want to give to your ALLFILES file? You can also
  110. ; specify a drive and path as part of the name, if you like, if other
  111. ; than the directory from where MaxDir is run. Default name is "ALLFILES.LST"
  112.  
  113. Allfiles d:\files\uploads\FILES763.LST
  114.  
  115. ; ══════════════════════════════════════════════════════════════════════════
  116. ; Create a NEWFILE listing of this name. Comment this out if you don't want
  117. ; to create a NEWFILE listing.
  118.  
  119. NewFile d:\files\uploads\newfiles.lst
  120.  
  121. ; ══════════════════════════════════════════════════════════════════════════
  122. ; Maximus BBS sysops: Your QWK off line mail reader supports a file called
  123. ; olr\newfiles.dat. You can create this file automatically by uncommenting
  124. ; the following line. Generally the filename should be NEWFILES.DAT
  125.  
  126. OLR c:\max\olr\newfiles.dat
  127.  
  128. ; ══════════════════════════════════════════════════════════════════════════
  129. ; If you want MaxDir to wrap the line, then this should be uncommented:
  130.  
  131. Wrap
  132.  
  133. ; You may optionally specify an offset for Wrap in the range of 1 to 9. This
  134. ; means you can follow the word WRAP with a number, and this number is called
  135. ; the offset. If you set an offset of 6, for example, MaxDir will indent the
  136. ; second, third, and subsequent lines an additional 6 spaces.
  137.  
  138. ; This is quite useful if you have a download stats reporter that inserts
  139. ; data into your FILES.BBS listings. For example if you have a program
  140. ; that inserts "[  3] " (without the quotes) at the begining of each
  141. ; FILES.BBS line, you could use the offset value of 6.
  142.  
  143. ;Wrap 6
  144.  
  145. ; ══════════════════════════════════════════════════════════════════════════
  146. ; If you uncomment the Truncate keyword below, it will truncate the
  147. ; description at the 79th column, regardless of whether or not you have
  148. ; enabled Wrap. Truncate over-rides Wrap, and when this is uncommented, the
  149. ; program will NOT wrap, but will Truncate the description.
  150.  
  151. ;Truncate
  152.  
  153. ; ══════════════════════════════════════════════════════════════════════════
  154. ; MaxDir offers you three options for displaying the total number of files and
  155. ; bytes in your AllFiles list. They are as follows:
  156. ;
  157. ; Totals ALL        ;(Shows subtotals in each area, and grand totals at bottom)
  158. ;
  159. ; Totals BottomOnly ;(Shows totals only at the bottom of the AllFiles list)
  160. ;
  161. ; Totals None       ;(Don't show any totals or sub-totals in the AllFiles list)
  162.  
  163. Totals All
  164.  
  165. ; ══════════════════════════════════════════════════════════════════════════
  166. ; NoSort allows for not sorting areas. You have four options. Option 1: Sort
  167. ; everything by commenting out any and all NoSort lines. 2) Sort the ALLFILES
  168. ; output, but do not sort any of your FILES.BBS files. 3) Do not sort
  169. ; ANYTHING. 4) Sort your ALLFILES listing, and some of your FILES.BBS files,
  170. ; but do not sort specific areas from your filearea.ctl file. Read the
  171. ; MAXDIR.DOC file for specifics about the sorting logic before you uncomment
  172. ; anything here.
  173. ;
  174. ;
  175. ; Options are:
  176. ;
  177. ;   (Don't use NoSort) <─── Sort ALLFILES output and all FILES.BBS listings.
  178. ;
  179. ;   NoSort ANY         <─── Don't sort anything. (ANY and ANYTHING both work)
  180. ;
  181. ;   NoSort FILES       <─── Don't sort any FILES.BBS (FILES and FILES.BBS work)
  182. ;
  183. ;   NoSort AREA xxx    <─── Don't sort area xxx (up to 250 areas allowed)
  184. ;
  185. ;NoSort files
  186. ;
  187. ; Suppose, for example, you have an area 61 with a FileInfo line called OLD
  188. ; Ham Radio Electronics, and you have decided that you don't want to sort
  189. ; it. In your filearea.ctl file it