On Thu, 2009-09-17 at 20:11 +0530, Moutusi De wrote:
> Hi All,
>
> I have compiled Netsurf {"netsurf-r9577.tar.gz"}
> I have built it with Frame buffer option.
> {Just to give a background: we are working on an embedded hand held
> device, with internet connectivity}
>
> I couldn't find any option to configure the proxy or port on this
> version of Netsurf {From my company to access external website, I need
> to configure proxy settings}.
The framebuffer frontend has no configuration UI -- patches welcome.
You can configure a non-authenticated proxy manually by creating a file
~/.netsurf/Choices-fb with the contents:
http_proxy:1
http_proxy_host:<proxy ip>
http_proxy_port:<proxy port>
For more complex proxies, the simplest solution is to run the GTK
frontend, configure the relevant settings and save them, then copy
~/.netsurf/Choices to ~/.netsurf/Choices-fb.
J.