From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: ** X-Spam-Status: No, score=2.7 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FROM,RDNS_NONE,SPOOFED_FREEMAIL_NO_RDNS autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 16673 invoked from network); 29 Aug 2021 23:00:24 -0000 Received: from unknown (HELO 4ess.inri.net) (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 29 Aug 2021 23:00:23 -0000 Received: from mail-41104.protonmail.ch ([185.70.41.104]) by 4ess; Sun Aug 29 17:07:00 -0400 2021 Received: from mail-0301.mail-europe.com (mail-0301.mail-europe.com [188.165.51.139]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by mail-41104.protonmail.ch (Postfix) with ESMTPS id 4GyQxT6Sntz4xCXG for <9front@9front.org>; Sun, 29 Aug 2021 21:06:53 +0000 (UTC) Authentication-Results: mail-41104.protonmail.ch; dkim=pass (1024-bit key) header.d=protonmail.com header.i=@protonmail.com header.b="TKEl6aL6" Date: Sun, 29 Aug 2021 21:05:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1630271125; bh=5BRdNhxch81oaIqI9TUK0iii935ZyJDUSEwIFkyl0rk=; h=Date:To:From:Reply-To:Subject:From; b=TKEl6aL6ntlNGl3a22OWfem4sgzvGj4MRPA4Ir84xzGCwoehZSpVYt+cEjEkdS9BL brfEXC6Hc1tLLaCVQ2cMbRyrlWEF825r38vRzTKaAcag4MJASeML6e9LMTUqprz74y J9Wej6er2btaAw7n8H1uTpIaYxAI09vDfBXVEMC4= To: 9front@9front.org From: Philip Silva Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: transactional STM element map/reduce locator Subject: [9front] htmlfs Reply-To: 9front@9front.org Precedence: bulk Speaking of Go and gumbo, I was also wondering if there is some sort of htm= lfs. In at lest one forum it was mentioned there would be an xmlfs somewher= e in contrib but couldn't find it. I'd be most curious about how it's struc= tured also given that tags must be ordered. Maybe /mnt/.../html/body/001-di= v/... or .../body/001/div/...? I'm not sure if that would be a nice solutio= n. For the opossum browser I eventually wrote an rpc that gets a css select= or as input and returns jsons of html nodes. (Not really something for a re= usable api I guess, but enough to try some stuff :) Although I'd much prefe= r using a common/clean interface/fs)