[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV -force_html bug?
From: |
Larry W. Virden, x2487 |
Subject: |
Re: LYNX-DEV -force_html bug? |
Date: |
Thu, 9 Jan 1997 14:37:40 -0500 |
Message-ID: <address@hidden>
> :r! lynx -force_html -dump http://www.netusa.net/~eli/notes/ssi.shtml
>
> <html><head><link rev=made href="mailto:address@hidden">
> <title>SSI test</title></head><body>
> <p>
> Test for SSI functionality.
> <p>
> <hr>
> <!--#config timefmt="%e %B %Y" -->
> <!--#echo var="LAST_MODIFIED" -->
> <hr>
> </body></html>
>
> -force_html is probably intended for just file:// refernces, but why
> shouldn't it also work here?
>
> (Version 2.6)
Interestingly enough, lynx without the -force_html does the same thing:
$ lynx http://www.netusa.net/~eli/notes/ssi.shtml
<html><head><link rev=made href="mailto:address@hidden">
<title>SSI test</title></head><body>
<p>
Test for SSI functionality.
<p>
<hr>
<!--#config timefmt="%e %B %Y" -->
<!--#echo var="LAST_MODIFIED" -->
<hr>
</body></html>
as does a lynx compiled with SSL support in it.
$ slynx http://www.netusa.net/~eli/notes/ssi.shtml
<html><head><link rev=made href="mailto:address@hidden">
<title>SSI test</title></head><body>
<p>
Test for SSI functionality.
<p>
<hr>
<!--#config timefmt="%e %B %Y" -->
<!--#echo var="LAST_MODIFIED" -->
<hr>
</body></html>
--
Larry W. Virden INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should
be construed as representing my employer's opinions.
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;