cvs commit: apache-devsite platforms.html

1999-10-26 Thread wsanchez
wsanchez99/10/25 18:26:59

  Modified:.platforms.html
  Log:
  nit
  
  Revision  ChangesPath
  1.3   +1 -1  apache-devsite/platforms.html
  
  Index: platforms.html
  ===
  RCS file: /home/cvs/apache-devsite/platforms.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- platforms.html1999/03/16 21:32:49 1.2
  +++ platforms.html1999/10/26 01:26:56 1.3
  @@ -47,7 +47,7 @@
ddDean Gaudet (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/dd
dtnbsp;/dt
dtbMac OS X/b:/dt
  - ddWilfredo Sanchez (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/dd
  + ddWilfredo Saacute;nchez (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/dd
dtnbsp;/dt
dt/dt
dtbNeXT/b:/dt
  
  
  


cvs commit: apache-devsite platforms.html

1999-03-16 Thread martin
martin  99/03/16 13:32:50

  Modified:.platforms.html
  Log:
  Add ReliantUNIX platform
  
  Revision  ChangesPath
  1.2   +3 -0  apache-devsite/platforms.html
  
  Index: platforms.html
  ===
  RCS file: /home/cvs/apache-devsite/platforms.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- platforms.html1999/03/13 14:55:59 1.1
  +++ platforms.html1999/03/16 21:32:49 1.2
  @@ -56,6 +56,9 @@
dtbOSF1/b:/dt
ddLars Eilebrecht (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/dd
dtnbsp;/dt
  + dtbReliantUNIX/SINIX/b:/dt
  + ddMartin Kraemer (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/dd
  + dtnbsp;/dt
dtbSCO/b:/dt
ddBen Laurie (a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/dd
dtnbsp;/dt
  
  
  


cvs commit: apache-devsite platforms.html index.html project-plan.html

1999-03-13 Thread jim
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  ChangesPath
  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.html1998/12/12 07:00:04 1.26
  +++ index.html1999/03/13 14:55:59 1.27
  @@ -50,12 +50,17 @@
 P
 H2General Developer Guidelines/H2
 UL TYPE=SQUARE
  +   LIA HREF=paltforms.htmlThe Platform-Developer's list/A
  +   BR
  +   (last modified on !--#flastmod virtual=platforms.html --)
  +   /LI
  LIThe latest draft of the
  A HREF=project-plan.htmlApache project plan/A
  BR
  (last modified on !--#flastmod virtual=project-plan.html --)
  /LI
  -   LIA HREF=guidelines.htmlApache Project Guidelines/A.
  +   LIA HREF=guidelines.htmlApache Project Guidelines/A
  +   BR
  (last modified on !--#flastmod virtual=guidelines.html --)
  /LI
  LIThe Apache coding A HREF=styleguide.htmlstyle guide/A
  
  
  
  1.5   +37 -33apache-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 @@
  -HTMLHEAD
  +!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 3.2 Final//EN
  +HTML
  +HEAD
   TITLEApache Server Project Plan/TITLE
   /HEAD
  +!-- Background white, links blue (unvisited), navy (visited), red (active) 
--
  +BODY
  +BGCOLOR=#FF
  +TEXT=#00
  +LINK=#FF
  +VLINK=#80
  +ALINK=#FF
  +
   
  -BODY
   H1Apache Server Project Plan/H1
   hr
  -pstrongTHIS 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
  +pstrongTHIS DOCUMENT IS CURRENTLY BEING UPDATED. PLANS POST 2.0 ARE 
STILL FUZZY! /strong
   phr
   
  -strongYou've been warned!/strongp
  +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 --
   
  -H21.3/H2
  -
  -UL
  -LIPort to NT, multithreading on NT only.
  -LIVarious performance enhancements.
  -LIVarious bugfixes/tweaks as mentioned in [STATUS] files.
  -LIWhen 1.3 is ready for beta, the above small tweaks stop.
  -/UL
  -
   H22.0/H2
   
   UL
  -LIMultithreading
  -LIEnforcement of an Apache Style for code.
  -LIConfiguration API, so that different configuration loaders can be 
written (Perl, Java, etc.)
  -LIMore API hooks:
  -UL
  + LIMultithreaded/Multiprocess hybrid
  + LIAn Apache runtime library
  + LIShared memory pools
  + LIAbsolute Enforcement of an Apache Style for code.
  + LIUpdated Configure/build/make process (autoconf?)
  + LIConfiguration API, so that different configuration loaders can be 
written (Perl, Java, etc.)
  + LIMore API hooks:
  +  UL
LIPost config-read; so we can check consistency between
 directives and abort the startup
  - LIPer child init
  -LIPer child die
  -LIPre-handler; which asks round what could *potentially* be served 
on a URI;
  + 
  + LIPer child init
  +
  + LIPer child die
  +
  + LIPre-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.
  -LIUp to 4 placeholders for future use ?
  -/UL
  -LILogging enhancements
  +
  + LIUp to 4 placeholders for future use ?
  +  /UL
  + LILogging enhancements
 UL
  -  LISeparate logs for stderr and server error messages
  -  LIEnable all virtual hosts to error-log to the same log, in ways 
  +   LISeparate logs for stderr and server error messages
  +   LIEnable all virtual hosts to error-log to the same log, in ways 
which distinguish entries.
  -  LISyslog, with different debugging levels, a la named or sendmail
  +   LISyslog, with different debugging levels, a la named or sendmail
 /UL
  -LIFully 1.1 compliant proxy module.
  -LIProtocol abstraction layer, so that different protocol implementations 
can be distributed as a module.
  + LIFully 1.1 compliant proxy module.
  + LIProtocol abstraction layer, so that different protocol implementations 
can be distributed as a module.
   /UL
   
   H22.1/H2
  @@ -81,8 +86,7 @@
   
   H23.0/H2