Re: Regarding page reader section of netsurf
by John-Mark Bell
Please keep the mailing list in the CC header.
On Mon, 2009-03-30 at 19:41 +0530, rohyt wrote:
> Hi,
> I am junior undergraduate student in my pre-final year of
> B.tech from IT-BHU. How can i access the archives of the mailing
> list?
They are linked from the page pointed to in the first bullet point on
the ideas page.
J.
14 years, 6 months
[patch] update URL bar when switching tabs
by netsurf.list.markie1@dfgh.net
Hi,
One aspect of the tabbed browsing that I felt needed addressing; it so
happened it was a relatively straightforward patch after tracking down
the necessary details :-)
The 256 length limit is as in browser_window_go_post in /desktop/browser.c
I hope the style is right, I've been registering what you've been saying
today, as well as looking at the way it's presented in the sources
Best
--
Mark
http://www.halloit.com
Key ID 046B65CF
14 years, 6 months
[Fwd: Re: query about gsoc]
by John-Mark Bell
-------- Forwarded Message --------
> From: anand kumar <anandkumar604(a)gmail.com>
> To: John-Mark Bell <jmb(a)netsurf-browser.org>
> Subject: Re: query about gsoc
> Date: Mon, 30 Mar 2009 01:28:52 +0530
>
>
>
> On Mon, Mar 30, 2009 at 12:42 AM, John-Mark Bell
> <jmb(a)netsurf-browser.org> wrote:
> Please keep the mailing list in the CC line.
>
> On Mon, 2009-03-30 at 00:22 +0530, anand kumar wrote:
>
> > I thought of building the adjecency list extracting
> active links
> > and inputs from box tree after it has been passed through
> layout
> > engine.Thus we will be able to build adjecency list taking
> layout into
> > consideration.
>
>
> I am still unclear about what you're proposing. Please can you
> clarify?
>
>
> I thought of maintaining a adjecency list whose nodes will
> represent all the links and input fields in the html page.A pointer is
> maintained to point the current active node( where the keyboard focus
> is.
>
> The adjecency list is build by extracting links and inputs fields
> information from the box tree after it has been passed through
> layoutengine.Thus we will be able to build adjecency list taking
> layout into consideration.
>
> for e.g. if the links in the html page look like this
>
> first_link.html second_link.html third_link.html
>
> fourth_link.html input_field
>
> our adjecency list will be like this....
>
> 0 -> a -> b -> c
> 1 -> e ->f.
>
> with key actions methods like move_leff(), move_right(),
> move_up(),move_down()
> we will be able move our current pointer to different node of the
> adjecency list and then we change the keyboard focus to corresponding
> link or input field.
>
> I hope i am able to make you clear about my idea.
>
>
>
14 years, 6 months
Re: query about gsoc
by John-Mark Bell
Please keep the mailing list in the CC line.
On Mon, 2009-03-30 at 00:22 +0530, anand kumar wrote:
> I thought of building the adjecency list extracting active links
> and inputs from box tree after it has been passed through layout
> engine.Thus we will be able to build adjecency list taking layout into
> consideration.
I am still unclear about what you're proposing. Please can you clarify?
J.
14 years, 6 months
Unexpected program exit on news.google.ru
by Chris Young
If I try to visit news.google.ru, NetSurf crashes - actually appears
to terminate without explanation or warning (if I run from the command
line I can see that it has terminated)
I got a log out of NetSurf visiting only this page - attached.
This is all I get before it exits - there's an error about XML
namespaces on the last line which might be relevant.
Any ideas where this might be going wrong? I didn't think NetSurf had
any way of exiting - other than properly - without an assert() or a
die() - both of which will give me some explanation.
Chris
14 years, 6 months
Regarding application for GSoC 2009 project
by Harsh Verma
Hi NetSurf team,
I have been again to compile the netsurf code and am playing with it for the last one day. I wish to work on the gtk improvement project. Apart from points mentioned in the GSoC page, there are other issues also need to be considered like overriding proxy for local area connection (which I have mentioned previously as well).
As I am around the end of a semester, I am not able to devote much time for reading up the source code, but I looked up the documentation, and found it very informative and it makes me comfortable with the idea of working on someone else code.
My final exams will end by April last week and then I have a 3 month vacation, which I think I can use to full extent while working on the project, as right now I don't have any other commitments.
Can someone please guide me in filling up the application form (waiting for someone to show up at #netsurf on freenode), as I am not sure about how to set up the milestones. As this is my second hand at any open-source project (I am working on my first one during this sem itself, its Conjure, a Torrent client written completely in Haskell: pure functional language), so don't have much experience of working on a project with many contributors, but I think the communication between developers of netsurf will be able to overcome up this gap.
Apart from that I am also interested in developing Native Windows Port for netsurf as I have worked previously on C# developing a Windows Application with Graphical User Interface.
Also I am interesting in keyboard navigation project, and think that adding support like "vimperator add-on for firefox" would be cool as well.
So right now I am stuck up with many ideas and wish to narrowed it down to one. Hopefully someone can help me resolve this problem.
Thanks for going through my mail.
Harsh Verma (lagolas)
Final Year UG
Computer Science and Engineering Dept.
Indian Institute of Technology Kanpur
India
p.s. Waiting for someone to chat on IRC channel.
_________________________________________________________________
The new Windows Live Messenger. You don’t want to miss this.
http://www.microsoft.com/india/windows/windowslive/messenger.aspx
14 years, 6 months
query about gsoc
by anand kumar
hi netsurf team ,
I am interested in working on the module keyboard
navigation.I am considering take layout position
into account and implement moving in 2D.
I think we can use adjecency list (doubly
links) to implement this.We can navigate through arrow+ shift keys to
move between and activate links, inputs in 2D.
Am i thinking in right direction??
14 years, 6 months
Regarding page reader section of netsurf
by abvishal
Hi ,
I am a third year student from IIT Kanpur . I am good at C/C++
and Java .I am trying to apply for GSOC for the first time . I want to
work on the page reader section enlisted under netsurf . I am not much
familiar with the netsurf of espeak .But this was the section I found
interesting . I dont have any prior knowledge .Still I want to apply
and so , what should I do and whom should I talk to specifically , ,for
this project .
regards,
Vishal
3rd year CSE
IIT Kanpur
14 years, 6 months
[Patch] Added Local history button in GTK interface
by edi
Hey,
I added small Local history button between Forward and Back in GTK interface.
Package includes:
- gtk_scaffolding.c (changed 1 function plus added and registered
callback functions),
- netsurf.glade,
- arrow_down.png.
Chris Tarnowski
----------------------
IRC: 3d1
14 years, 6 months
Help in building Netsurf on ubuntu
by Harsh Verma
Hi,
This is in refernece to the GSoC 2009.
I wish to work on Netsurf as a part of GSoc this summer, hence I visited the netsurf GSoC 2009 page, and found the guidelines for applicant. I am stuck at the second step (builind the netsurf from source code).
I am trying to build Netsurf from code obtained from svn repo - (svn://svn.netsurf-browser.org/trunk/netsurf)
While trying to build it via Makefile, it terminates with error:
$ Makefile:320: *** Unable to find library for: NetSurf BMP decoder (libnsbmp). Stop.
I also downloaded the source code for libnsbmp from (svn://svn.netsurf-browser.org/trunk/libnsbmp), and compiled it.
Now the problem is I don't understand how to link the library files with the Netsurf Makefile.
I tried for help on irc channel (#netsurf) but got no response there.
Apart from it, I installed the netsurf binary via 'apt-get install netsurf' (version 1.2, 22 March 2008), though I have netsurf installed on the system, but I seems to have issues connecting to web. I have proxy connection at my place, I configured it for the proxy, but still it is not connecting. I also tried the direct internet connection (bi-passing the proxy server), but still it doesn't connect. Hence if I get the source code running, I might try to fight this bug out.
Also, in the build of netsurf, I found a serious short-coming, it doesnot have option (at least the gui) to bypass the proxy server for local sites. Also, almost every browser now comes in with tabs, adding these supports will be nice as well. All in all I wish to work on GTK frontend with addition to these minor issues of proxy, tabs, etc.
Looking forward to meet you on irc channel and discuss these issue.
Thanks,
Harsh Verma (#netsurf nick: lagolas)
Final Year UnderGrad.
Computer Science and Engineering
Indian Institute of Technology, Kanpur
_________________________________________________________________
How fun is this? IMing with Windows Live Messenger just got better.
http://www.microsoft.com/india/windows/windowslive/messenger.aspx
14 years, 6 months