home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / hot_html / hmlt32.z / hmlight3.ini < prev    next >
Encoding:
INI File  |  1996-07-04  |  4.7 KB  |  166 lines

  1. # @(#)preferences    @(#)hmlight3.ini    1.5 96/07/04
  2. # Copyright (c) 1996 SoftQuad Inc.
  3. # Preferences for HoTMetaL 3.0
  4.  
  5. #  All lines starting with the "#" character are comments.  Don't
  6. #  add comments at the end of a variable line.
  7. #  To use any variables listed here in a commented form, first remove the '#'.
  8. #  The notation ${SQDIR} refers to the directory in which HoTMetaL LIGHT 3 
  9. #  is located, unless it has been user defined (see documentation).
  10. [HoTMetaL]
  11.  
  12. # Change the entry below to BRITISH to enable British spelling check
  13. # Also, change the user_dict and supp_dict settings, below, to use the
  14. # British libraries
  15. spell_checking_language=AMERICAN
  16.  
  17. # An empty default user dictionary (built by Edit Dictionary, or Add to
  18. # Dictionary within Check Spelling...)
  19. user_dict_path=${SQDIR}\lib\spell
  20. user_dict=user.dct
  21. # (Use the file userb.dct if you select British spell checking)
  22.  
  23. # A small supplemental dictionary
  24. supp_dict_path=${SQDIR}\lib\spell
  25. supp_dict=hmlt3a.dct
  26. # (Use the file hmlt3b.dct if you select British spell checking)
  27.  
  28.  
  29. # The following are set by the Publish dialog, defaults set below
  30. publish_change_from=file://
  31. publish_change_to=http://
  32.  
  33.  
  34. # Where to start when choosing an image file, and the default file extension:
  35. #image_path=c:\
  36. #image_ext=.gif
  37.  
  38.  
  39. # Normally you will want to keep the following settings to
  40. # support the automatic conversion of extended ASCII to entities
  41. export_convert_to_ISOlat1: true
  42. export_convert_to_ISOnum: true
  43. export_convert_remainder_to_char_ref: true
  44. import_convert_ISOlat1: true
  45. import_convert_ISOnum: true
  46. import_convert_char_ref: true
  47.  
  48. #  The characters displayed by Show invisibles, in this order:
  49. #  tab,carriage return,newline,space,zero width characters
  50. invisible_chars=#╢ñ╖~
  51.  
  52.  
  53. # The following help_path is the default location of the help file.
  54. # This is used when you select help from the help menu.
  55. help_file=${SQDIR}\hmlight3.hlp
  56.  
  57. # Where to initialize file chooser when using ASCII styles or loading templates
  58. ascii_styles_path=${SQDIR}\styles
  59. templates_path=${SQDIR}\template
  60.  
  61. # Where to initialize file chooser when adding browsers or viewers
  62. html_browser_path=\
  63. image_viewer_path=\
  64.  
  65.  
  66. #  Defines macros loaded into HoTMetaL (use Load Macro menu)
  67. macro_path=${SQDIR}\macros
  68. macro_file=hmlight3.mcr
  69.  
  70.  
  71. # The four toolbar variables are set as the user tears off and re-drops the
  72. # toolbars and associated palettes. Also set by the Toolbars... dialog.
  73. # Normally this is set automatically by use of the program.
  74. #html_toolbar = on,top,0,0
  75. #html_toolbar2 = on,top,0,0
  76. #form_toolbar = on,top,0,0
  77. #standard_toolbar = on,top,0,0
  78.  
  79. #show_tooltips=ON
  80.  
  81. #  Normally, no need to change the following...
  82. rgb_txt=${SQDIR}\rgb.txt
  83. styles_path=${SQDIR}\styles
  84. rules_path=${SQDIR}\rules
  85. #rules_file=hmlight3.mtl
  86.  
  87. # Where to look for the registration form.
  88. #registration_form=${SQDIR}\register\register.htm
  89. # Where to look for the upgrade form.
  90. #upgrade_form=${SQDIR}\upgrade\upgrade.htm
  91.  
  92. # The entry setting to false will be written to the Windows copy of hmlight3.ini
  93. # after the first use of HoTMetaL LIGHT 3
  94. show_registration_dialog=false
  95.  
  96.  
  97. # Use the Preferences dialog to set these
  98. default_template=
  99. show_tags=YES
  100. show_comments= false
  101. show_inline_images=YES
  102. show_urls: true
  103. #show_tooltips=ON
  104. warn_before_saving=YES
  105. max_changes_between_saves=64000
  106. max_time_between_saves=1000
  107. make_backup_file=NO
  108. tag_font_name=Arial
  109. tag_font_size=8
  110. tag_icon_color: purple
  111. #tag_icon_background_color: white
  112. entity_icon_color: blue
  113. #entity_icon_background_color: white
  114. document_path=${SQDIR}\document
  115. #save_path=
  116. size_text_to_window: true
  117. size_table_to_parent: true
  118. #include_required_elements=YES
  119. export_add_line_breaks=YES
  120. #export_eol=MSDOS
  121. #export_max_line_len=80
  122. export_add_line_breaks=YES
  123. #context_area_width=20
  124. #drop_images_as=IMG
  125. #extensions=BMP;GIF;EPS;PCX;TIF;WMF;WPG;SDN;CGM;TGA;JPG;PNG;PIC
  126.  
  127.  
  128.  
  129. # the following are set by the Find dialog
  130. find_whole_words=NO
  131. find_backward=NO
  132. find_wrap=NO
  133. find_patterns=NO
  134. find_case_sensitive=NO
  135.  
  136. # Don't change the following
  137. unavailable_image=${SQDIR}\noimg.gif
  138. unsupported_image=${SQDIR}\badform.gif
  139. system_dict_path= ${SQDIR}\lib\spell
  140. table_map= ${SQDIR}\table.map
  141.  
  142. # Change these if you know what you are doing
  143. #undo_limit=30
  144. #format_tags= true
  145. #highlight_mode=Default
  146. #colormap_segment_size=16
  147. #default_font_name=helvetica
  148. #default_font_size=12
  149. template_ext=.htm
  150. #img_ext=.gif
  151. #backup_ext=.bak
  152. #document_ext=.bak
  153. #rules_ext=.bak
  154. #dictionary_ext=.dct
  155. #styles_ext=.stl
  156. #ascii_styles_ext=.asf
  157. #macro_ext=.mcr
  158. #prompt_for_attrs=NO
  159. #print_left_header=
  160. #print_middle_header=
  161. #print_right_header=
  162. #print_left_footer=
  163. #print_middle_footer=
  164. #print_right_footer=
  165.  
  166.