lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: lynx-dev


From: Kiffin Gish
Subject: RE: lynx-dev
Date: Mon, 25 Aug 2003 08:22:14 +0200

Alright, I found the source file and had a good look through it. It's a
huge file, by the way.

Perhaps you might be so kind as to tell me where I have to look (and
maybe even what I have to change).

Thanks again,
Kiffin

 
--------------------------------------------
Kiffin Rex Gish
Principal Consultant e-Business
 
Email: address@hidden
Tel: +31 (0)182.536.616
Fax: +31 (0)182.538.641
Mob: +31 (0)621.541.257
 
GishTeq
http://www.gishteq.com
Your e-business enablers


-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf
Of Thomas Dickey
Sent: Sunday, August 24, 2003 16:02
To: Kiffin Gish
Cc: address@hidden
Subject: RE: lynx-dev

On Sun, 24 Aug 2003, Kiffin Gish wrote:

> No, I do not think you understand. Please allow me to explain myself
> better and elaborate some more.
>
> I was inspired by the DJ Delorie version of the Lynx Viewer at:
> http://www.delorie.com/web/lynxview.html
>
> I downloaded the latest version of Lynx, installed it on my site, and
> compiled everything to create the executable. I coded by own version
of
> the lynxview.cgi script at:
> http://www.gishteq.com/utl_tmode.html
>
> The idea being to inspire potential customers how important it is to
> design your web site with this in mind (hoping in the end that they
hire
> me as a professional consultant, of course).
>
> What I do is via a CGI-script I run lynx to generate a dump file:
>
>   ./lynx -cfg=./lynx.cfg -force_html -dump 'url' >results.txt
>
> And then I show the results by presenting the contents of this results
> file. Just try it to see better what I mean. Everything is enclosed
> within <pre>-tags to make it readable.

The "-source" option (rather than "-dump") extracts the html content of
the page - that would leave hyperlinks intact.  But that isn't what you
want.  You can suppress the references by adjusting the lynx.cfg, but
for making a formatted output with active links, you'll have to modify
GridText.c

-- 
T.E.Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]