> Hi. As I understand it the output of the Unix command line
> client
> www -source "url"
> is supposed to be in HTML format. To my surprise the
> output of
> www -source "gopher://gopher.domain.org"
> is just ASCII, with no formatting and no URL links to other
> gopher sites.
Sounds right to me. It's nice that "www -source" simply returns
whatever the server on the far end sent. If you then want to mark up
non-HTML things to be HTML on the client side in your app, that would be
OK too. But please don't convert ftp://foo.org.domain/pub/dir/foo.tar.Z
to HTML for me, thanks.
Bill