jim         99/03/13 06:56:00

  Modified:    .        index.html project-plan.html
  Added:       .        platforms.html
  Log:
  Add the platform-developer mapping as
  well as some Plan updates
  
  Revision  Changes    Path
  1.27      +6 -1      apache-devsite/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /export/home/cvs/apache-devsite/index.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- index.html        1998/12/12 07:00:04     1.26
  +++ index.html        1999/03/13 14:55:59     1.27
  @@ -50,12 +50,17 @@
     <P>
     <H2>General Developer Guidelines</H2>
     <UL TYPE="SQUARE">
  +   <LI><A HREF="paltforms.html">The Platform-Developer's list</A>
  +       <BR>
  +       (last modified on <!--#flastmod virtual="platforms.html" -->)
  +   </LI>
      <LI>The latest draft of the
          <A HREF="project-plan.html">Apache project plan</A>
          <BR>
          (last modified on <!--#flastmod virtual="project-plan.html" -->)
      </LI>
  -   <LI><A HREF="guidelines.html">Apache Project Guidelines</A>.
  +   <LI><A HREF="guidelines.html">Apache Project Guidelines</A>
  +       <BR>
          (last modified on <!--#flastmod virtual="guidelines.html" -->)
      </LI>
      <LI>The Apache coding <A HREF="styleguide.html">style guide</A>
  
  
  
  1.5       +37 -33    apache-devsite/project-plan.html
  
  Index: project-plan.html
  ===================================================================
  RCS file: /export/home/cvs/apache-devsite/project-plan.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project-plan.html 1998/04/15 17:15:47     1.4
  +++ project-plan.html 1999/03/13 14:55:59     1.5
  @@ -1,16 +1,23 @@
  -<HTML><HEAD>
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  +<HTML>
  +<HEAD>
   <TITLE>Apache Server Project Plan</TITLE>
   </HEAD>
  +<!-- Background white, links blue (unvisited), navy (visited), red (active) 
-->
  +<BODY
  +BGCOLOR="#FFFFFF"
  +TEXT="#000000"
  +LINK="#0000FF"
  +VLINK="#000080"
  +ALINK="#FF0000"
  +>
   
  -<BODY>
   <H1>Apache Server Project Plan</H1>
   <hr>
  -<p><strong>THIS DOCUMENT IS COMPLETELY AND UTTERLY OUT OF DATE.  But nobody
  -ever gets around to cleaning it up... there is no well defined plan
  -for apache 1.3 and beyond.</strong>
  +<p><strong>THIS DOCUMENT IS CURRENTLY BEING UPDATED. PLANS POST 2.0 ARE 
STILL FUZZY! </strong>
   <p><hr>
   
  -<strong>You've been warned!</strong><p>
  +<p>
   
   This document aims to encapsulate our plans for world domination, uh,
   I mean, further work on the Apache web server.  This is simply a
  @@ -22,41 +29,39 @@
   
   Last modified: <!--#echo var="LAST_MODIFIED" -->
   
  -<H2>1.3</H2>
  -
  -<UL>
  -<LI>Port to NT, multithreading on NT only.
  -<LI>Various performance enhancements.
  -<LI>Various bugfixes/tweaks as mentioned in [STATUS] files.
  -<LI>When 1.3 is ready for beta, the above small tweaks stop.
  -</UL>
  -
   <H2>2.0</H2>
   
   <UL>
  -<LI>Multithreading
  -<LI>Enforcement of an "Apache Style" for code.
  -<LI>Configuration API, so that different configuration loaders can be 
written (Perl, Java, etc.)
  -<LI>More API hooks:
  -<UL>
  + <LI>Multithreaded/Multiprocess hybrid
  + <LI>An Apache runtime library
  + <LI>Shared memory pools
  + <LI>Absolute Enforcement of an "Apache Style" for code.
  + <LI>Updated Configure/build/make process (autoconf?)
  + <LI>Configuration API, so that different configuration loaders can be 
written (Perl, Java, etc.)
  + <LI>More API hooks:
  +  <UL>
        <LI>Post config-read; so we can check consistency between
             directives and abort the startup
  -             <LI>Per child init
  -        <LI>Per child die
  -        <LI>Pre-handler; which asks round what could *potentially* be served 
on a URI;
  +             
  +     <LI>Per child init
  +        
  +     <LI>Per child die
  +        
  +     <LI>Pre-handler; which asks round what could *potentially* be served on 
a URI;
             gets back a list of possible internal redirects with the 
mime-type/lang/charset
             and quality values.
  -        <LI>Up to 4 placeholders for future use ?
  -</UL>
  -<LI>Logging enhancements
  +        
  +     <LI>Up to 4 placeholders for future use ?
  +  </UL>
  + <LI>Logging enhancements
     <UL>
  -  <LI>Separate logs for stderr and server error messages
  -  <LI>Enable all virtual hosts to error-log to the same log, in ways 
  +   <LI>Separate logs for stderr and server error messages
  +   <LI>Enable all virtual hosts to error-log to the same log, in ways 
        which distinguish entries.
  -  <LI>Syslog, with different debugging levels, a la named or sendmail
  +   <LI>Syslog, with different debugging levels, a la named or sendmail
     </UL>
  -<LI>Fully 1.1 compliant proxy module.
  -<LI>Protocol abstraction layer, so that different protocol implementations 
can be distributed as a module.
  + <LI>Fully 1.1 compliant proxy module.
  + <LI>Protocol abstraction layer, so that different protocol implementations 
can be distributed as a module.
   </UL>
   
   <H2>2.1</H2>
  @@ -81,8 +86,7 @@
   
   <H2>3.0</H2>
   <UL>
  -<LI>HTTP-NG
  -<LI>Port to BeBox
  + <LI>HTTP-NG
   </UL>
   
   <HR>
  
  
  
  1.1                  apache-devsite/platforms.html
  
  Index: platforms.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  <HTML>
  <HEAD>
  <TITLE>Apache Debugging Guide</TITLE>
  </HEAD>
  <!-- Background white, links blue (unvisited), navy (visited), red (active) 
-->
  <BODY
  BGCOLOR="#FFFFFF"
  TEXT="#000000"
  LINK="#0000FF"
  VLINK="#000080"
  ALINK="#FF0000"
  >
  
  <H1>Apache Platform List</H1>
  
  <P>Apache runs on a variety of (UNIX) platforms. In general, an officially 
supported platform is one where the developers have direct access. Over time, 
this access has come and gone, but these platforms are still included as 
&quot;official&quot; Apache ports.
  <P>The following is a list of those platforms Apache runs on &quot;out of the 
box&quot; that have developers who claim &quot;responsibility&quot; for 
maintaining that port. If you have access to any of those platforms lacking 
developers, please contact us at <a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>.
  <P>&nbsp;
  <hr>
  <dl>
   <dt><b>A/UX 3.1.1</b>:</dt>
   <dd>Jim Jagielski <a href="mailto:[EMAIL PROTECTED]">([EMAIL 
PROTECTED]</a>)</dd>
   <dd>&nbsp;</dd>
   <dt><b>AIX</b>:</dt>
   <dd>Ralf Engelschall (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>BSDI</b>:</dt>
   <dd>Brian Behlendorf (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>DG/UX 5.4</b>:</dt>
   <dd>Sameer Parekh (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>FreeBSD 2.2.x</b>:</dt>
   <dd>Jim Jagielski (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>FreeBSD 3.x</b>:</dt>
   <dd>Ralf Engelschall (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>HP-UX</b>:</dt>
   <dd>Rob Hartill (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>IRIX</b>:</dt>
   <dd>Ralf Engelschall (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>Linux</b>:</dt>
   <dd>Dean Gaudet (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>Mac OS X</b>:</dt>
   <dd>Wilfredo Sanchez (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt></dt>
   <dt><b>NeXT</b>:</dt>
   <dd>Rob Hartill (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>OSF1</b>:</dt>
   <dd>Lars Eilebrecht (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>SCO</b>:</dt>
   <dd>Ben Laurie (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
   <dt><b>Solaris</b>:</dt>
   <dd>Lars Eilebrecht (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</dd>
   <dt>&nbsp;</dt>
  </dl>
  <HR>
  
  <P>Got more platforms?  Send 'em to
  <A HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>.  Thanks!
  
  </BODY>
  </HTML>
  
  
  

Reply via email to