You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Rodent of Unusual Size <co...@hyperreal.com> on 1997/06/28 08:36:24 UTC

cvs commit: apache-devsite footer.html header.html index.html

coar        97/06/27 23:36:24

  Added:       .         footer.html header.html index.html
  Log:
  	Add a front page to the Dev.Apache.Org area.
  
  Revision  Changes    Path
  1.1                  apache-devsite/footer.html
  
  Index: footer.html
  ===================================================================
    <HR>
  
  
  
  1.1                  apache-devsite/header.html
  
  Index: header.html
  ===================================================================
  <DIV ALIGN="CENTER">
   <IMG SRC="images/apache_logo.gif" ALT="[APACHE]">
  </DIV>
  
  
  
  1.1                  apache-devsite/index.html
  
  Index: index.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  <HTML>
   <HEAD>
    <TITLE>Apache Project Development Site</TITLE>
   </HEAD>
  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
   <BODY
    BGCOLOR="#FFFFFF"
    TEXT="#000000"
    LINK="#0000FF"
    VLINK="#000080"
    ALINK="#FF0000"
   >
  <!--#include virtual="header.html" -->
    <H1 ALIGN="CENTER"><SAMP>Dev.Apache.Org</SAMP> - Developer Resources</H1>
    <P>
    This site includes many of the reference materials used by The Apache
    Group in their development efforts.
    </P>
    <UL TYPE="CIRCLE">
     <LI>Developer access to the
      <A
       HREF="http://dev.apache.org/private/bugdb.cgi"
      >bug database</A>
     </LI>
     <LI>The latest draft of the
      <A
       HREF="project-plan"
      >Apache project plan</A>
     </LI>
     <LI>Rules and information about
      <A
       HREF="voting"
      >voting</A>
     </LI>
     <LI>The Apache coding
      <A
       HREF="styleguide"
      >style guide</A>
     </LI>
     <LI>Some notes on
      <A
       HREF="API.html"
      >the API</A>
     </LI>
    </UL>
  <!--#include virtual="footer.html" -->
   </BODY>
  </HTML>