home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac3_disk / html3krz.105 / readme.1st < prev   
Encoding:
Text File  |  1997-01-27  |  5.5 KB  |  142 lines

  1. HTML3_UC.KRZ HTML 3.2 Kurzel for Everest     version 1.05
  2. © Copyright 1997 by Martin-Eric Racine ©      05-JAN-1997
  3. ----------------------------------------
  4.  
  5. Shareware Distribution
  6. ----------------------
  7. Initially enclosed on the cover disk of Atari Computing #3, to
  8. accompany Neil Jones-Rodway's HTML Tutorial series.
  9.  
  10. Further releases available from:
  11.  
  12.    o Interactive; enclosed on the Everest master-disk
  13.    o The Author: Martin-Eric Racine <q-funk@eclypse.net>
  14.  
  15. Distribution through a PD Library, CD-ROM collection, FTP site
  16. or magazine-disk is strictly forbiden, except for this initial
  17. exclusive release agreement with Atari Computing/Interactive.
  18.  
  19. Description
  20. -----------
  21. This archive contains a KRZ file to speed up the development of
  22. HTML 3.2 documents using any text editor that supports Kurzels.
  23. (ie: EdithPro, Everest, etc.). Currently supported tags in this
  24. release include Official HTML 3.2 tags correctly implemented by
  25. CAB 2.0 and Netscape 3.0 tags recognized by CAB as confirmed by
  26. Alexander Clauss himself.
  27.  
  28. *** Important Note:  EdithPro partial incompatibility ***
  29. ---------------------------------------------------------
  30. After initial testing, it has been found that EdithPro can only
  31. utilize the abbreviations that expand to a single line of data.
  32.  
  33. I therefore cannot garantee every part of this Kurzel will work
  34. when running under EdithPro, since it was specifically designed
  35. to operate within Everest, which supports multi-line expansions
  36. used in this Kurzel. Just thought I'd let you know. 8^D
  37.  
  38. Supported Elements
  39. ------------------
  40.   General
  41.     HTML; HEAD: TITLE, ISINDEX, BASE, META; BODY: BASEFONT
  42.   Structural
  43.     H1-H6, HR, ADDRESS, BLOCKQUOTE, BQ, PRE
  44.   Dividers
  45.     P, DIV, BR, NOBR, WBR
  46.   Presentation
  47.     B, BIG, BLINK, CENTER, CITE, CODE, DFN, EM, I, KBD, LANG,
  48.     Q, S, SAMP, SMALL, STRIKE, STONG, SUB, SUP, TT, U, VAR, FONT
  49.   Lists
  50.     UL: LI, OL: LI, DL: DT, DD
  51.   Links, Graphics, Seidman Image Maps
  52.     A, IMG, MAP, AREA
  53.   Forms
  54.     FORM: INPUT, TEXTAREA, SELECT, OPTION
  55.   Tables
  56.     TABLE: TR, TD, TH, CAPTION
  57.   Frames
  58.     FRAMESET: FRAME, NOFRAMES
  59.  
  60. HTML3_UC Implementation History Verbose -items to complete-
  61. -----------------------------------------------------------
  62. HEAD
  63. Support for BGSOUND will be available, through a plug-in called
  64. GEMjing starting with CAB 2.0, and will also allow SOUND inside
  65. the document body itself.
  66.  
  67. BODY
  68. Body color codes are currently limited to the 16 basic VGA set,
  69. plus a few common variations on the colornames. More colors may
  70. be added later on, but savy HTML designers should stick to this
  71. basic palette to ensure their webpages will be viewed correctly
  72. on any system including an STFM at ST-Medium screen resolution.
  73.  
  74. STRUCTURAL
  75. LISTING, PLAINTEXT and XMP are not included in the Kurzel since
  76. their utilization is obsoleted by PRE, CODE and TT.
  77.  
  78. LISTS
  79. DIR and MENU are not implemented in this Kurzel, as their usage
  80. is obsoleted by the new UL attribute TYPE.
  81.  
  82. IMAGEMAPS
  83. Image maps of the Seidman type are implemented in this release,
  84. mainly because they can be viewed by both Netscape and Explorer
  85. and also because CAB 2.00 will support those specific imagemaps
  86. for compatibility reasons, as confimed by Alexander Clauss.
  87.  
  88. FRAMES
  89. Frames are also implemented as CAB 2.0 will support most of the
  90. related tags for proper viewing of frames. At this time CAB 2.0
  91. is still going through beta-testing, so usage of frames related
  92. tags and attributes is not recommended, as this current release
  93. of CAB 1.5 cannot render them.
  94.  
  95. Full details provided in HTML3KRZ.DOC
  96. -------------------------------------
  97. Whenever Alexander informs me of any further CAB developpement,
  98. I'll upgrade the KRZ to follow CAB's evolving HTML tag support.
  99.  
  100. Enjoy!
  101.  
  102. Martin-Eric Racine
  103. q-funk@eclypse.net
  104.  
  105. Release history
  106. ---------------
  107. 1.01      Dec.30.1996    Initial beta and Interactive mailshot.
  108. 1.02      Dec.31.1996    Corrected ColorNames and ColorCodes.
  109.                          Corrected Frames related commands.
  110. 1.03      Jan.02.1997    Seidman maps implemented following an
  111.                             e-mail from Alexander Clauss.
  112.                          Corrected LINK: ALINK and VLINK aren't
  113.                             supported by CAB.
  114. 1.04      Jan.03.1997    New attributes in CAB 2.04:
  115.                             BODY:  LEFTMARGIN, TOPMARGIN
  116.                             LI:  TYPE (UL) TYPE/VALUE (OL)
  117.                             IMG:  ALIGN=TEXTTOP
  118.                             AREA:  POLYGON
  119.                             INPUT:  SRC
  120.                             TEXTAREA:  NAME
  121.                             TABLE:  CELLSPACING, CELLPADDING,
  122.                                     HSPACE, VSPACE
  123.                             TR:  BGCOLOR
  124.                             CAPTION:  ALIGN, VALIGN
  125.                          New tags in CAB 2.04:
  126.                             BGSOUND
  127.                             SOUND
  128.                             FN
  129. 1.05      Jan.05.1997    Corrected
  130.                             <DOCTYPE HTML-PUBLIC...>
  131.                             <!HTML3_UC.KRZ...>
  132.                          Changed
  133.                             frset= <FRAMESET>...</FRAMESET>
  134.                             newfr= new FramePage
  135.                             newht= new HTML Page
  136.                          New attributes in CAB 2.05:
  137.                             AREA:  SHAPE=DEFAULT
  138.                             TD,TH:  NOWRAP
  139. 1.05e     Jan.27.1997    Detailed installation of the "*.HTM"
  140.                             filetype using "Formatting" menu.
  141. ================ End of File ================
  142.