9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: vic zandy <zandy@cs.wisc.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Links for Plan 9
Date: Mon, 15 Dec 2003 17:34:57 +0000	[thread overview]
Message-ID: <ekv6105d.fsf@cs.wisc.edu> (raw)
In-Reply-To: <200312151534.hBFFYHfq009718@math.Princeton.EDU>

how about writing a "browse server"?

the plan 9 client sends a url to the browse server.
the server, running on some other operating system,
calls a real web browser to fetch and render the page.
the server then scrapes the rendered page and returns
it to the client for display.

i can think of dozens of very icky issues -- forms,
pop-ups, finding links, knowing when the page is loaded
(or hung or unavailable), a reload button, cookies, ...

more interesting, i think, is whether their solutions
can be designed independent of the browser -- so that
they can be solved once, perhaps by hideous and extreme
means, but then maintained with light work.

for example, the mechanism for scraping the page might
involve accessing off-screen portions of a bitmap that
have not been displayed (or perhaps even rendered).
i'm sure that someone could corner browser brand X into
coughing the bits.  but is there a general (perhaps
OS-dependent) technique to coherently "scroll" bits
from another program's window?

the incentive for examining this approach is that if
successful it would avoid the well-decried maintenance
hassles of both a native plan 9 browser and an
eternally incomplete port of some other giant browser.

compared to vnc'ing to the browser host, you'd get a
client in a real plan 9 window and process that can
communicate in the usual ways (e.g., plumbing) without
helpers.  it'd be simpler to fire up.  also, perhaps
the browser server could be designed to serve a group
of users, which might be easier on an organization than
supporting vnc sessions for everyone.

alas, this is only a suggestion, not an offer.


  reply	other threads:[~2003-12-15 17:34 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-10 22:10 andrey mirtchovski
2003-12-11  2:38 ` David Presotto
2003-12-11  2:39 ` David Presotto
2003-12-12 16:46 ` John Stalker
2003-12-12 17:13   ` mirtchov
2003-12-12 17:15     ` David Presotto
2003-12-13  2:37       ` Dan Cross
2003-12-13  2:48         ` Russ Cox
2003-12-13  3:07           ` Dan Cross
2003-12-13  3:35             ` David Presotto
2003-12-13  8:58             ` Skip Tavakkolian
2003-12-13 18:44               ` ron minnich
2003-12-13 18:06                 ` mirtchov
2003-12-13 22:54                   ` ron minnich
2003-12-13 23:01                     ` boyd, rounin
2003-12-14  5:47                       ` ron minnich
2003-12-13 23:03                     ` boyd, rounin
2003-12-14  5:47                       ` ron minnich
2003-12-14 22:13                   ` Dan Cross
2003-12-14 22:02               ` Dan Cross
2003-12-15  1:49           ` okamoto
2003-12-15  1:52             ` Gorka Guardiola Múzquiz
2003-12-15  2:33               ` okamoto
2003-12-15  7:18                 ` Skip Tavakkolian
2003-12-15  7:02                   ` boyd, rounin
2003-12-15  1:59             ` Geoff Collyer
2003-12-15  2:30               ` okamoto
2003-12-15  2:32                 ` Geoff Collyer
2003-12-15  2:40                   ` okamoto
2003-12-15  2:52                     ` Geoff Collyer
2003-12-15  3:09                       ` okamoto
2003-12-16  1:27                         ` okamoto
2003-12-15  2:48             ` Russ Cox
2003-12-15  3:00               ` okamoto
2003-12-15  5:20               ` mirtchov
2003-12-15 15:34               ` John Stalker
2003-12-15 17:34                 ` vic zandy [this message]
2003-12-15 17:51                   ` mirtchov
2003-12-15 20:01                     ` vic zandy
2003-12-15 20:49                       ` rog
2003-12-15 21:36                         ` Dan Cross
2003-12-15 23:05                           ` C H Forsyth
2003-12-15 23:34                         ` Adrian Tritschler
2003-12-16  4:10                     ` okamoto
2003-12-16  3:34                       ` mirtchov
2003-12-16  4:41                         ` okamoto
2003-12-16  3:57                           ` mirtchov
2003-12-12 19:22 ` John Stalker
2003-12-11  5:18 YAMANASHI Takeshi
2003-12-11  4:36 ` mirtchov
2003-12-15  2:55 YAMANASHI Takeshi
2003-12-16  1:32 YAMANASHI Takeshi
2003-12-16  2:23 ` okamoto

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=ekv6105d.fsf@cs.wisc.edu \
    --to=zandy@cs.wisc.edu \
    --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).