home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / VPR_DATA / 2TOKU / HPB20T / WIN / DATA.Z / he.cfg < prev    next >
Text File  |  1996-11-25  |  5KB  |  168 lines

  1. static char sccsid[] = "@(#)04  1.6  src/cmd/he/windows/he.cfg, hpbcmd, hpb20, 961122 11/22/96 02:39:56";
  2. !
  3. !   COMPONENT_NAME: (HE) configuration file for Windows
  4. !
  5. !   FUNCTIONS: 
  6. !
  7. !   ORIGINS: 27
  8. !
  9. !   (C) COPYRIGHT International Business Machines Corp. 1995, 1996
  10. !   All Rights Reserved
  11. !   US Government Users Restricted Rights - Use, duplication or
  12. !   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  13. !
  14. !   NOTE: The values defined in this file can be overridden by
  15. !         the following files. They take precedence over this file.
  16. !
  17. !         $HPB_TOP/he/html/$LANG/he.cfg
  18. !         $HOME/he.cfg
  19. !
  20. !         The following substitutions are performed.
  21. !
  22. !         %p    top of the package directory
  23. !         %t    top of the HTML editor's directory
  24. !         %h    home directory
  25. !         %f    file name of the current document
  26. !         %u    full URL of the current document
  27. !         %l    current local name (LC_CTYPE)
  28. !         %m    current local name for messages (LC_MESSAGES)
  29. !         %c    current directory
  30. !         %s    system directory (e.g. C:/WINDOWS)
  31. !
  32. !  CUSTOMIZING THIS FILE MAY CAUSE SOME TROUBLES, EDIT THIS FILE AT
  33. !  YOUR OWN RISK.
  34.  
  35. !------------------------------------------------------------
  36. ! system customizable options
  37. !------------------------------------------------------------
  38. iconPath:        %t/icon
  39. mlPath:            %t/html/%m
  40. ctypeMlPath:        %t/html/%l
  41. helpPath:        %t/help/%m
  42. cacheDirectory:        %h/cache
  43. saveHist:        40
  44. saveCoolHist:        10
  45. systemKeymapFile:    %t/he.key
  46. userConfigDirectory:    %h
  47. userKeymapFile:        %h/he.key
  48. userConfigFile:        %h/he.cfg
  49. urlRegistered:        %h/register.url
  50. urlHistory:        %h/history.url
  51. metaConfigFile:        %h/meta.cfg
  52. globalHistory:        %h/global.log
  53. himHistory:        %h/him.log
  54. statusFile:        %h/status.cfg
  55. appletHistory:        %h/applet.log
  56. DocRootHistory:        %h/root.log
  57. imageBrowser:        %p/bin/him.exe
  58. scratchFile:        scratch.htm
  59. applicationStyle:    %t/html/%l/appstyle.sl
  60. renderStyle:        %t/html/%l/nstyle.sl
  61. showKanjiCode:        false
  62. defaultSuffix:        htm
  63. autoSave:        true
  64. autoSaveInterval:    3
  65. magic:            knhTjbmclwL
  66.  
  67. ! 1: convert to locale code set  2: no conversion
  68. inputCodeConversion:    2
  69.  
  70. layout:            %t/html/%m/layout.htm
  71. localeConfigFile:    %t/html/%l/he.cfg
  72. workDirectory:        %h
  73. startDirectory:        %h
  74. defaultBgColor:        #bebebe
  75. defaultTextColor:    #000000
  76. defaultLinkColor:    #0000ee
  77. defaultAlinkColor:    #ff0000
  78. defaultVlinkColor:    #551a8b
  79.  
  80. ! drag&drop handling routine uses this value.
  81. ! items must be separated by single space character.
  82. imageSuffixes:        gif bmp jpeg jpg jpe tiff tif xbm
  83. appletSuffixes:        htm html
  84. convInFileSuffixes:    bmp tiff tif
  85.  
  86. ! file selection box suffix patterns
  87. ! items must be separated by single space character
  88. fileselHtmlPattern:    HTML Files (*.htm;*.html) All Files (*.*)
  89. fileselImagePattern:    All Images (*.gif;*.bmp;*.jpeg;*.jpg;*.jpe;*.tiff;*.tif;*.xbm) \
  90. GIF (*.gif) \
  91. JPEG (*.jpeg;*.jpg;*.jpe) \
  92. BMP (*.bmp) \
  93. TIFF (*.tiff;*.tif) \
  94. All Files (*.*)
  95. fileselMapPattern:    Map Files (*.map) HTML Files (*.htm;*.html) All Files (*.*)
  96. fileselAllPattern:    All Files (*.*)
  97.  
  98. ! Substitution rule for the following date patterns is different
  99. ! from others. The strftime(3) is used to convert format string.
  100. ! You can specify eight patterns. (datePattern0 - datePattern7)
  101. datePattern0:        %c
  102. datePattern1:        %a, %d %b %Y %H:%M:%S
  103. datePattern2:        %A, %d-%b-%y %H:%M:%S
  104. datePattern3:        %m/%d/%y
  105. datePattern4:        %y/%m/%d
  106.  
  107. ! default sample image/applet directory
  108. sampleImageDir:        %p/image/*
  109. sampleAppletDir:    %p/applet
  110.  
  111. ! Limitations for Image Browser
  112. maxImageNum:        30
  113. totalImageSize:        300000
  114.  
  115. ! Image Browser Status
  116. ! 0: name  1: mtime  2: size  3: area  4: suffix
  117. himSortType:        0
  118. himOrigSize:        true
  119.  
  120. ! HTML Parser
  121. preserveUnknownTag:    true
  122.  
  123. !------------------------------------------------------------
  124. ! user customizable options
  125. !------------------------------------------------------------
  126. makeBackupFile:        true
  127. balloonMessage:        true
  128. iconHelpMessage:    true
  129. popupAttributeDialog:    false
  130. saveCoolList:        false
  131. htmlExtension:        true
  132.  
  133. ! 0: LF(UNIX)  1: CRLF(DOS)  -1: NOCONV
  134. endOfLineCode:        1
  135.  
  136. ! 1: JIS  2: SJIS  3: EUC  4: NOCONV
  137. outputCodeset:        4
  138.  
  139. ! 1: Ignore  2: Notify  3: Verbose
  140. htmlSyntaxError:    2
  141.  
  142. ! 1: NCSA  2: CERN  3: CSIM (Client-Side Imagemap)
  143. imageMapStyle:        3
  144.  
  145. wwwBrowser:        %p/bin/nn.exe
  146. appletViewer:        %p/bin/nn.exe
  147. imageEditor:        %p/bin/webanime.exe
  148. showNewline:        false
  149. showComment:        false
  150.  
  151. ! 1: All  2: Form Only  3: None
  152. frameType:        2
  153.  
  154. ! 1: Title  2: Document Path  3: Hierarchy  4: Base URL
  155. statusField:        1
  156.  
  157. ! 1: Large  2: Small
  158. iconSize:        2
  159.  
  160. serverRoot:        
  161. imageDirectory:        
  162. mapDirectory:
  163.  
  164. ! 1: Relative to Server Root  2: Relative to Current
  165. imagePathStyle:        2
  166.  
  167. httpProxy:        
  168.