home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / workbench / html_hdtc / docs / english / html_hdtc.hguide < prev   
Encoding:
Text File  |  1997-12-08  |  6.2 KB  |  222 lines

  1. @hyperguide html.hguide
  2. @$VER: html.hguide 40.2 (31.03.97)
  3. @macro m_prg "@{b}HTML DataType@{ub}"
  4. @include htds.hgm
  5. @node main "HTML DataType Documentation"
  6. @toc HTDS.hguide/main
  7. @prev hyperguide.hguide/main
  8. @next directory.hguide/main
  9.  
  10. @{jcenter}@{m_title}@{m_copyright}@{m_welcome}@{jleft}
  11.  
  12. @{settabs 30}
  13. @{m_sec Menu}
  14. @{m_menuitem}@{" What's new ? "  link WhatsNew                 }
  15. @{line}
  16. @{m_menuitem}@{" Configuration " link Configuration            }@{m_menuinfo "Adapt to your needs"}
  17. @{m_menuitem}@{" Tags "          link Tags                     }@{m_menuinfo "Supported Tags"}
  18. @{line}
  19. @{m_menuitem}@{" Copyright "     link HTDS.hguide/Copyright    }@{m_menuinfo "legal stuff"}
  20. @{m_menuitem}@{" Author "        link SR.hguide/Addresses      }@{m_menuinfo "how to contact me"}
  21. @{m_menuitem}@{" Registration "  link HTDS.hguide/Registration }@{m_menuinfo "It's Shareware !!!"}
  22. @{line}@{pari 0}@{lindent 6}@{par}
  23. @{b}Note : @{ub}@{parset}In the unregistered version the html.datatype has no functional restrictions,
  24. but the number of opened html documents at one time is restricted to five.
  25. @{m_endsec}
  26.  
  27. @endnode
  28.  
  29. @node WhatsNew "HTML/What's New ?"
  30.  
  31. @{m_sec "What's New ?"}
  32.  
  33. @{itemize}
  34. @{item}@{m_high "V40.8 :"}
  35.  @{itemize}
  36.  @{item}some bug fixes
  37.  @{enditemize}@{line}
  38. @{enditemize}
  39. @{m_endsec}
  40. @endnode
  41. @node Configuration "HTML/Configuration"
  42.  
  43. @{m_sec "Configuration"}
  44. As the recommended standard for datatypes, the preference file for the
  45. html.datatype is called @{"html.prefs" link Env:DataTypes/html.prefs} and is
  46. searched first in the @{m_file PROGDIR:Prefs/DataTypes} and then in the
  47. @{m_file Env:DataTypes} directory. The following options are currently available
  48. using ReadArgs() argument parsing with the following templates :
  49.  
  50. @{itemize}
  51. @{item}NORMALFONT/S/A,SIZE/N/K/A,FONT/A,FONTSIZE/N/A
  52. @{definition}
  53. @{defterm}NORMALFONT
  54. @{defdata}Specifies that this defines a proportional font
  55.  
  56. @{defterm}SIZE
  57. @{defdata}Specifies the abstract HTML fontsize (1 - 7)
  58.  
  59. @{defterm}FONT
  60. @{defdata}Specifies the amiga font name. You can omit the @{m_sample ".font"} suffix
  61.  
  62. @{defterm}FONTSIZE
  63. @{defdata}Specifies the amiga font size.
  64. @{enddefinition}
  65. @{itemize}
  66. Defaults :
  67. @{item}NORMALFONT SIZE=7 times.font 24
  68. @{item}NORMALFONT SIZE=6 times.font 18
  69. @{item}NORMALFONT SIZE=5 times.font 15
  70. @{item}NORMALFONT SIZE=4 times.font 15
  71. @{item}NORMALFONT SIZE=3 times.font 13
  72. @{item}NORMALFONT SIZE=2 times.font 11
  73. @{item}NORMALFONT SIZE=1 times.font 11
  74. @{enditemize}
  75.  
  76. @{item}FIXEDFONT/S/A,SIZE/N/K/A,FONT/A,FONTSIZE/N/A
  77. @{definition}
  78. @{defterm}FIXEDFONT
  79. @{defdata}Specifies that this defines a fixed width font
  80.  
  81. @{defterm}SIZE
  82. @{defdata}Specifies the abstract HTML fontsize (1 - 7)
  83.  
  84. @{defterm}FONT
  85. @{defdata}Specifies the amiga font name. You can omit the @{m_sample ".font"} suffix
  86.  
  87. @{defterm}FONTSIZE
  88. @{defdata}Specifies the amiga font size.
  89. @{enddefinition}
  90. @{itemize}
  91. Defaults :
  92. @{item}FIXEDFONT SIZE=7 courier.font 24
  93. @{item}FIXEDFONT SIZE=6 courier.font 18
  94. @{item}FIXEDFONT SIZE=5 courier.font 15
  95. @{item}FIXEDFONT SIZE=4 courier.font 15
  96. @{item}FIXEDFONT SIZE=3 courier.font 13
  97. @{item}FIXEDFONT SIZE=2 courier.font 11
  98. @{item}FIXEDFONT SIZE=1 courier.font 11
  99. @{enditemize}
  100.  
  101. @{item} FONTTAG/S/A,TAG/A/K,SIZE/N/K,BOLD/S,ITALIC/S,UNDERLINED/S,FIXED/S,DIFF/S
  102. @{definition}
  103. @{defterm}FONTTAG
  104. @{defdata}Specifies the HTML font definition
  105.  
  106. @{defterm}TAG
  107. @{defdata}Specifies the HTML Tag like <STRONG>
  108.  
  109. @{defterm}SIZE
  110. @{defdata}Specifies the abstract HTML font size (1-7) or if the @{m_sample DIFF}
  111. option is set the difference to the actual font size.
  112.  
  113. @{defterm}BOLD
  114. @{defdata}Sets the bold flag for this font tag
  115.  
  116. @{defterm}ITALIC
  117. @{defdata}Sets the italic flag for this font tag
  118.  
  119. @{defterm}UNDERLINED
  120. @{defdata}Sets the underlined flag for this font tag
  121.  
  122. @{defterm}FIXED
  123. @{defdata}Specifies to use the fixed font definition
  124.  
  125. @{defterm}DIFF
  126. @{defdata}If set, the @{m_sample SIZE} option is interpreted relativ
  127. instead of absolut font size
  128. @{enddefinition}
  129.  
  130. @{itemize}
  131. Defaults in the @{m_file html.prefs} file :
  132. @{item}FONTTAG TAG=H1 SIZE=7 BOLD
  133. @{item}FONTTAG TAG=H2 SIZE=6 BOLD
  134. @{item}FONTTAG TAG=H3 SIZE=5 BOLD
  135. @{item}FONTTAG TAG=H4 SIZE=4 BOLD
  136. @{item}FONTTAG TAG=H5 SIZE=3 BOLD
  137. @{item}FONTTAG TAG=H6 SIZE=2 BOLD
  138.  
  139.  
  140. @{item}FONTTAG TAG=TT     FIXED
  141. @{item}FONTTAG TAG=STRIKE UNDERLINED
  142. @{item}FONTTAG TAG=SMALL  SIZE=2
  143. @{item}FONTTAG TAG=BIG    SIZE=6
  144. @{item}FONTTAG TAG=SUB    SIZE=1
  145. @{item}FONTTAG TAG=SUP    SIZE=1
  146.  
  147.  
  148. @{item}FONTTAG TAG=EM     ITALIC
  149. @{item}FONTTAG TAG=CITE   ITALIC
  150. @{item}FONTTAG TAG=STRONG BOLD
  151. @{item}FONTTAG TAG=CODE   FIXED
  152. @{item}FONTTAG TAG=SAMP   ITALIC FIXED
  153. @{item}FONTTAG TAG=KBD    ITALIC FIXED
  154. @{item}FONTTAG TAG=VAR    ITALIC FIXED
  155. @{item}FONTTAG TAG=DFN    ITALIC BOLD
  156. @{item}FONTTAG TAG=LH     BOLD SIZE=1 DIFF
  157. @{enditemize}
  158. @{enditemize}
  159. @{m_endsec}
  160. @endnode
  161. @node Tags "HTML/Supported Tags"
  162.  
  163. @{m_sec "Supported Tags"}
  164. I list only the support tags with used attributes. For the real documentation see on
  165. the appropriate places like @{http_addr "http://www.w3.org/pub/WWW/MarkUp/Wilbur/"} for
  166. HTML 3.2@{line}
  167.  
  168. @{itemize}
  169. HEAD elements :@{line}
  170. @{item}<TITLE></TITLE>
  171. @{item}<LINK REL=Help|Index|Next|Previous|ToC HREF="">
  172. @{item}<META NAME=ANNOTATION|AUTHOR|COPYRIGHT|VERSION CONTENT="">
  173. @{enditemize}
  174.  
  175. @{itemize}
  176. <BODY BACKGROUND="" BGCOLOR=""> elements :@{line}
  177. @{item}<A HREF="" NAME=""></A>
  178. @{item}<B></B>
  179. @{item}<BASEFONT SIZE="">
  180. @{item}<BIG></BIG>
  181. @{item}<BR>
  182. @{item}<CENTER></CENTER>
  183. @{item}<CITE></CITE>
  184. @{item}<CODE></CODE>
  185. @{item}<DD>
  186. @{item}<DFN></DFN>
  187. @{item}<DIR></DIR>
  188. @{item}<DL></DL>
  189. @{item}<DT>
  190. @{item}<EM></EM>
  191. @{item}<FONT SIZE="" COLOR=""></FONT>
  192. @{item}<H1 ALIGN=LEFT|RIGHT|CENTER></H1>
  193. @{item}<H2 ALIGN=LEFT|RIGHT|CENTER></H2>
  194. @{item}<H3 ALIGN=LEFT|RIGHT|CENTER></H3>
  195. @{item}<H4 ALIGN=LEFT|RIGHT|CENTER></H4>
  196. @{item}<H5 ALIGN=LEFT|RIGHT|CENTER></H5>
  197. @{item}<H6 ALIGN=LEFT|RIGHT|CENTER></H6>
  198. @{item}<HR>
  199. @{item}<I></I>
  200. @{item}<IMG SRC="" ALT="" ALIGN=MIDDLE|RIGHT|LEFT>
  201. @{item}<KBD></KBD>
  202. @{item}<LH></LH>
  203. @{item}<LI>
  204. @{item}<MENU></MENU>
  205. @{item}<OL></OL>
  206. @{item}<P ALIGN=LEFT|RIGHT|CENTER></P>
  207. @{item}<PRE></PRE>
  208. @{item}<SAMP></SAMP>
  209. @{item}<SMALL></SMALL>
  210. @{item}<STRIKE></STRIKE>
  211. @{item}<STRONG></STRONG>
  212. @{item}<SUB></SUB>
  213. @{item}<SUP></SUP>
  214. @{item}<TT></TT>
  215. @{item}<U></U>
  216. @{item}<UL></UL>
  217. @{item}<VAR></VAR>
  218. @{enditemize}
  219. @{m_endsec}
  220. @endnode
  221.  
  222.