[see readme.txt file for context] Date: Mon, 28 Oct 91 14:34:12 GMT+0100 From: timbl (Tim Berners-Lee) Message-Id: <9110281334.AA06863@ nxoc01.cern.ch> Received: by NeXT Mailer (1.62) To: www-talk Subject: test again! If you get this, delete it. - Sorry! From timbl Mon Oct 28 16:33:14 1991 Date: Mon, 28 Oct 91 16:33:14 GMT+0100 From: timbl (Tim Berners-Lee) Message-Id: <9110281533.AA06989@ nxoc01.cern.ch > To: www-interest@nxoc01.cern.ch Subject: WorldWideWeb mailing list: Introduction We have (at last!) started the www-interest mailing list. Your name is, for one reason or another, on it. The list is a list for announcements about the World Wide Web (W3) distributed information system, mainly about o New online information available o New W3 software releases If you do not want to be on this list, please accept our apologies and mail listserv@info.cern.ch with the message body delete www-interest If others wish to subscribe to this list, they should mail listserv@info.cern.ch with the message body add www-interest There is a similar list, called www-talk, for developers of W3 software. Members of www-talk get www-interest automatically. If you have any queries for a human response, mail www-interest-request@info.cern.ch. Tim BL __________________________________________________________ Tim Berners-Lee timbl@info.cern.ch World Wide Web project (NeXTMail is ok) CERN Tel: +41(22)767 3755 1211 Geneva 23, Switzerland Fax: +41(22)767 7155 From timbl Tue Oct 29 10:03:11 1991 Date: Tue, 29 Oct 91 10:03:11 GMT+0100 From: timbl (Tim Berners-Lee) Message-Id: <9110290903.AA07413@ nxoc01.cern.ch > To: connolly@pixel.convex.com, www-talk Subject: Re: status. Re: X11 BROWSER for WWW Dan, > I've made some tangible progress on the X11 browser, so I though > I'd let you know. > ... > This code is not in any shape to distribute, or even show anybody. > But it works, and it's pretty speedy. That's enough to encourage me to polish it off. Sounds like great progress! The TCL sounds interesting -- where did you get it? > [If you wan't my stuff, you'll have to be C++ capable. I can't > think in C any more. :-] Don't worry - we can handle C++, although for the line mode browser we wanted portability into places where C++ could not reach. That's why the common code (in WWW/Implementation) is all in C. Believe me, after writing the NeXT browser in Objective-C it was a wrench to conclude that it would have to be deobjectified. > If you could round up some info on exactly what I can expect to see in an HTML file, and some idea of how you want it formatted [I have > the HTML doc and the LineMode browser, but if you've got time to give me a little more info...] I'll be ready to tackle that pretty soon. You ask for info on exactly what you can expect to find in an HTML file, but you've read the two HTML files about HTML. What is missing from there? Here is some discussion about the tags -- where it's not in http://info.cern.ch/hypertext/WWW/MarkUp/Tags.html I have updated that document now. Most of the tags are just style tags: this goes for the headings H1 to H6, the lists UL and OL with list elements LI, the glossary DL with elements DT and DD.