home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / lfb_2_4.zip / LFB.INI < prev    next >
Text File  |  1998-05-18  |  6KB  |  205 lines

  1. ;   Start of LFB configuration
  2. ;
  3.     OutFile         LEO_ALL.LST
  4. ;        Output filelist.
  5. ;
  6.     OutNew          LEO_NEW.LST
  7. ;        Output filelist with new files.
  8. ;
  9.     AreaTemplate    LFB.ARE
  10. ;        Area template
  11. ;
  12.     TitleFile       LFB.TIT
  13. ;        File with filelist header
  14. ;
  15.     FooterFile      LFB.END
  16. ;        File with filelist footer
  17. ;
  18.     AreaHeader      LFB.HDR
  19. ;        File with area header
  20. ;
  21. ;    SubAreaHeader   LFB.SUB
  22. ;        File with subsrea header
  23. ;
  24.     DirectoryList   LFB.DIR
  25. ;        File with directory list
  26. ;
  27.     ExcludeList     LFB.EXL
  28. ;        File with excluded directory list
  29. ;
  30. ;   BBSFILE         FILES.BBS
  31. ;        Here you can set an alternative file name for files descriptions,
  32. ;        f.e. DESCRIPT.ION
  33. ;    
  34.     LogFile         LFB.LOG
  35. ;        Log file
  36. ;
  37.     BDLTemplate     LFB.BDL
  38. ;        BDL template
  39. ;
  40.     DupeFile    LEO_ALL.DUP
  41. ;        Output file with possible duplicates.
  42. ;
  43.     DupeTemplate    LFB.DUP
  44. ;        Files with duplicatelist template.
  45. ;
  46.     CrackList    LFB.CRK
  47. ;        Files with CRK/XCK description templates
  48. ;
  49.     NewFileTime     7
  50. ;        Number of days for new files
  51. ;
  52.     AddNewFiles     Yes
  53. ;        Do You want o add new files to FILES.BBS
  54. ;
  55.     AddLongDesc     ' >'
  56. ;        String for long description
  57. ;
  58.     LongDescColumn  33
  59. ;        Starting position in result filelist for long description
  60. ;
  61.     DlCounter       '[--]'
  62. ;        Start string for download counter. If DLCOUNTER not specified -
  63. ;        download counter will be not added
  64. ;
  65.     DLCounterIncrease   yes
  66. ;        Recalc dlcounters with T-Mail logfiles.
  67. ;
  68.     MakeBDL     yes
  69. ;        Make best download list.
  70. ;
  71.     BDLQuantity 20
  72. ;        Maximim files in BDL (up to 20)
  73. ;
  74.     FileNotFound    '* Offline *'
  75. ;        Text for offline files
  76. ;
  77.     T-Mail-log  C:\MODEM\LOG\T-MAIL-0.LOG
  78.     T-Mail-log  C:\MODEM\LOG\T-MAIL-1.LOG
  79. ;        Path and name of T-Mail logfile. You can specify up to 10 lines.
  80. ;
  81.     NoDescription   'Description not available'
  82. ;        Text for files without FILE_ID.DIZ
  83. ;
  84.     MarkNewFiles    Yes
  85. ;        Do You want to mark new files
  86. ;
  87.     NewFilesSign     *
  88. ;        Letter for new files marking
  89. ;
  90.     SortFiles       Yes
  91. ;        Do You want to sort files when they added
  92. ;
  93.     SkipEmpty       Yes
  94. ;        Skip empty areas in filelist
  95. ;
  96.     LongNameSkipLine  Yes
  97.     DLCounterSkipLIne Yes
  98. ;        Start writing file description from new line, if file name more then
  99. ;        12 symbols or if download counter exist.
  100. ;
  101. ;   LongDescOneLine   No
  102. ;        Put description of file into one line
  103. ;
  104.     PadFirstLine    Yes
  105. ;        Start first description line from LongDescColumn position
  106. ;
  107.     MakeStatistic   Yes
  108. ;        Make area statistic in the end of filelist
  109. ;
  110.     StatTemplate    LFB.STA
  111. ;        File with statistic table template
  112. ;
  113.     ExcludeFiles    FILES.*,*.BAK,*.DMP,*.IDX,*.HTM
  114. ;        Filemasks that will not be added
  115. ;
  116.     AreaLevel       0   Public Area
  117.     AreaLevel       1   Public Area
  118. ;        Levels and level names
  119. ;
  120.     DateFormat      DD-MM-YY
  121. ;        Format of file date in output list. Possible combinations with
  122. ;        MM,DD,YY,YYYY,NNN (last - month name)
  123. ;
  124. ;   GetFullMp3Info  No
  125. ;        In additional to Mp3 tags - get full info about MP3 file
  126. ;
  127. ;   KeepBbsCase  YES
  128. ;        Filenames in FILES.BBS and result filelist will be in own case (YES),
  129. ;        upper (UP), lower (LOW) case.
  130. ;
  131. ;    MakeNameOrder DUP
  132. ;        Order of trying to autoname areas during new area search.
  133. ;        Here must be combination from 3 letters:
  134. ;            D  - try to get area name from DIR.BBS in area
  135. ;            U  - try to parse area path via url mapping.
  136. ;                Example
  137. ;                    ***LFB.URL***
  138. ;                        c:\bbs ftp://ftp.fonon.kiev.ua/pub/leosoft
  139. ;                    ***new area path***
  140. ;                        C:\BBS\OS2\REXX
  141. ;                    ***resulting area name***
  142. ;                        OS2/REXX
  143. ;            P - directory name will be area name
  144. ;                    ***new area path***
  145. ;                        C:\BBS\OS2\REXX
  146. ;                    ***resulting area name***
  147. ;                        REXX
  148. ;
  149. ;    MakeHtml     yes
  150. ;        Make HTML during filelist making
  151. ;
  152. ;    MakeNewHtml     yes
  153. ;        Make HTML with new files during filelist making
  154. ;
  155. ;    HtmlPath        c:\bbs\html
  156. ;        Resulting path for HTMLs
  157. ;
  158. ;    HtmlTemplate    LFB.HTM
  159. ;        Template for ALL HTML (see followed info about LFB.HTM)
  160. ;
  161. ;    HtmlIndex       file:///C|/bbs/html
  162. ;        URL, which replace HtmlPath  in index file
  163. ;
  164. ;    ParseFile       lfb.url
  165. ;        File with path to URL translations
  166. ;
  167. ;    IconFile        lfb.icn
  168. ;        File with path to icon relations
  169. ;
  170. ;    HtmlCode    DOS
  171. ;       Convert output text to DOS,WIN or KOI chartable
  172. ;
  173. ;    HtmlExtention   html
  174. ;       Extention for resulting files
  175. ;
  176. ;    PutHtmlOffline  yes
  177. ;       Put offline iles into Html
  178. ;
  179. ;    HtmlFileNotFound "MAIL ME"
  180. ;       Text placed instead of date/size
  181. ;
  182. ;    HtmlFileNotFoundName mailto:su@fonon.kiev.ua?subject=~F
  183. ;       Reference on offline files. In such sample when user press on
  184. ;       offline file href, browser can open window with new mail for
  185. ;       request offline file from sysop. ~F - macros which will be replaced
  186. ;       with requarement file URL.
  187. ;
  188. ;    HtmlKeepCase  YES
  189. ;        Filenames in HTML files will be in own case (YES), upper (UP),
  190. ;        lower (LOW) case.
  191. ;
  192.     DOS.UnPackRar  Rar.exe e -av- -y -c-
  193.     DOS.UnPackArj  Arj.exe e -y
  194.     DOS.UnPackZip  PkUnZip.exe -o
  195.     DOS.UnPackLzh  Lha.exe e -y
  196.     DOS.UnPackHa   Ha.exe ey
  197.     OS/2.UnPackRar  Rar.exe e -av- -y -c-
  198.     OS/2.UnPackArj  UnArj.exe e
  199.     OS/2.UnPackZip  UnZip.exe -o -j -C -q
  200.     OS/2.UnPackLzh  Lha32.exe e -y
  201.     OS/2.UnPackHa   Ha2.exe ey
  202. ;        Unpackers settings
  203. ;
  204. ;   End of LFB configuration
  205.