home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / hmake400.zip / English / sample.ini < prev    next >
Text File  |  2002-04-05  |  5KB  |  187 lines

  1. Settings of HyperMake (earlier version MakeIPF)
  2.  
  3.  
  4. //--------------------------------------------------------
  5. //General settings
  6.  
  7. //possible settings: ENGLISH, GERMAN, PASCAL, C
  8. Language = ENGLISH C
  9.  
  10. Registration Code = 0
  11.  
  12. //beep when finishing compiling - possible settings: YES, NO
  13. beep = YES
  14.  
  15.  
  16. //--------------------------------------------------------
  17. //Format settings
  18.  
  19. //possible settings: IPF, HTML, WINHELP3, WINHELP4, HTMLHELP
  20. Target = HTML
  21.  
  22. //possible settings: ASCIIHARDRET, ASCIISOFTRET, WORDSTAR4
  23. source format = ASCIIHARDRET
  24.  
  25. //possible Settings: ISO, IBM
  26. source codepage = IBM
  27.  
  28.  
  29. //--------------------------------------------------------
  30. //specific characters
  31.  
  32. List chars = ■-
  33.  
  34. Index char = #
  35.  
  36. //highlighted char toggles
  37. //all formats:    1 alternate  2 italic 3 bold 4 underlined
  38. //IPF:            5 red 6 cyan 7 blue
  39. //HTML:           8 strike 9 big 10 small
  40. //HTML, Winhelp:  11 sub 12 sup
  41. //        123456789012
  42. toggles = ~&*_απΣ
  43. //possible ISO setting:  toggles = ~&*_«ñ■°Ñ╜┐¬
  44.  
  45. //characters not shown in index and duplicated heading
  46. index filter = ().
  47.  
  48. //language specific letters besides A...Z, a...z, 0...9
  49. //english only '
  50. //german äöüßÄÖÜ 
  51. extended letters = '-/2
  52.  
  53.  
  54. //--------------------------------------------------------
  55. //Font characters
  56.  
  57. //Font chars from A to Z and from a to z (case-sensitive!)
  58. //both HTML and IPF: size Linestandard OmitLinks PRE center
  59. //only IPF: Fontname codepage foregroundcolor BACKGROUNDCOLOR
  60. //only HTML: PHRASEELEMENT Color font1,font2,font3
  61. //Winhelp: Color family:fontname
  62. Font A = fmodern:Courier 15 Courier CODE
  63. Font B = fmodern:Courier Courier 12 PRE black Maroon Linestandard OmitLinks
  64. Font C = fmodern:Courier Courier 12 CODE black Maroon OmitLinks
  65. Font D = black Maroon
  66. Font E = fswiss:Helvetica 15 Helv neutral Green OmitLinks
  67. Font H = fswiss:Helvetica 22 Navy
  68. Font I = fswiss:Helvetica 18 Navy
  69. Font K = fswiss:Helvetica 14 Navy
  70. Font O = OmitLinks
  71. Font P = fmodern:Modern 15 System_VIO yellow BLACK OmitLinks Maroon CODE
  72. Font Y = neutral Maroon
  73.  
  74. //--------------------------------------------------------
  75. //link specific settings
  76.  
  77. //endings in german words: e s es n en
  78. ending of words = s es ies 's ion ions ing ings
  79.  
  80. Text for link to subchapters = &subchapters:& (Font Y)
  81. Text for link to next chapter = &next chapter:& (Font Y)
  82. text for link to main chapter = to main chapter
  83.  
  84. //possible Settings: PARAGRAPH, WINDOW
  85. no more links in = PARAGRAPH
  86.  
  87. //graphics file for marking external URL links or NO for no graphics file
  88. URL graphics file = World
  89.  
  90. //--------------------------------------------------------
  91. //HTML specific settings
  92.  
  93. //first and last line in file
  94. title in every file = NO
  95.  
  96. function for first line = BACK FORWARD CONTENT INDEX
  97. text for first line =     back forward contents index
  98. function for last line =  FORWARD CONTENT INDEX
  99. text for last line =      forward contents index
  100.  
  101. //you can use buttons BACK.GIF FORWARD.GIF CONTENT.GIF INDEX.GIF
  102. //instead of simple text or use Javascript buttons
  103. //possible settings: TEXT GIF JAVASCRIPT
  104. buttons = GIF
  105.  
  106. //enter tags or NO
  107. body tags = NO
  108.  
  109. entries for extended index = 30
  110.  
  111. //HTML text file is divided in several files.
  112. //Enter heading level where new file begins (0 means only one HTML text file)
  113. new file level = 3
  114.  
  115. //Enter heading level up to which has to be divided by horizontal rules
  116. //  (0 means no rules)
  117. horizontal rule level = 4
  118.  
  119. //Enter heading level up to which has to be shown in the HTML content file
  120. //  (6 means all levels, 0 means no content)
  121. content level = 6
  122.  
  123. //pre filename = XYZ* let all HTML files begin with XYZ
  124. pre filename = *
  125.  
  126. //possible settings: sample.html SAMPLE.HTML Sample.html SAMPLE.HTM Sample.htm sample.htm
  127. filename appearance = sample.html
  128.  
  129. //choose DOS or LONG - DOS means 8.3 filenames, LONG no limit
  130. filenames = LONG
  131.  
  132. default frame = _top
  133. contents frame = _top
  134.  
  135. //here you can define the text appearing in the browser titlebar
  136. //enter DOCTITLE, HEADING, FILENAME and fixed text, e.g. a slash
  137. //NO means no text
  138. file title = DOCTITLE - HEADING
  139. meta content = DOCTITLE - HEADING
  140. statusbar mouseover = to chapter: HEADING (file FILENAME)
  141. statusbar default = HEADING (file FILENAME)
  142.  
  143. notes text = notes
  144.  
  145. //choose between ActiveX popup footnotes (ActiveX),
  146. //frame footnotes (FRAMES) or no frames (NOFRAMES)
  147. footnotes = FRAMES
  148.  
  149. //enter NO for non-Javascript or AlternateLinkText;OpenText;CloseText
  150. contents tree = Link to normal contents view;open tree;close tree
  151.  
  152. //--------------------------------------------------------
  153. //Winhelp specific settings
  154.  
  155. //influences the left margin command and the indention of lists
  156. list indention = 4
  157.  
  158. //default value is 10
  159. default font size = 10
  160.  
  161. //heading level 123456
  162. heading fonts = HIKKKK
  163.  
  164. //omit scrolling of the heading, YES or NO
  165. keep heading = YES
  166.  
  167. //enter CNTFILE, INTERNAL, BOTH or NO
  168. contents creation = BOTH
  169.  
  170. //heading text for the subchapter containing the text
  171. //of the main chapter in CNT files
  172. contents general text = General
  173.  
  174. //character which is the left fat dot in lists, in different list levels
  175. printed listchars = oooo
  176.  
  177.  
  178. //--------------------------------------------------------
  179. //Help file specific settings
  180.  
  181. Help Subtable Start ID = 7000
  182.  
  183. //files will be overwritten without warning
  184. Helptable filename = HLPTABLE.RC
  185. Panel ID filename  = *.PAN
  186.  
  187.