From nigel at mail.turbo10.com Sat Feb 3 00:36:08 2007 From: nigel at mail.turbo10.com (Nigel Hamilton) Date: Sat, 03 Feb 2007 07:36:08 +0000 Subject: [elinks-users] Rendering with ELinks Message-ID: <45C43B68.1010406@mail.turbo10.com> Hi, Elinks is working really well for me as a Perl class browser! But I know have a requirement to render two large on a page. Rendering this framed page with elinks works well: http://www.eits.uga.edu/webhelp/css/framere.html But is there a way to do the equivalent with IFRAMES? I currently get an [IFRAME] placeholder instead of an inline frame. Can someone please point me to an example URL where render in elinks? Thanks NIge From nigel at turbo10.com Sat Feb 3 07:40:44 2007 From: nigel at turbo10.com (Nigel Hamilton) Date: Sat, 3 Feb 2007 14:40:44 +0000 Subject: [elinks-users] Fwd: Rendering with ELinks In-Reply-To: <45C43B68.1010406@mail.turbo10.com> References: <45C43B68.1010406@mail.turbo10.com> Message-ID: <50fec4060702030640g769a8dd6ua5736a42a5cccf2f@mail.gmail.com> ---------- Forwarded message ---------- Hi, Elinks is working really well for me as a Perl class browser! But I know have a requirement to render two large on a page. Rendering this framed page with elinks works well: http://www.eits.uga.edu/webhelp/css/framere.html But is there a way to do the equivalent with IFRAMES? I currently get an [IFRAME] placeholder instead of an inline frame. Can someone please point me to an example URL where render in elinks? Thanks NIge -------------- next part -------------- An HTML attachment was scrubbed... URL: http://linuxfromscratch.org/pipermail/elinks-users/attachments/20070203/c2d4fc87/attachment.html From kon at iki.fi Sat Feb 3 09:44:47 2007 From: kon at iki.fi (Kalle Olavi Niemitalo) Date: Sat, 03 Feb 2007 18:44:47 +0200 Subject: [elinks-users] Rendering with ELinks In-Reply-To: <45C43B68.1010406@mail.turbo10.com> References: <45C43B68.1010406@mail.turbo10.com> Message-ID: <87sldn5gxs.fsf@Astalo.kon.iki.fi> Nigel Hamilton writes: > Rendering this framed page with elinks works well: > http://www.eits.uga.edu/webhelp/css/framere.html > > But is there a way to do the equivalent with IFRAMES? Not currently. In src/document/html/parser/parse.c, we have: {"IFRAME", html_iframe, NULL, 1, ET_NON_PAIRABLE}, Then in src/document/html/parser/link.c, html_iframe calls html_iframe_do, which calls put_link_line to generate a link to the URI given in the src attribute. There is no provision for following that URI automatically and rendering the resource as part of the parent. I'm not really familiar with the HTML engine so I don't know how difficult that would be to implement. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available Url : http://linuxfromscratch.org/pipermail/elinks-users/attachments/20070203/b7489647/attachment.bin From gmane.comp.web.elinks.user at expires-on-2007-02-22.usenet.andreas-borchert.de Wed Feb 14 03:57:26 2007 From: gmane.comp.web.elinks.user at expires-on-2007-02-22.usenet.andreas-borchert.de (gmane.comp.web.elinks.user at expires-on-2007-02-22.usenet.andreas-borchert.de) Date: Wed, 14 Feb 2007 10:57:26 +0000 (UTC) Subject: [elinks-users] Editing forms using UTF-8 Message-ID: I have a website with text fields in forms that use UTF-8 characters [1] that delivers its web pages in UTF-8. I have a working UTF-8 locale on my system [2], I can actually see all the symbols I am interested in, and my vim installation is happy to work with UTF-8. The only remaining problem is to get the original UTF-8 contents from elinks [3] to vim [4]. Unfortunately, it is converted to ISO-8859-1 and all characters not representable in ISO-8859-1 end up as substitute sequences, e.g. /- for the cross. Is this supported? Am I missing some configuration option? Is it supported by the current development tree? Any help is appreciated as I love the combination of elinks with vim. Andreas. [1] Nothing fancy, just Wikipedia including its extended set of symbols. [2] Solaris 10 [3] ELinks 0.11.1 [4] I've set document.browse.forms.editor to vim with some useful parameters for the Wikipedia. From kon at iki.fi Sat Feb 17 03:25:43 2007 From: kon at iki.fi (Kalle Olavi Niemitalo) Date: Sat, 17 Feb 2007 12:25:43 +0200 Subject: [elinks-users] Editing forms using UTF-8 In-Reply-To: References: Message-ID: <873b55dqs8.fsf@Astalo.kon.iki.fi> A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available Url : http://linuxfromscratch.org/pipermail/elinks-users/attachments/20070217/3a04ca93/attachment.bin From arturo.didonna at gmail.com Sun Feb 18 03:24:23 2007 From: arturo.didonna at gmail.com (Arturo DiDonna) Date: Sun, 18 Feb 2007 11:24:23 +0100 Subject: [elinks-users] Dumping in HTML format Message-ID: Hi everyone. I am a pretty happy elinks user, but I am struggling to let it dump a page in html format. For example, when I give the command: elinks www.yahoo.com -dump I get on the screen the already text formatted page, whereas I would be interested in getting it in the 'raw' html format. Is there any workaround about this? Thanks in advance. Arturo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://linuxfromscratch.org/pipermail/elinks-users/attachments/20070218/3acdaabf/attachment.html From jeff.covey at pobox.com Sun Feb 18 08:25:34 2007 From: jeff.covey at pobox.com (jeff covey) Date: Sun, 18 Feb 2007 10:25:34 -0500 Subject: [elinks-users] Dumping in HTML format In-Reply-To: References: Message-ID: <20070218152534.GA2692@mona.jeffcovey.net> on Sun, Feb 18, 2007 at 11:24:23AM +0100%, Arturo DiDonna said: > elinks www.yahoo.com -dump you want -source, not -dump. sincerely, -- jeff covey http://jeffcovey.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 229 bytes Desc: Digital signature Url : http://linuxfromscratch.org/pipermail/elinks-users/attachments/20070218/f56d31ab/attachment-0001.bin From igorkey at gmail.com Thu Feb 22 06:59:36 2007 From: igorkey at gmail.com (Igor Cappello) Date: Thu, 22 Feb 2007 13:59:36 +0000 Subject: [elinks-users] https login form, proxy problem Message-ID: <356c4faf0702220559m7f1eb07dy77052b3d1d36de72@mail.gmail.com> When I try to authenticate to a page (example: the www.google.com account page) which uses https protocol, with a proxy ($http_proxy and $https_proxy are ok), I get an error message: "unable to retrieve proxy://proxy_addr:proxy_port/https://the_rest_of_the_auth_page_address.php (POST DATA) SSL error" what am I doing wrong? Is the url in the message acceptable? thanks in advance. From kon at iki.fi Sat Feb 24 05:49:12 2007 From: kon at iki.fi (Kalle Olavi Niemitalo) Date: Sat, 24 Feb 2007 14:49:12 +0200 Subject: [elinks-users] Security bug 937: ELinks reveals POST data to HTTPS proxy In-Reply-To: <356c4faf0702220559m7f1eb07dy77052b3d1d36de72@mail.gmail.com> References: <356c4faf0702220559m7f1eb07dy77052b3d1d36de72@mail.gmail.com> Message-ID: <873b4vd8l3.fsf@Astalo.kon.iki.fi> A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available Url : http://linuxfromscratch.org/pipermail/elinks-users/attachments/20070224/8617eb50/attachment.bin