home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / internet / browser / hotmetal / sqdir.z / SQHMPRO.INI < prev    next >
Text File  |  1995-04-28  |  4KB  |  143 lines

  1. # @(#)sqhmpro.ini.unix    1.14 95/03/27
  2. # HoTMetaL PRO SQCONFIG default sqhmpro.ini file.
  3. # Copyright (c) 1995 SoftQuad Inc.,
  4. #
  5. # This file is used to configure features for HoTMetaL Pro
  6. #
  7. # Please note the comments (begin with #) which apply to certain
  8. # variables in this file
  9. #
  10. # For further information on the functions of the configuration variables
  11. # please consult "The configuration mechanism" (p. 121-141)
  12. # in the HoTMetaL PRO manual.
  13.  
  14. # In this file, ${SQDIR} will normally refer to the directory in which
  15. # HoTMetaL PRO has been installed.  If SQDIR is set as a DOS environment
  16. # variable, or from the -sqdir command line switch, then this value will
  17. # override.
  18.  
  19. # The next four variables must be assigned values that will
  20. # point to the software available on your system for viewing
  21. # bitmaps and previewing HTML documents.  An HTML browser is a program
  22. # such as Mosaic.  If you don't have graphic viewers, we suggest you
  23. # visit your favorite software store for some suggestions.
  24. # Create additional view variables for each source format you use.
  25. # If the location is not in your DOS PATH, use a full path in the value.
  26. #
  27. view_gif          =c:\psp\psp.exe
  28. view_bmp          =c:\windows\pbrush.exe
  29. view_jpg          = lview.exe
  30. html_browser      = mosaic.exe
  31.  
  32. # If you have fatal errors with your video driver, change the following to
  33. # the value of False
  34. show_inline_images      = True
  35.  
  36. # Change this line to refer to html-net.mtl if you prefer to use the Netscape
  37. # rules
  38. rules_file              = html.mtl
  39.  
  40. # Change this line to refer to html-net.map if you prefer a default
  41. # of the Netscape rules
  42. extid_map          =    ${SQDIR}\html.map
  43.  
  44. # HoTMetaL Pro Help system
  45. #
  46. help_file = ${SQDIR}\doc\htmlpro.hlp
  47.  
  48. # If you want to use your HTML browser to access help
  49. # comment the previous line and uncomment the following 2 lines.
  50. #
  51. #help_browser = ${html_browser}
  52. #help_file    = ${SQDIR}\doc\toc.htm
  53.  
  54.  
  55. # See the documentation for information on the function of the following:
  56. #
  57. publish_change_from     = file://
  58. publish_change_to       = http://
  59.  
  60. filter_list             = ${SQDIR}\filter.txt
  61. url_protocols_file      = ${SQDIR}\proto.cfg
  62.  
  63. # Variables that can point to a directory you prefer to use for
  64. # import (Open), and export (Save)
  65. #
  66. #import_path       =    .
  67. #export_path       =    .
  68.  
  69. # Variables that set the default directory for Open Template, Load Macros,
  70. # and ASCII styles use (Open or Save):
  71. #
  72. templates_path    =  ${SQDIR}\template
  73. macro_path        =  ${SQDIR}\macros
  74. ascii_styles_path =  ${SQDIR}\styles
  75.  
  76. # HoTMetaL file extensions
  77. #
  78. #ascii_styles_ext    =  .asf
  79. #macro_ext           =  .mcr
  80.  
  81. # This file extension is normally not altered.  Alteration will cause
  82. # HoTMetal to fail locating the HTML rules file.
  83. rules_ext            =  .mtl
  84.  
  85. # Normally there is no need to configure this variable.
  86. #styles_ext          =  .stl
  87.  
  88. # HoTMetaL Save options
  89. #
  90. #export_doc_type_dec             = true
  91. #export_sgml_dec                 = false
  92. export_add_line_breaks           = true
  93. export_max_line_len              = 72
  94. #export_convert_special_chars = false
  95. #export_eol                     =
  96.  
  97.  
  98. # HoTMetaL variables to select defaults for Find and Replace
  99. #
  100. #find_whole_words     = false
  101. #find_case_sensitive     = false
  102. #find_backward   = false
  103. #find_wrap              = true
  104. #find_patterns   = false
  105.  
  106.  
  107. # HoTMetaL markup variables
  108. #
  109. #include_required_elements       = true
  110. #prompt_for_attrs               = false
  111.  
  112.  
  113. # HoTMetaL display variables
  114. #
  115. #tag_font_name         = "System"
  116. #tag_font_size         = 12
  117. #entity_font_name         = "System"
  118. #entity_font_size         = 12
  119.  
  120. #highlight_mode   = "Default"
  121.  
  122. #undo_limit              = 10
  123.  
  124. # Normally there will be no reason to change any of the 2 following variables:
  125. #
  126. table_map               = ${SQDIR}\table.map
  127. entity_map_file         = ${SQDIR}\dtds\entities\entity.dat
  128.  
  129. #
  130. # HoTMetaL path-lists:
  131. #
  132.  
  133. # Normally there will be no reason to change the following two variables:
  134. rules_path         = ${SQDIR}\rules
  135. styles_path        = ${SQDIR}\styles
  136.  
  137. # Normally there will be no reason to change the following variable:
  138. system_dict_path  = ${SQDIR}\lib\spell
  139.  
  140. # Color mapping file:
  141. rgb_txt            =    ${SQDIR}\rgb.txt
  142.  
  143.