home *** CD-ROM | disk | FTP | other *** search
- -=[+ !DeHTML by Chime/DVS and Philip Banks +]=-
-
- Command line parameters :
-
- !DeHTML [infile outfile] [-length <line length>] [-quit]
-
- infile = HTML file to be used as input
- outfile = Text file to be used as output
- -length = wraps to specified line length
- -quit = automatically quits after De-HTML'ing the file
- ^^ Useful for automatic sessions ^^
-
- Thanks to Philip Banks for the actual back-end code...
-
- v0.01 Front end by Chime/DVS, filter by Philip Banks.
- v0.02 All changes this version by Philip Banks. (30th-Jun-1996)
- -Fixed the save code to insert the leafname of the object being filtered
- rather than the somewhat generic 'Textfile'.
- -Updated the filtering code to handle blank lines in a somewhat more
- sensible fashion.
- -Fixed the paragraph handling code to not silently eat chunks of a
- document when the tag was adjacent to a word.
- -Fixed the filtering procedure so that it is passed the wrapping length
- rather than reading it from a global variable.
- -Updated the code to handle Ordered Lists, up to 100 layers deep. (If you
- are nesting lists more than 100 deep on a single page then you have
- serious problems... :) ) This should mean the code is close to fully
- HTML 2.0 compliant.
-