home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / htmlg120.zip / READ.ME < prev    next >
Text File  |  1996-03-18  |  2KB  |  68 lines

  1. HTMLGen 1.20  A HTML Script Generator
  2.  
  3. File contains:
  4.   READ.ME - this file.
  5.   REGISTER.FRM - registration form.
  6.   FILE_ID.DIZ - information file.
  7.   HTMLGEN.EXE - the executable file.
  8.   HTMLGEN.ICO - an icon.
  9.   HTMLGEN.INF - viewable help file.
  10.   HTMLGEN.HTM - HTML version of help file.
  11.   HTMLGEN.MAC - HTML user-defined macro file.
  12.  
  13. This is shareware. Please feel to pass around the ZIP file.
  14. And please register.
  15.  
  16. To place the program on your WPS Desktop use the following
  17. rexx script.
  18.  
  19.  
  20.   /* Place HTMLGen on Your Desktop */
  21.   rc = RxFuncAdd("SysLoadFuncs","RexxUtil","SysLoadFuncs")
  22.   rc = SysLoadFuncs()
  23.   rc = SysCreateObject("WPProgram","HTMLGen","<WP_DESKTOP>","exename="||directory()||"\htmlgen.exe")
  24.   rc = SysSetIcon(directory()||"\htmlgen.exe","htmlgen.ico")
  25.  
  26.  
  27. History of changes.
  28.  
  29. Version 1.20 Mar. 15, 1996
  30.  
  31. Improved editor
  32. Added tables to tags.
  33. Rearranged screen layout.
  34.  
  35. Version 1.10 Aug. 15, 1995
  36.  
  37. Added user-defined macro support.
  38. Added a backslash to the end of the special characters &. .
  39.  
  40. Version 1.05 Jan. 31, 1995
  41.  
  42. Corrected problem with data entry fields being too short or not usable.
  43.  
  44. Improved help.
  45.  
  46. Allowed both HTML script and IPF script screens to be re-sizable.
  47.  
  48. Version 1.04 Jan. 25, 1995
  49.  
  50. Corrected problem with files, i.e. your browser, being
  51. overlayed.
  52.  
  53. Enlargened field lengths.
  54.  
  55. Corrected problem with some tags.
  56.  
  57. Version 1.03 Jan. 21, 1995
  58.  
  59. Integrated Browser/Editor programs.  
  60.  
  61. Added INI file.
  62.  
  63. Improved IPF converter.
  64.  
  65. Version 1.02 Jan. 14, 1995
  66.  
  67. FIrst general release.
  68.