home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bdbull.zip / BDBULL.CFG < prev    next >
Text File  |  1998-09-04  |  3KB  |  86 lines

  1. ; ----------------------------------------------------------------------------
  2. ; BDBULL Sample Config File
  3. ; ----------------------------------------------------------------------------
  4.  
  5. ; Blank lines and lines beginning with a semi-colon (;) are considered
  6. ; comments and ignored.
  7.  
  8. ; CREATEHTML - If this verb is in the config file and uncommented, BDBull
  9. ; will create an HTML file containing your bulletins as well as the MECCA
  10. ; file.
  11.  
  12. CREATEHTML
  13.  
  14. ; BBSNAME - Name of your BBS. At the moment, this is only used as the title
  15. ; of the HTML bulletin file.
  16.  
  17. BBSNAME                 Blackdeath BBS
  18.  
  19. ; MECCANAME - Path/filename of the MECCA file to create. (Not BBS! You still
  20. ; have to compile this generated file with MECCA(p)!).
  21. ; Defaults to BULLETIN.MEC in the current directory.
  22.  
  23. MECCANAME               BULLETIN.MEC
  24.  
  25. ; HTMLNAME - (Only if CREATEHTML is uncommented) Path/filename of the HTML
  26. ; file to create.
  27.  
  28. HTMLNAME                BULLETIN.HTML
  29.  
  30. ; DATEFORMAT - Format of the date you will be entering in the BDBULL.TXT file.
  31. ; Possible options;
  32. ;   MDY - Date should be entered as "MM/DD/YYYY"
  33. ;   DMY - Date should be entered as "DD/MM/YYYY"
  34. ; Note that a 4 digit year is *MANDATORY!*
  35. ; Defaults to MDY
  36.  
  37. DATEFORMAT              MDY
  38.  
  39. ; HEADCOLOR - This will be the color used for the header of the MECCA file.
  40. ; (The lines between the date and topic)
  41.  
  42. HEADCOLOR               [blue]
  43.  
  44. ; DATECOLOR - This will the the color used for the date of the bulletin.
  45.  
  46. DATECOLOR               [white]
  47.  
  48. ; TOPICCOLOR - This will be used as the color of the bulletin topic.
  49.  
  50. TOPICCOLOR              [white]
  51.  
  52. ; TEXTCOLOR - Color to use for bulletin text in the MECCA file.
  53. ; Note: Must be in MECCA token format!
  54.  
  55. TEXTCOLOR               [grey]
  56.  
  57. ; ENTERCOLOR - Color to use for the "Hit Enter" prompt at the end of the
  58. ; bulletin file.
  59.  
  60. ENTERCOLOR              [white]
  61.  
  62. ; HTMLBACKGROUND - This will be used in the BODY tag of the HTML file to
  63. ; define the background color.
  64. ; Note: MUST be in HEX format and include the # sign.
  65.  
  66. HTMLBACKGROUND          #FFFFFF
  67.  
  68. ; HTMLTEXTCOLOR - This will be the color defined in the BODY tag of the HTML
  69. ; file.
  70. ; Note: MUST be in HEX format and include the # sign.
  71.  
  72. HTMLTEXTCOLOR           #000000
  73.  
  74. ; HTMLIMAGE - (If defined) this will be used as the background image for
  75. ; the generated HTML file.
  76.  
  77. HTMLIMAGE               MYIMAGE.GIF
  78.  
  79. ; HTMLHEADCOLOR - (If defined) this will be the color of the date/topic
  80. ; of each bulletin.
  81. ; Note: MUST be in HEX format and include the # sign.
  82.  
  83. HTMLHEADCOLOR           #000000
  84.  
  85. ; EOF
  86.