9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Randolph Fritz <randolph@cyber-dyne.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] gtk port
Date: Thu, 29 Jun 2000 22:13:26 -0700	[thread overview]
Message-ID: <20000629221326.B8523@cyber-dyne.com> (raw)
In-Reply-To: <200006300133.VAA28726@cse.psu.edu>; from jim.robinson@stanford.edu on Fri, Jun 30, 2000 at 01:55:06AM +0000

On Fri, Jun 30, 2000 at 01:55:06AM +0000, James A. Robinson wrote:
>
> I was thinking of acme's model where each window get's it's own id and
> file system.  So each host would have it's own hierarchy. My example
> was poor, I should have posted something along the lines of:
>
>   /mnt/web/new/ctl      (open a new <id> proto://host:port)
>   /mnt/web/new/get      (get back an <id> with data filled from GET)
>
>   /mnt/web/id/get       (quick 'n' dirty GET request)
>   /mnt/web/id/set       (set ?default? outgoing headers/httpauth)
>   /mnt/web/id/post      (longer data submissions?)
>   /mnt/web/id/headers/* (incoming header response)
>   /mnt/web/id/body      (read the body of the response)
>
> Or somesuch. With a private namespace for each host, you don't
> worry about long filenames.
>

Having thought it over, I think you're right.  As Skip T points out:
>
> It would be nice to follow the example of ftpfs, but http
> does not map to a filesystem nicely. I suspect that is why there is
> an hget in the distribution and not an httpfs. For example what should
> the content of /http/x.y.com/i.html be, if a GET of 'http://x.y.com/i.html'
> results in a redirect? How does one represent a query parameter of a URI
> in a filesystem (like http://x.y.com/i.html?user="sam")? etc.
>

The following might be addressed by an NGLayout port:
>
> It seems that the display problems would be straight forward with LOTS
> of code to display HTML (?and interpret Javascript?) and a little
> code for a go-between filter to acme.
>

On Thu, Jun 29, 2000 at 08:41:31PM -0500, Jim Choate wrote:
> I must disagree here, for example:
>
> .../httpd/einstein.ssz.com/index.html
>                           /cdr
>                           /cdr/index.html
>                           /cliology
>                           /cliology/index.html
>                           /...
>          /google.com
>

But many sites aren't organized that way. :( The web's metadata format
is more confused than FTP's.  Hmmm...I don't really understand W3's
RDF metadata format, but that might offer a key to the problem.

--
Randolph Fritz
Eugene, Oregon, USA


  reply	other threads:[~2000-06-30  5:13 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-28 18:04 Hiroki Tamakoshi
2000-06-29 10:56 ` Artem 'Thomas' Hlushko
2000-06-29 12:14   ` Hiroki Tamakoshi
2000-06-30  8:24     ` Artem 'Thomas' Hlushko
2000-06-30 10:15       ` Hiroki Tamakoshi
2000-06-30 13:35         ` Artem 'Thomas' Hlushko
2000-07-01  3:32           ` Berry Kercheval
2000-07-03  9:34             ` Dennis Ritchie
2000-06-30 14:28         ` Randolph Fritz
2000-07-03  9:36           ` Douglas A. Gwyn
2000-06-29 12:52   ` Wladimir Mutel
2000-06-29 21:44     ` arisawa
2000-06-29 22:02     ` James A. Robinson
2000-06-29 22:51       ` Randolph Fritz
2000-06-30  2:18         ` Skip Tavakkolian
2000-06-30  1:41           ` Jim Choate
2000-06-30  3:02           ` arisawa
2000-06-30  1:33       ` James A. Robinson
2000-06-30  5:13         ` Randolph Fritz [this message]
2000-07-03  9:34           ` Andy Newman
2000-06-30  6:03         ` James A. Robinson
2000-06-30  8:26         ` Jonathan Sergent
2000-06-30  0:57 arisawa
2000-06-30  5:08 ` Randolph Fritz
2000-06-30 12:24 rog
2000-06-30 14:45 bwc
2000-06-30 22:02 ` arisawa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000629221326.B8523@cyber-dyne.com \
    --to=randolph@cyber-dyne.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).