home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / dehtml / !DeHTML / !Help next >
Text File  |  1996-06-29  |  1KB  |  29 lines

  1. -=[+ !DeHTML by Chime/DVS and Philip Banks +]=-
  2.  
  3. Command line parameters :
  4.  
  5. !DeHTML [infile outfile] [-length <line length>] [-quit]
  6.  
  7. infile  = HTML file to be used as input
  8. outfile = Text file to be used as output
  9. -length = wraps to specified line length
  10. -quit   = automatically quits after De-HTML'ing the file
  11.           ^^ Useful for automatic sessions ^^
  12.  
  13. Thanks to Philip Banks for the actual back-end code...
  14.  
  15. v0.01 Front end by Chime/DVS, filter by Philip Banks.
  16. v0.02 All changes this version by Philip Banks. (30th-Jun-1996)
  17.       -Fixed the save code to insert the leafname of the object being filtered
  18.        rather than the somewhat generic 'Textfile'.
  19.       -Updated the filtering code to handle blank lines in a somewhat more
  20.        sensible fashion.
  21.       -Fixed the paragraph handling code to not silently eat chunks of a
  22.        document when the tag was adjacent to a word.
  23.       -Fixed the filtering procedure so that it is passed the wrapping length
  24.        rather than reading it from a global variable.
  25.       -Updated the code to handle Ordered Lists, up to 100 layers deep. (If you
  26.        are nesting lists more than 100 deep on a single page then you have
  27.        serious problems... :) ) This should mean the code is close to fully
  28.        HTML 2.0 compliant.
  29.