home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bbs2html.zip / bbs2html.cfg < prev    next >
Text File  |  1999-04-26  |  2KB  |  67 lines

  1. ; BBS2HTML.CFG
  2. ; Configuration file for BBS2HTML index file converter
  3. ; Written for version 1.4.3-1.4.4
  4. ;=====================================================
  5. ;; Marked with * - required
  6.  
  7. ;;--COMMON DIRECTIVES----------------------------------------------------
  8. ;; Result index file name and template
  9. ;;*IndexName=<result_name> <header> <footer>
  10. IndexFile=INDEX.HTM HEADER.HTM FOOTER.HTM
  11.  
  12. ;; XLAT=<file>,[!] - Translation, ! - use back recoding.
  13. ;XLAT=1251-866.TAB,!
  14.  
  15. ;; Sort=None|Name|Size|Time[,DirFirst|NoDirFirst] - sorting type
  16. ;; Warning! - "None" are special mode, using less memory, but
  17. ;; as result - some troubles, for example - if file commented twice -
  18. ;; it use FIRST vs. LAST description.
  19. ;; Default: Sort=Name,DirFirst
  20. Sort=Name,DirFirst
  21.  
  22. ;; TimeFormat=<format>
  23. ;; Time format: Hour, miNutes, Seconds, Day, Month, Year, AM/PM
  24. ;; Default - HH:NN-DD.MM.YY
  25. TimeFormat=HH:NNAM/PM-DD.MM.Y
  26.  
  27. ;;*Descriptions=<file> - files with descriptions (files.bbs, 2html.bbs,
  28. ;; descript.ion, 00index.txt
  29. Descriptions=FILES.BBS
  30. ;;
  31. ;;--START OF DESCRIPTION-------------------------------------------------
  32. ;;--NEXT DIRECTIVES ONLY RELATED TO LAST DESCRIPTIONS--------------------
  33. ;;
  34. ;; Master=Y|N - file is autoritative listing for directory. If one of
  35. ;; "master" files present in directory - all subdirectories, not listed
  36. ;; in descriptions files will be ignored (if "ListALL" is OFF).
  37. ;; Default is OFF.
  38. Master=Y
  39. ;; SkipFiels=<n1>[,<n2] - fields to skip before and after name
  40. SkipFiels=0,0
  41. ;; Mutiline=<string>{[,<string>]} - multiline descriptions start string.
  42. ;; Keyword SPACE - any space characters. Default - no multiline descriptions.
  43. Multiline=Space," >","+","                               |"
  44. ;; Translate=Y|N - translate special characters (disable if descriptions are
  45. ;; alredy HTML). Default ON.
  46. Translate=Y
  47. ;; XLAT for this description source
  48. ;XLAT=1251-866.TAB,!
  49. ;; OEM=Y|N - (Win32 target) - source file is in OEM codepage. If Y -
  50. ;; translating to ANSI (DOS->WINDOWS codepage). Default - ON.
  51. OEM=Y
  52. ;;--END OF DESCRIPTION---------------------------------------------------
  53.  
  54. ;;--OTHER DESCRIPTIONS---------------------------------------------------
  55.  
  56. Descriptions=2HTML.BBS
  57. Multiline=Space
  58. Translate=N
  59.  
  60. Descriptions=DESCRIPT.ION
  61.  
  62. ;; OS2EA=<EA_name> OS2 extended attribute descriptions (DOS & OS2 target)
  63. ;; Slow down! Use only if needed.
  64. ;OS2EA=".SUBJECT"
  65.  
  66.  
  67.