
 LISTHTML 1.2 - HTML file lister (public domain)

 * WHAT IS THIS *****

 Lists files to STDOUT (screen) with text formatting.

 Supports basic text alignment (center, right, left) aswell as some of the
 HTML 3.0 tags (&nbsp, &lt &# ...).
 Can show links, picture sources and document titles.
 Implements a few thing better that Netscape does, but som things suck
 so we're even. ;-)

 * HOW TO USE *****

 You can just type at the command prompt:

     LISTHTML file.htm | more

 or you can pipe it to a viewer that supports input from the STDIN:

     LISTHTML file.htm | list.com

 If you don't have one you can create a dummy text file that you can
 view with your favorite viewer.

     LISTHTML file.htm > dummy.txt
     VIEWER dummy.txt
     del dummy.txt

 If you want to integerate LISTHTML within a file manager like DOS Navigator
 or Norton Commander you'll notice that these two erase the screen listed by
 LISTHTML in that case use the batch file LISTH.BAT provided in the archive.
 Edit it as you please and put LISTHTML.EXE and LISTH.BAT in the directory
 in your PATH.


 * OPTIONS *****

 LISTHTML <file> [options]
          /T - show title
          /L - show links
          /P - show picture text
          /U - show unknown html tags
          /A[#] - default alignment (/A1:left; /A2:center; /A3:right)
 file - required, can be any type of file but why?
 /T - the title of a html document will be shown at the start enclosed with
      to lines

 /L - links are by default enclosed with '<' and '>' characters:
       <Eva Herzigova>
      and if you specify this option it will add the target:
       <Eva Herzigova -> http://www.cdbrom.bom/eva.htm>

 /P - without this option an image will look like this:
        [IMG]
      but with this it will be:
        [IMG - picture1.jpg]
 /U - unknown tags will be show as text [TAG]
 /A[#] - this sets the starting alignment of the document. This does not
         exists in te HTML language but it was so easy to implement that
         I just had to do it.

  * PUBLIC DOMAIN *****

  Why not.
  The source is provided so anyone who wants to add/modify something can
  do it. I would like to get notified if you do so. Also, let me know if
  you port it to UNIX or something.

  * CONTACT *****

  Please, contact me for any bug reports, questions, wishes regarding
  LISTHTML, money dumps ...

  latest versions you can find at:
  http://www.foi.hr/~asmolcic/utils.htm

  asmolcic@foi.hr

  (Address is valid until october 1998. Anyway my login will always be the
  same so after that period try asmolcic@usa.net or asmolcic@yahoo.com etc.)

  Ante Smolcic - Smola