Diff for /libwww/README.html between versions 1.8 and 1.9

version 1.8, 1995/08/25 20:22:07 version 1.9, 1995/10/17 22:13:49
Line 1 Line 1
 <HTML>  <HTML>
 <HEAD>  <HEAD>
 <TITLE>Read Me</TITLE>  <TITLE>Read Me</TITLE>
 <!-- Changed by: Henrik Frystyk Nielsen, 25-Aug-1995 -->  <!-- Changed by: Henrik Frystyk Nielsen, 14-Oct-1995 -->
 </HEAD>  </HEAD>
 <BODY>  <BODY>
   
Line 21  it contains the source code for the foll Line 21  it contains the source code for the foll
   
 <UL>  <UL>
 <LI><A HREF="Library/">W3C Reference Library</A>  <LI><A HREF="Library/">W3C Reference Library</A>
 <LI><A HREF="Daemon/">CERN HTTPD</A>  <LI><A HREF="Daemon/">W3C httpd</A>
 <LI><A HREF="LineMode/">Line Mode Browser</A>  <LI><A HREF="LineMode/">W3C Line Mode Browser</A>
 <LI><A HREF="NextStep/Status.html">Next Browser/Editor</A>  
 </UL>  </UL>
   
 At the bottom of this file, you will find pointers to more information.  At the bottom of this file, you will find pointers to more information.
Line 32  At the bottom of this file, you will fin Line 31  At the bottom of this file, you will fin
   
 All distribution files contain the source code for each of the  All distribution files contain the source code for each of the
 modules. W3C also provides a wide set of precompiled binaries which  modules. W3C also provides a wide set of precompiled binaries which
 are available either <A HREF="../Dist">directly via HTTP</A> or via  are available either <A HREF="../Dist/">directly via HTTP</A> or via
 anonymous FTP from <A HREF="ftp://ftp.w3.org/pub">ftp.w3.org</A>.<P>  anonymous FTP from <A HREF="ftp://ftp.w3.org/pub/">ftp.w3.org</A>.<P>
   
 All of the distribution packets are available as compressed tar files,  All of the distribution packets are available as compressed tar files,
 and some are also available as zip files. For the compressed tar  and some are also available as zip files. For the compressed tar
Line 74  follows (directories): Line 73  follows (directories):
   
         WWW/Library                     W3C Reference Library          WWW/Library                     W3C Reference Library
         WWW/Library/Implementation      Source Code          WWW/Library/Implementation      Source Code
           WWW/Library/User                Documentation
         WWW/Library/&lt;platform&gt;/*  Platform dependent object files          WWW/Library/&lt;platform&gt;/*  Platform dependent object files
   
         WWW/Daemon                      CERN HTTPD          WWW/Daemon                      W3C httpd
         WWW/Daemon/Implementation       Source Code          WWW/Daemon/Implementation       Source Code
         WWW/Daemon/&lt;platform&gt;/*           Platform dependent object files          WWW/Daemon/&lt;platform&gt;/*           Platform dependent object files
   
         WWW/LineMode                    LineMode Browser          WWW/LineMode                    W3C LineMode Browser
         WWW/LineMode/Implementation     Source Code          WWW/LineMode/Implementation     Source Code
           WWW/LineMode/Defaults/          Documentation
         WWW/LineMode/&lt;platform&gt;/* Platform dependent object files          WWW/LineMode/&lt;platform&gt;/* Platform dependent object files
   
         WWW/Next                        Next Browser/Editor  
         WWW/Next/Implementation         Source Code  
         WWW/Next/&lt;platform&gt;/*             Platform dependent object files  
 </PRE>  </PRE>
   
 Some or more of these directories might not be there. This depends on  Some or more of these directories might not be there. This depends on
 the number of distribution files. In general there is one distribution  the number of distribution files. In general there is one distribution
 file pr. module (Library, LineMode Browser, and Daemon). The Library  file pr. module (Library, Line Mode Browser, and Daemon). Please note
 distribution file is required for all the other module.  that the Library distribution file is required for all other modules.
   
 <H2>Compilation</H2>  <H2>Compilation</H2>
   
Line 145  HREF="TheProject.html">World-Wide Web</A Line 142  HREF="TheProject.html">World-Wide Web</A
 software is build on top of it. The Library is a required part of all  software is build on top of it. The Library is a required part of all
 other W3C applications in this distribution. <P>  other W3C applications in this distribution. <P>
   
 You can get more information from the <A HREF="Library/">online  The Library documentation is included in the distribution file and you
 documentation</A> <B>[2]</B> and if you don't have a WWW client then  can find the top page at
 telnet to <CODE>telnet.w3.org</CODE> (no userid or password required)  
 and you will get the Line Mode Browser.  <PRE>
           Library/User/Overview.html
   </PRE>
   
 <H2>LineMode Browser</H2>  You can also use the <A HREF="Library/">online documentation</A>
   <B>[2]</B>
   
 The Line Mode Browser is a character based World-Wide Web Browser.  It  <H2>W3C LineMode Browser</H2>
   
   The W3C Line Mode Browser is a character based World-Wide Web Browser.  It
 is developed for use on dumb terminals and as a test tool for the  is developed for use on dumb terminals and as a test tool for the
 Common Code Library. It can be run in interactive mode, non-  Common Code Library. It can be run in interactive mode, non-
 interactive mode and as a proxy client. Furthermore it gives a variety  interactive mode and as a proxy client. Furthermore it gives a variety
Line 161  primarily intended as a test-tool for qu Line 163  primarily intended as a test-tool for qu
 in batch jobs.<P>  in batch jobs.<P>
   
 Installation is very simple as the application can run without any  Installation is very simple as the application can run without any
 particular seup. You can specify your own <EM>HOME PAGE</EM> using the  particular setup. You can specify your own <EM>HOME PAGE</EM> using
 <CODE>WWW_HOME</CODE> environment variable. Remember toy setup a  the <CODE>WWW_HOME</CODE> environment variable. Remember toy setup a
 <CODE>NNTPSERVER</CODE> environment variable before you try to access  <CODE>NNTPSERVER</CODE> environment variable before you try to access
 a news server. <P>  a news server. <P>
   
 You can get more information from the is available at <A  The Line Mode Browser documentation is included in the distribution
 HREF="LineMode/">online documentation</A> <B>[3]</B> and if you don't  file and you can find the top page at
 have a WWW client then telnet to <CODE>telnet.w3.org</CODE> (no userid  
 or password required) and you will get the Line Mode Browser.  <PRE>
           LineMode/Defaults/Overview.html
   </PRE>
   
   You can also use the <A HREF="LineMode/">online documentation</A>
   <B>[3]</B>
   
 <H2>Server</H2>  <H2>Server</H2>
   
 CERN httpd is a generic public domain full-featured hypertext server  W3C httpd is a generic public domain full-featured hypertext server
 which can be used as a regular HTTP server. The running typically on  which can be used as a regular HTTP server. The running typically on
 port 80 to serve hypertext and other documents, and also as a proxy --  port 80 to serve hypertext and other documents, and also as a proxy --
 a server on a firewall machine -- that provides access for people  a server on a firewall machine -- that provides access for people
Line 183  response times. <P> Line 190  response times. <P>
   
 Follow instructions above for compiling and then go on to "<A  Follow instructions above for compiling and then go on to "<A
 NAME="z9" HREF="Daemon/User/Installation/Installation.html">  NAME="z9" HREF="Daemon/User/Installation/Installation.html">
 Installing the basic W3 server</A>". <P>  Installing the basic W3 server</A>". You can also use the <A
   HREF="Daemon/">online documentation</A> <B>[4]</B>
 You can get more information from the is available at <A  
 HREF="Daemon/">online documentation</A> <B>[4]</B> and if you don't  
 have a WWW client then telnet to <CODE>telnet.w3.org</CODE> (no userid  
 or password required) and you will get the Line Mode Browser.  
   
 <H2>NeXTStep Browser/Editor</H2>  
   
 The browser for the NeXT is those files contained in the application  
 directory WWW/Next/Implementation/WorldWideWeb.app and is  
 compiled. When you install the app, you may want to configure the  
 default page, WorldWideWeb.app/default.html. These must point to some  
 useful information! You should keep it up to date with pointers to  
 info on your site and elsewhere. If you use the W3C home page note  
 there is a link at the bottom to the master copy on our server. You  
 should set up the address of your local news server with  
   
 <PRE>  
         dwrite WorldWideWeb NewsHost news  
 </PRE>  
   
 replacing the last word with the actual address of your news host.  
 See <A NAME="6" HREF="NextStep/Installation.html">Installation  
 instructions</A>. <P>  
   
 You can get more information from the is available at is available at  
 <A HREF="NextStep/Status.html">online documentation</A> <B>[5]</B> and  
 if you don't have a WWW client then telnet to  
 <CODE>telnet.w3.org</CODE> (no userid or password required) and you  
 will get the Line Mode Browser.  
   
 <H2>Places to contact</H2>  <H2>Places to contact</H2>
   
Line 222  ideas etc. then please contact the follo Line 200  ideas etc. then please contact the follo
   
 <UL>  <UL>
 <LI><B><A HREF="mailto:libwww@w3.org">libwww@w3.org</A></B> regarding the W3C Reference Library  <LI><B><A HREF="mailto:libwww@w3.org">libwww@w3.org</A></B> regarding the W3C Reference Library
 <LI><B><A HREF="mailto:httpd@w3.org">httpd@w3.org</A></B> regarding the CERN HTTPD  <LI><B><A HREF="mailto:httpd@w3.org">httpd@w3.org</A></B> regarding the W3C httpd
 <LI><B><A HREF="mailto:www-bug@w3.org">www-bug@w3.org</A></B> regarding the Line Mode Browser  <LI><B><A HREF="mailto:www-bug@w3.org">www-bug@w3.org</A></B> regarding the W3C Line Mode Browser
 <LI><B><A HREF="mailto:www-bug@w3.org">www-bug@w3.org</A></B> regarding the Next Browser/Editor  
 </UL>  </UL>
   
 <H2>Useful Pointers</H2>  <H2>Useful Pointers</H2>
Line 238  These are the locations where you can ge Line 215  These are the locations where you can ge
 <LI><A HREF="http://www.w3.org/member/WWW/Library/">http://www.w3.org/member/WWW/Library/</A>  <LI><A HREF="http://www.w3.org/member/WWW/Library/">http://www.w3.org/member/WWW/Library/</A>
 <LI><A HREF="http://www.w3.org/member/WWW/LineMode/">http://www.w3.org/member/WWW/LineMode/</A>  <LI><A HREF="http://www.w3.org/member/WWW/LineMode/">http://www.w3.org/member/WWW/LineMode/</A>
 <LI><A HREF="http://www.w3.org/member/WWW/Daemon/">http://www.w3.org/member/WWW/Daemon/</A>  <LI><A HREF="http://www.w3.org/member/WWW/Daemon/">http://www.w3.org/member/WWW/Daemon/</A>
 <LI><A HREF="http://www.w3.org/member/WWW/NextStep/Status.html">http://www.w3.org/member/WWW/NextStep/Status.html</A>  
 </OL>  </OL>
   
 <H3>Other</H3>  <H3>Other</H3>
Line 248  These are the locations where you can ge Line 224  These are the locations where you can ge
 <LI><A HREF="http://www.w3.org/hypertext/WWW/Library/">http://www.w3.org/hypertext/WWW/Library/</A>  <LI><A HREF="http://www.w3.org/hypertext/WWW/Library/">http://www.w3.org/hypertext/WWW/Library/</A>
 <LI><A HREF="http://www.w3.org/hypertext/WWW/LineMode/">http://www.w3.org/hypertext/WWW/LineMode/</A>  <LI><A HREF="http://www.w3.org/hypertext/WWW/LineMode/">http://www.w3.org/hypertext/WWW/LineMode/</A>
 <LI><A HREF="http://www.w3.org/hypertext/WWW/Daemon/">http://www.w3.org/hypertext/WWW/Daemon/</A>  <LI><A HREF="http://www.w3.org/hypertext/WWW/Daemon/">http://www.w3.org/hypertext/WWW/Daemon/</A>
 <LI><A HREF="http://www.w3.org/hypertext/WWW/NextStep/Status.html">http://www.w3.org/hypertext/WWW/NextStep/Status.html</A>  
 </OL>  </OL>
   
 <EM>Have fun!</EM>  <EM>Have fun!</EM>
Line 256  These are the locations where you can ge Line 231  These are the locations where you can ge
 <P>  <P>
 <HR>  <HR>
   
 <ADDRESS>Henrik Frystyk, May 1995</ADDRESS>  <ADDRESS>Henrik Frystyk, October 1995</ADDRESS>
   
 </BODY>  </BODY>
 </HTML>  </HTML>

Removed from v.1.8  
changed lines
  Added in v.1.9


Webmaster