Re: How i can to receive RAW stream of HTML tags ?

-----BEGIN PGP SIGNED MESSAGE-----

>From: galactus@stack.urc.tue.nl (Arnoud "Galactus" Engelfriet)
>
>In article <199608241614.UAA00965@ns.extech.msk.su>,
>"garry" <garry@extech.msk.su> wrote:
>> What i needed for receiving a HTML-tags without any browsers ?
[...]
>In a shell script you can even do it with telnet, although separating
>the headers and the body may be a little tricky.

You might also want to try using Lynx.  This is a text based WWW browser
available on most Unix systems.  It provides a -source option which will
return the HTML source of a URL on standard out; -mime_header will return
the MIME header followed by the source.  E.g.:
lynx -mime_header http://www.osf.org/~meeks 
will return the MIME header and HTML source for my home page.  If lynx is
not already installed on your system, try at:
http://cpeq.com/~tad/archives/unix/net/lynx/INSTALLATION

W. Scott Meeks           | 
Open Group Research Inst.| "Computers don't spam people; people spam people."
meeks@osf.org            | - Jim Griffith, rec.humor.funny moderator
(617) 621-7229           | 

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBMiML5m9oGCo6RFGdAQG62gQAki3eNcGsH4o/LjSGCqR9J1q6meiwPwON
QCcmfDV3Q+wJmVIEOoLU8W+jOrgVzVD++TrUB3IjhBP8oa3+ZEeg7oJ7L7cKLciZ
DPAvOehvEOmf8IlOO1KH5F8LkkXy89Yci/w3jNK0g15pUHwZQ21wo+H98OY9hHX7
t/tpPkogy0Q=
=rcGK
-----END PGP SIGNATURE-----

Received on Tuesday, 27 August 1996 10:54:53 UTC