home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / algen121.lzh / ALGEN.CFG next >
Text File  |  1993-09-25  |  6KB  |  157 lines

  1. ; ALGEN v1.21 - (c)1992 Richard Butler - EUROPA Software
  2. ;
  3. ; (Lines in your config file prefaced by a ; are for comments only)
  4. ;
  5. ;----------------------------------------------------------------------------
  6. ;Your system name
  7. ;----------------------------------------------------------------------------
  8.  
  9. System          EUROPA
  10.  
  11. ;----------------------------------------------------------------------------
  12. ;Days old to qualify as NEW files
  13. ;Default 14
  14. ;----------------------------------------------------------------------------
  15.  
  16. NewDays         14
  17.  
  18. ;----------------------------------------------------------------------------
  19. ;drive:\path\filename.ext of your output file for your FILE LIST
  20. ;(required)
  21. ;----------------------------------------------------------------------------
  22.  
  23. FileList        EUROPAFL.LST
  24.  
  25. ;----------------------------------------------------------------------------
  26. ;drive:\path\filename.ext of your output file for your NEW FILE LIST
  27. ;(optional)
  28. ;----------------------------------------------------------------------------
  29.  
  30. NewFileList     NEWFILES.LST
  31.  
  32. ;----------------------------------------------------------------------------
  33. ;drive:\path\filename.ext of your header file for your FILE LIST
  34. ;(optional)
  35. ;----------------------------------------------------------------------------
  36.  
  37. Header          ALGEN.HDR
  38.  
  39. ;----------------------------------------------------------------------------
  40. ;drive:\path\filename.ext of your header file for your NEW FILE LIST
  41. ;(optional)
  42. ;----------------------------------------------------------------------------
  43.  
  44. NewHeader       ALGEN.HDR
  45.  
  46. ;----------------------------------------------------------------------------
  47. ;STRIPFLAGS tells ALGEN not to display flags found at the beginning of a
  48. ;file description
  49. ;----------------------------------------------------------------------------
  50.  
  51. StripFlags
  52.  
  53. ;----------------------------------------------------------------------------
  54. ;NOIBMCHARS tells ALGEN not to use IBM characters in it's FILE LIST output
  55. ;----------------------------------------------------------------------------
  56.  
  57. ;NoIBMchars
  58.  
  59. ;----------------------------------------------------------------------------
  60. ;
  61. ;     Begins with the keyword AREAINCLUDE and ends with the keyword END
  62. ;        contains 1 line per area you have a files.bbs file on and
  63. ;        want ALGEN to process.  The data is in this format...
  64. ;
  65. ;         drive:\path\ YOUR TITLE TEXT
  66. ;
  67. ;       If you want to use a different file list other than the normal
  68. ;        files.bbs (ie for cd rom use), just put the complete path and
  69. ;         filename after your title but separate it with a carat like this...
  70. ;
  71. ;         drive:\path\ YOUR TITLE TEXT^drive:\path\files_bbs_name.ext
  72. ;
  73. ;-----------------< your paths and titles follow here >----------------------
  74.  
  75. ;AreaInclude
  76. ;
  77. ;        d:\file\os2apps OS/2 Apps
  78. ;        d:\file\os2bbs OS/2 BBS & Mailers
  79. ;        d:\file\comm OS/2 Communications
  80. ;        d:\file\os2info OS/2 Information
  81. ;        d:\file\os2util OS/2 Utilities
  82. ;        d:\file\os2drive OS/2 Drivers & Fixes
  83. ;        d:\file\os2prog OS/2 Programming
  84. ;        d:\file\pdncee C/C++ Files
  85. ;        d:\file\os2new OS/2 New Files
  86. ;        d:\file\uncheck Unchecked Uploads
  87. ;        e:\ ShareWare CD-ROM^c:\max\cd_rom.lst
  88. ;
  89. ;END
  90.  
  91. ;----------------------------------------------------------------------------
  92. ;MAXAREAS tells ALGEN to use your Maximus AREA.DAT file. It should be
  93. ;followed by a fully qualified path, ie. C:\MAX\AREA.DAT
  94. ;----------------------------------------------------------------------------
  95.  
  96. MaxAreas        C:\Max\Area.Dat
  97.  
  98. ;----------------------------------------------------------------------------
  99. ;     Begins with the keyword AREAEXCLUDE and ends with the keyword END
  100. ;     Each line will contain 1 area name (as defined in your Maximus
  101. ;     Filearea.Ctl) that you wish to exclude from your file list.
  102. ;----------------------------------------------------------------------------
  103.  
  104. ;AreaExclude
  105. ;
  106. ;        1
  107. ;        2
  108. ;        16
  109. ;        4
  110. ;
  111. ;END
  112.  
  113. ;----------------------------------------------------------------------------
  114. ;SHOWMAXNAMES tells ALGEN to include Max's area names in the file area
  115. ;description
  116. ;----------------------------------------------------------------------------
  117.  
  118. ;ShowMaxNames
  119.  
  120. ;----------------------------------------------------------------------------
  121. ;NOEMPTYAREAS tells ALGEN not to include empty file areas in your FILE LIST
  122. ;and NEW FILE LIST
  123. ;----------------------------------------------------------------------------
  124.  
  125. NoEmptyAreas
  126.  
  127. ;----------------------------------------------------------------------------
  128. ;Number of spaces to indent each descritption line after the first one.
  129. ;This is useful if you use d/l counters in the description.
  130. ;Default is 0. Max is 16.
  131. ;----------------------------------------------------------------------------
  132.  
  133. ;Indent 6
  134.  
  135. ;----------------------------------------------------------------------------
  136. ;SHOWSUMMARY tells ALGEN to include summary information for your file areas
  137. ;at the end of your FILE LIST and NEW FILE LIST
  138. ;----------------------------------------------------------------------------
  139.  
  140. ShowSummary
  141.  
  142. ;----------------------------------------------------------------------------
  143. ;USEFIDX tells ALGEN to use Maximus's FILES.IDX and FILES.DAT to find file
  144. ;sizes and file dates. Hopefully this will be useful for users with cd rom.
  145. ;----------------------------------------------------------------------------
  146.  
  147. ;UseFIDX
  148.  
  149. ;----------------------------------------------------------------------------
  150. ;This tells ALGEN to ignore file dates > todays date when determining
  151. ;whether a file is new.
  152. ;----------------------------------------------------------------------------
  153.  
  154. IgnoreBadDates
  155.  
  156. ;----------------------------------------------------------------------------
  157.