From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pb-smtp1.pobox.com ([64.147.108.70]) by ewsd; Thu May 21 14:00:22 EDT 2020 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id E975C69391; Thu, 21 May 2020 14:00:10 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=sasl; bh=Oh4r1dY0aFkN3gGctiFMdlKdGtc=; b=FWOtNNabWbxsy8J+BunBm1L8Xu7V ijtgsQdYCUuW32Ul3BfFb5CDLkABOLYpta6q077XCdoi3arz5SHE2IJh1tGYyaMD rq9RZMdHpzeUVnMjM/6UXut8P+XOlRgHg6FNLC5EA45FzO3BV4Vk3ft2YAddIro3 Gb8ZAtuJCwlSy7E= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id D7F3069390; Thu, 21 May 2020 14:00:10 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from [IPv6:2607:fb90:4a24:669f:ec7f:1367:46e2:e67b] (unknown [172.58.22.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 623F66938C; Thu, 21 May 2020 14:00:08 -0400 (EDT) (envelope-from unobe@cpan.org) Date: Thu, 21 May 2020 17:59:52 +0000 In-Reply-To: <592FB65470BC7FE96B27C51B46F47948@gmail.com> References: <592FB65470BC7FE96B27C51B46F47948@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9front] netsurf native frontend To: 9front@9front.org,telephil9@gmail.com From: Romano Message-ID: <6B88F8FA-F050-4BAA-A15E-18D67664C74F@cpan.org> X-Pobox-Relay-ID: E85AB804-9B8C-11EA-A2FA-C28CBED8090B-09620299!pb-smtp1.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: open-source transactional session descriptor full-stack optimizer Very cool, Philippe! I'm testing a build now on 386=2E Maybe it was mentioned previously and I didn't see it, but it looks like n= sport is what someone needs to clone first: http://github=2Ecom/netsurf-pla= n9/nsport =2E Then cd into that dir and run 'fetch clone git', 'fetch clone= ssh' or 'fetch clone http' (the instructions in README=2Eplan9 say a simpl= e 'fetch clone' without args would work, but it didn't work for me)=2E Note also that git9 changed the flag for creating a new branch: you might = have to update the fetch script to use -n instead of -c=2E I'll let you know how the build goes, and if I run in to any other gotchas= =2E On May 21, 2020 3:54:03 PM UTC, telephil9@gmail=2Ecom wrote: >Hi, > >I've just committed the initial release for the netsurf native >frontend=2E >Feature-wise it is almost on par with the framebuffer frontend except >for images that are not handled yet=2E >I tried to make it look and behave like a native application but would >like to have some feedback on this=2E > >All code is in the main repository: http://github=2Ecom/netsurf-plan9 > >In order not to mess with the current framebuffer frontend, I created a >separate mkfile found in netsurf/mkfile=2Enative=2E >To build this new frontend, just run mk as usual and then run mk -f >mkfile=2Enative in the netsurf directory=2E > >Regards, >Philippe