home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / hotmetal.zip / SQ1.Z / SQHM.INI < prev    next >
Text File  |  1995-03-17  |  4KB  |  133 lines

  1. # @(#)sqhm.ini.unix    1.11 95/03/17
  2. # HoTMetaL 1.0+ SQCONFIG default sqhm.ini file.
  3. # Copyright (c) 1995 SoftQuad Inc.,
  4.  
  5. #
  6. # This file is used to configure features for HoTMetaL 1.0+
  7.  
  8. # All lines beginning with the '#' character are comments.
  9. #
  10. # Please note the comments which apply to certain variables in this file
  11. #
  12. # Some settings which are commented out are included so that
  13. # if you upgrade to HoTMetaL PRO or Author/Editor, you'll be
  14. # able to continue to use the variables with which you
  15. # are comfortable.  Other commented out variables are available.
  16. # See the notes above each variable set, and the documentation for
  17. # more information.
  18.  
  19. # In this file, ${SQDIR} will normally refer to the directory in which
  20. # HoTMetaL 1.0+ has been installed.  If SQDIR is set as a DOS environment
  21. # variable, or from the -sqdir command line switch, then this value will
  22. # override.
  23.  
  24. # The next four variables must be assigned values that will
  25. # point to the software available on your system for viewing
  26. # bitmaps and previewing HTML documents using a HTML browser such
  27. # as Mosaic.  The HTML Browser is used by Preview menu item,
  28. # while the View entries are used by the Show Image menu item.
  29. #
  30. # To initalize, name an application you have available and remove the '#'. 
  31.  
  32. #html_browser      = mosaic.exe
  33. #view_gif          = psp.exe
  34. #view_bmp          = pbrush.exe
  35. #view_jpg          = lview.exe
  36.  
  37.  
  38. # To select the NetScape extended elements and attributes change the 
  39. # following line to: rules_file=html-net.mtl
  40.  
  41. rules_file              = html.mtl
  42.  
  43. # The default PUBLIC ID and SYSTEM ID mapping file is set by an extid_map entry
  44. # Mapping is necessary to have HoTMetaL understand which rules to use
  45. # If you only use Netscape rules, you may want to change the mapping file
  46. # referenced below to html-net.map so that netscape rules are selected if
  47. # there is only a PUBLIC ID present in the DOCTYPE
  48.  
  49. extid_map          =    ${SQDIR}\html.map
  50.  
  51. # Set the defaults for the Publish command
  52. publish_change_from     = file://
  53. publish_change_to       = http://
  54.  
  55. # Assign the filter
  56. filter_list             = ${SQDIR}\filter.txt
  57.  
  58. # Default for whether inline images are rendered
  59. show_inline_images      = False
  60.  
  61. # Variables that can point to a directory you prefer to use for
  62. # import (Open), and export (Save)
  63. #
  64. #import_path       =
  65. #export_path       =
  66.  
  67. # Variable that set the default directory for Open Template
  68. #
  69. templates_path    =  ${SQDIR}\templates
  70.  
  71. # This file extension is normally not altered.  Alteration will cause
  72. # HoTMetal to fail locating the HTML rules file.
  73. rules_ext            =  .mtl
  74.  
  75. # Normally there is no need to configure this variable.
  76. #styles_ext          =  .stl
  77.  
  78. # HoTMetaL 1.0+ Save options
  79. #
  80. #export_doc_type_dec             = true
  81. #export_sgml_dec                 = false
  82. export_add_line_breaks           = true
  83. export_max_line_len              = 72
  84. #export_convert_special_chars = false
  85. #export_eol                     =
  86.  
  87.  
  88. # HoTMetaL 1.0+ variables to select defaults for Find and Replace
  89. #
  90. #find_whole_words     = false
  91. #find_case_sensitive     = false
  92. #find_backward   = false
  93. #find_wrap              = true
  94. #find_patterns   = false
  95.  
  96.  
  97. # HoTMetaL 1.0+ markup variables
  98. #
  99. #include_required_elements       = true
  100. #prompt_for_attrs               = false
  101.  
  102.  
  103. # HoTMetaL 1.0+ display variables
  104. #
  105. #tag_font_name         = "System"
  106. #tag_font_size         = 12
  107. #entity_font_name         = "System"
  108. #entity_font_size         = 12
  109.  
  110. #highlight_mode   = "Default"
  111.  
  112. #undo_limit              = 10
  113.  
  114. #
  115. # Normally there will be no reason to change any of the 2 following variables:
  116. #
  117. table_map               = ${SQDIR}\table.map
  118. entity_map_file         = ${SQDIR}\dtds\entities\entity.dat
  119.  
  120. #
  121. # HoTMetaL 1.0+ path-lists:
  122. #
  123.  
  124. # Normally there will be no reason to change the following two variables:
  125. rules_path         = ${SQDIR}\rules
  126. styles_path        = ${SQDIR}\styles
  127.  
  128. # HoTMetaL 1.0+ file variables
  129. #
  130. # Do not change this variable:
  131. rgb_txt            =    ${SQDIR}\rgb.txt
  132.  
  133.