From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.oboj.net ([195.178.185.14]) by ewsd; Tue Feb 4 18:56:50 EST 2020 Received: from localhost (localhost [127.0.0.1]) by mail.oboj.net (Postfix) with ESMTP id BD471BF394A; Wed, 5 Feb 2020 00:56:42 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.oboj.net Received: from mail.oboj.net ([127.0.0.1]) by localhost (mail.oboj.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3A6etNLgZm-u; Wed, 5 Feb 2020 00:56:42 +0100 (CET) Received: from www.oboj.net (unknown [195.178.185.23]) by mail.oboj.net (Postfix) with ESMTP id 28CE1BF3949; Wed, 5 Feb 2020 00:56:42 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 05 Feb 2020 01:56:42 +0200 From: jamos@oboj.net To: 9front@9front.org Subject: TODO Netsurf port to Plan 9 Message-ID: X-Sender: jamos@oboj.net User-Agent: Roundcube Webmail/1.3.4 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: webscale hardware just-in-time-based XML over TOR proxy-oriented persistence control 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