From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200006292202.SAA24290@cse.psu.edu> From: "James A. Robinson" To: 9fans@cse.psu.edu Subject: Re: [9fans] gtk port In-reply-to: Message from arisawa@ar.aichi-u.ac.jp of "Thu, 29 Jun 2000 17:44:07 EDT."References: <20000629211635.261.qmail@nx.aichi-u.ac.jp> , <962274288.386176@jet.ncc.icyb.kiev.ua> <8jfg5d$2cpu$2@pandora.alkar.net> <20000629211635.261.qmail@nx.aichi-u.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <18524.962316173.1@aubrey.stanford.edu> Date: Thu, 29 Jun 2000 15:02:54 -0700 Topicbox-Message-UUID: ceac2af2-eac8-11e9-9e20-41e7f4b1d025 > Yes Tcl/Tk may be bloated. However, if we have Tcl/Tk on Plan9, > We will also have "Grail", a web brawser written in Python. It would be nice to have a webfs server. I know the hardest part of a web browser is the html display, but to have something that would let you do echo 'http://www.sciencemag.org/' > /mnt/web/get cat /mnt/web/data or echo 'http://bmj.com/cgi/reprint/320/7251/1713.pdf' > /mnt/web/get if ( ~ 'application/pdf' `{cat /mnt/web/header/Content-type}) { pdfview /mnt/web/data } and so on. It would make using existing tools simple, and could be hooked into plumber. Jim