lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] A possible modification to Jumps


From: Thomas Dickey
Subject: Re: [Lynx-dev] A possible modification to Jumps
Date: Wed, 11 Jan 2012 15:23:21 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Jan 11, 2012 at 08:02:58PM +0000, Mark Skilbeck wrote:
> Ola, fellow text-lovers.
> 
> After using Lynx for the past couple of days, I've come to the conclusion that
> text-browsers are the only worthy browsers! Thank you for your work. With that
> said, there is an improvement (subjective opinion, o'course!) I would like to 
> see accepted into the code, and that is the ability to supply some content to
> Jump URLs. For example, if I have a Jump defined as:
> 
>   <dd>dgg<dt><a href="http://duckduckgo.com/?s=%s";>DuckDuckGo search</a>,
> 
> a call then to the "ddg" Jump with the extra text "lynx web browser", would be
> expanded as follows:
> 
>   http://duckduckgo.com/?s=lynx+web+browser,
> 
> with proper URL-encoding (Percent-encoding) applied.

sort of like a special-purpose form
 
> I'm working on a patch to send you guys, but I'd like to hear some feedback 
> and
> ideas on how this might be implemented.
> 
> Mark.
> 
> P.S. In the whole of your codebase there's no urlencode function?!

I think this is the closest to what you're referring to:

        LYUCFullyTranslateString

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

Attachment: signature.asc
Description: Digital signature


reply via email to

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