9front - general discussion about 9front
 help / color / mirror / Atom feed
* TODO Netsurf port to Plan 9
@ 2020-02-04 23:56 jamos
  2020-02-05 15:21 ` [9front] " ori
  0 siblings, 1 reply; 2+ messages in thread
From: jamos @ 2020-02-04 23:56 UTC (permalink / raw)
  To: 9front

Dear all,

I have compiled a small TODO list for the port of Netsurf to Plan 9 from 
things that I can come to think of. I also made the list so that it 
would be easer to select a task for anyone that would find it fun to 
help out. Maybe you would like to play with something on the list? The 
support for various image formats could be one thing that is easy to do 
in parallel with other tasks.

I am not expecting changes in 9front just to compile upstream netsurf 
without patches, neither do I believe that the Netsurf team would change 
their code base too much in order for it to compile out of the box in 
Plan 9. All comments are welcome, however. As Ori and Kyle mentioned 
they were willing to work on some things, I put their names in brackets 
for those tasks :-)

Higher priority tasks:

* clean up the mkfiles, factor out common parts [Ori B]
* implement webfs fetcher backend [Kyle N]
* alternatively integrate with libcurl
* compress image updates sent to /dev/draw [Jonas A]
* iconv library support (convert between different character encodings.
* make content handlers for jpg, png & svg compile & work
	(netsurf/content/handlers/image/ now commented out in netsurf/mkfile)
* start on a native gui frontend (netsurf/frontends/plan9/gui.c)
	(lots of things, fonts handling etc.)
* netsurf/frontends/framebuffer/gui.c
	fix Options handling (argc/argv) in main()
* add support for pread() pwrite() and fceil() in APE
	(now implemented in posix/*)
* look into the warning "Using dodgy gettimeofday() fallback"
	in libnsutils/src/time.c

Maybe less important tasks: (mostly for easier upstream integration)

* make translator between flex/bison and lex/yacc for *.l and
	*.y files. Also something for perl scripts maybe.
* look into the macros in libwapcaplet. Not all macros are understood
	by cpp (now using function decl. from older version of the library.
* make the code in libnsfb-0.2.1/src/plot/*.c byte order agnostic
	(might not matter if we make an native GUI)
* implement VLA (Variable Lentgth Arrays) - or an good  way to
	avoid them (if upstream is updated)

Netusrf Project Style Guide: 
https://www.netsurf-browser.org/developers/StyleGuide.pdf
Netsurf for Plan 9 source: https://github.com/netsurf-plan9



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] TODO Netsurf port to Plan 9
  2020-02-04 23:56 TODO Netsurf port to Plan 9 jamos
@ 2020-02-05 15:21 ` ori
  0 siblings, 0 replies; 2+ messages in thread
From: ori @ 2020-02-05 15:21 UTC (permalink / raw)
  To: jamos, 9front


> Higher priority tasks:
> 

two related tasks that are missing here, which are very
important to keep this port viable:

- prepare and shepherd through patches for upstream.
- merge upstream master regularly (maybe even automate?)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-05 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 23:56 TODO Netsurf port to Plan 9 jamos
2020-02-05 15:21 ` [9front] " ori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).