9fans archive / 2000 / 06 / 760 prev next
From: jim.robinson@sta... (James A. Robinson)
Subject: gtk port
Date: Thu, 29 Jun 2000 22:27:08 GMT
> 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