home *** CD-ROM | disk | FTP | other *** search
/ The HTML Web Publisher's Construction Kit / HTMLWPCK.ISO / readme.1st
Encoding:
Text File  |  1995-12-14  |  1.9 KB  |  52 lines

  1. The HTML Web Publisher's Construction Kit covers many details
  2. about the HyperText Markup Language (HTML). One of the coolest
  3. things about HTML is it's not platform specific. All of the HTML
  4. lessons in the book will work whether you use MS-DOS, Windows,
  5. Macs, or UNIX workstations. If your machine has a browser for it,
  6. you can use any of the HTML examples in the book. This CD-ROM
  7. contains a lot of software for Windows. This is because the
  8. author's primary HTML development platform happened to be a
  9. Windows machine.
  10.  
  11. This file contains information that did not have time to make
  12. the book.
  13.  
  14. ERRATA
  15.  
  16. Page 449, last line should read
  17.  
  18. if ( index == TEXTBOX)
  19.  
  20. The file on disk, mailer.cgi, contains the correct code.
  21.  
  22. Page 463, code just before Table 15-4 is truncated. Add the
  23. following lines
  24.  
  25. </form>
  26. </BODY>
  27. </HEAD>
  28.  
  29. The file on disk, query.html, contains the correct code.
  30.  
  31. Page 614 explains how to extract the WIN_HTTPD.ZIP file on the
  32. CD-ROM. If you are using PKUNZIP to extract the files, type
  33.  
  34. pkunzip -d win_httpd.zip
  35.  
  36. and press the <ENTER> key. If you are using UNZIP -- a lesser known
  37. decompression program -- the directions in the book are correct.
  38.  
  39. Page 654, in Table D-1, a CGI directory is shown in the WINDOWS directory. 
  40. There isn't one on the CD-ROM. The CGI scripts available for Windows are 
  41. inside of the WIN_HTTPD.ZIP distribution file, as per the distribution 
  42. instructions of WIN_HTTPD. Please extract this file first and then the 
  43. CGI scripts will be available.
  44.  
  45. Page 653 - 655, Appendix D, lists a Mac directory. This directory
  46. does not exist. A Windows 95 directory has been added that duplicates
  47. the Windows directory. The only difference between the Windows and
  48. Windows 95 directories is that HTML documents have a .HTML extension
  49. and not .HTM as found in the Windows directory. This is so you can
  50. use Netscape or your browser of choice to click on the links found
  51. in the HTML sample files.
  52.