home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / inne / podstawy / os2 / html / htmlwiz.exe / README.1ST < prev    next >
Text File  |  1995-06-10  |  2KB  |  46 lines

  1. New in HTML Wizard version 1.3:
  2.  
  3. (1) A new "Options" item, "Translate Non-English Characters" allows
  4. you to edit HTML documents using non-English characters directly. This
  5. feature mainly benefits users of code pages whose non-English characters
  6. are available on their keyboards. HTML Wizard will (if this option is
  7. checked) pass files through a filter that converts these characters
  8. to and from their corresponding HTML entities when loading and saving
  9. the files. So, instead of seeing ö, you will see a single 'o'
  10. character with the umlaute accent. If you do not have your keyboard
  11. set up for a non-English character set, it is best to leave this
  12. option off. No harm will be done in using it, but file I/O will be
  13. slower because it has to pass through the translator. See the online
  14. help for more details on this feature.
  15.  
  16. (2) Forms support has finally been added.
  17.  
  18. (3) "Save Without Tags" is done through a C++ program rather than
  19. REXX, so it is much faster now. As of now, only <....> tags are removed.
  20. Character entities such as & are not converted. I hope to have this
  21. implemented soon.
  22.  
  23. ********************************
  24.  
  25. New in HTML Wizard version 1.25:
  26. (1) Added automatic insertion of <P> tags when text files
  27. are imported. (Can be toggled in the Options menu)
  28.  
  29. (2) Added automatic insertion of <P> and <BR> tags when
  30. blocks of text are selected.
  31.  
  32. (3) Added an option to control whether <LI> tags are
  33. automatically inserted when lists are created.
  34.  
  35. (4) Added a "Save Without Tags" feature to save an HTML
  36. file without the HTML tags so that it can be imported
  37. into other editors, or to send text by email without
  38. all the tags, etc. Right now, this is done in REXX, so it
  39. can be painfully slow for a large file. Experiment with
  40. small files first to find out what your patience limit
  41. is. I have already coded this up in C++ to be much
  42. faster, but it will take a little time to get it merged
  43. seamlessly with HTML Wizard. It should make the next
  44. release, so this is just to whet your appetite. :-)
  45.  
  46.