rse 97/08/03 02:35:31
Modified: library index.html Log: Added a few more important links (CGI, HTML, etc.) and restructured the page. Revision Changes Path 1.2 +46 -17 apache-site/library/index.html Index: index.html =================================================================== RCS file: /export/home/cvs/apache-site/library/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.html 1997/03/25 04:43:16 1.1 +++ index.html 1997/08/03 09:35:30 1.2 @@ -1,37 +1,66 @@ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> -<TITLE>Apache HTTP Project Library</TITLE> +<TITLE>Apache Project Library</TITLE> </HEAD> -<BODY> +<!-- Background white, links blue (unvisited), navy (visited), red (active) --> +<BODY + BGCOLOR="#FFFFFF" + TEXT="#000000" + LINK="#0000FF" + VLINK="#000080" + ALINK="#FF0000" +> <IMG SRC="../images/apache_sub.gif" ALT=""> -<H2>Apache HTTP Project Library</H2> +<H1>Apache Project Library</H1> -<HR><P> +<HR> -<H3>IETF Working Groups</H3> +<H3>Organisations and Working Groups</H3> <UL> -<LI><A HREF="http://www.ics.uci.edu/pub/ietf/http/"> HTTP Working Group</A></LI> - -<LI><A HREF="http://www-ns.rutgers.edu/www-security/"> HTTP-Security Working Group</A></LI> - -<LI><A HREF="http://www.ics.uci.edu/pub/ietf/html/"> HTML Working Group</A></LI> - -<LI><A HREF="http://www.ics.uci.edu/pub/ietf/uri/"> URI Working Group</A></LI> + <LI><STRONG>Web Organisations</STRONG></LI> + <UL> + <LI><A HREF="http://www.w3.org/">World Wide Web Consortium</A> (W3C)</LI> + </UL> + <LI><STRONG>IETF Working Groups</STRONG></LI> + <UL> + <LI><A HREF="http://www.ics.uci.edu/pub/ietf/http/">HTTP Working Group</A></LI> + <LI><A HREF="http://www-ns.rutgers.edu/www-security/">HTTP-Security Working Group</A></LI> + <LI><A HREF="http://www.ics.uci.edu/pub/ietf/html/">HTML Working Group</A></LI> + <LI><A HREF="http://www.ics.uci.edu/pub/ietf/uri/">URI Working Group</A></LI> + </UL> </UL> + <H3>Protocol Specs and Related Info</H3> <UL> -<LI><A HREF="http://www.w3.org/pub/WWW/Protocols/">HTTP Protocols</A></LI> -<LI><A HREF="http://www.w3.org/pub/WWW/Daemon/User/Config/Logging.html"> Logging in CERN httpd</A></LI> + <LI><STRONG><A HREF="http://www.w3.org/pub/WWW/Protocols/">Hypertext Transfer Protocol</A> (HTTP)</STRONG></LI> + <UL> + <LI><A HREF="http://www.w3.org/pub/WWW/Protocols/rfc1945/rfc1945">RFC1945: HTTP 1.0</A> (Deprecated Standard)</LI> + <LI><A HREF="http://www.w3.org/pub/WWW/Protocols/rfc2068/rfc2068">RFC2068: HTTP 1.1</A> (Proposed Standard)</LI> + </UL> + <LI><STRONG><A HREF="http://www.w3.org/MarkUp/">Hypertext Markup Language</A> (HTML)</STRONG></LI> + <UL> + <LI><A HREF="http://www.ics.uci.edu/pub/ietf/html/rfc1866.txt">RFC1866: HTML 2.0</A></LI> + <LI><A HREF="http://www.w3.org/pub/WWW/TR/REC-html32.html">Reference Spec: HTML 3.2</A></LI> + <LI><A HREF="http://www.w3.org/pub/WWW/TR/WD-html40/">Working Draft: HTML 4.0</A></LI> + </UL> + <LI><STRONG><A HREF="http://www.webreference.com/index2.html">Related Stuff</A></STRONG></LI> + <UL> + <LI><A HREF="http://hoohoo.ncsa.uiuc.edu/cgi/">Common Gateway Interface - CGI/1.1</A></LI> + <LI><A HREF="http://www.oac.uci.edu/indiv/ehood/MIME/1521/rfc1521ToC.html">RFC1521 - MIME (part 1)</A></LI> + <LI><A HREF="http://www.oac.uci.edu/indiv/ehood/MIME/1522/rfc1522ToC.html">RFC1522 - MIME (part 2)</A></LI> + <LI><A HREF="http://www.w3.org/pub/WWW/Daemon/User/Config/Logging.html"> Logging in CERN httpd</A></LI> + </UL> </UL> -<H3>RFCs</H3> +<H3>Frequently Asked Questions (FAQs)</H3> <UL> -<LI><A HREF="http://www.oac.uci.edu/indiv/ehood/MIME/1521/rfc1521ToC.html"> RFC1521 - MIME (part 1)</A></LI> -<LI><A HREF="http://www.oac.uci.edu/indiv/ehood/MIME/1522/rfc1522ToC.html"> RFC1522 - MIME (part 2)</A></LI> +<LI><A HREF="http://ps.superb.net/FAQ/">FAQ Finder</A></LI> +<LI><A HREF="http://www.boutell.com/faq/">World Wide Web FAQ</A></LI> </UL> + <HR>