From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 3 May 2010 09:52:51 -0400 To: 9fans@9fans.net Message-ID: <15f62b9fcbc983a542cad765f9378fb7@kw.quanstro.net> In-Reply-To: <9D8BD485-DCF5-43E0-B76B-A573D2D23203@fastmail.fm> References: <9D8BD485-DCF5-43E0-B76B-A573D2D23203@fastmail.fm> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] New user Topicbox-Message-UUID: 188558ee-ead6-11e9-9d60-3106f5b1d025 > things, but I don't know what would happen about local pages with > external links. Perhaps all we really need is for Abaco to understand > that things given on the command line can't possibly be relative > links. *pokes fgb* ;) html rendering is seperate. that's why you need to have webfs(4) and webcookies(4) available in abaco's namespace. > Hmm... I'm starting to think most of what I dislike in Plan 9 is due > to dropped metadata, in this case Abaco discarding the source of a url > before parsing it. see if this executable fixes the problem: /n/sources/contrib/quanstro/webfs i fixed some relative links about 4 years ago and may not have submitted a patch. the unfixed grief i have with webfs is that it does not do character set translation for character sets appearing in the http headers, rather than in the html headers. it really was unfortunate to put that information in two places. - erik