From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <003e01c06dc0$be98b080$0301a8c0@freeze> From: "matt heath" To: <9fans@cse.psu.edu> References: <20001224021200.5227D199DD@mail.cse.psu.edu> <00a401c06d4f$c020e880$35d76ccb@coma> Subject: Re: [9fans] Re: Future of Plan9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Sun, 24 Dec 2000 15:46:55 +0000 Topicbox-Message-UUID: 3d2b7fb4-eac9-11e9-9e20-41e7f4b1d025 There's always the w3c standards compliant browser which is open source and written in c not c++ http://www.w3.org/Amaya/ plan9's graphical shell would also promote something like XML term http://xmlterm.com which renders xml/html interactively from the command line (xcat) To bring it in to the plan9 world I suppose one would mount the page as a file system exposing the DOM, links, images etc. in directories. Use xcat to render the html and echo to manipulate the DOM in the language of choice. Javascript would need to be implemented but I've used python, perl and vbscript to do the job with IE. So build a native script language and a javascript2native converter. plan9 would then have great xml tools esp. with distributed execution plan9 and Inferno are going to have to cope with xhtml and xhtml basic if they want to continue to penetrate the embedded device scene. I think the move to xhtml is a good thing for web design. It would be a mistake to do an html 4 implementation and then watch it all go down the pan. so there's an anwer - email me when it's finished :-)