You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sa...@apache.org on 2002/02/22 19:30:50 UTC

cvs commit: jakarta-commons-sandbox/http PROPOSAL.html RELEASE-NOTES.txt STATUS.html

sanders     02/02/22 10:30:50

  Modified:    http     PROPOSAL.html RELEASE-NOTES.txt STATUS.html
  Log:
  Minor Updates
  
  Revision  Changes    Path
  1.2       +8 -4      jakarta-commons-sandbox/http/PROPOSAL.html
  
  Index: PROPOSAL.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/http/PROPOSAL.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PROPOSAL.html	22 Feb 2002 18:14:31 -0000	1.1
  +++ PROPOSAL.html	22 Feb 2002 18:30:50 -0000	1.2
  @@ -1,6 +1,6 @@
   <html>
   <head>
  -<title>Proposal for http Package</title>
  +<title>Proposal for HTTP Package</title>
   </head>
   <body bgcolor="white">
   
  @@ -10,15 +10,18 @@
   
   <h3>(0) Rationale</h3>
   
  -<p>Many software projects have a need to blah blah blah.  The http
  -package seeks to encapsulate some  blah blah blah
  +<p>Many software projects have a need to perform activities using the 
  +HTTP protocol.  Many software packages exist to assist in this.  The
  +http package intends to lend a helping hand to any developer trying 
  +to use HTTP in their everyday programming in the form of discrete 
  +utility classes for this purpose.
   </p>
   
   
   <h3>(1) Scope of the Package</h3>
   
   <p>This proposal is to create a package of Java utility classes for
  -various types of http related activity.</p>
  +various types of HTTP related activity.</p>
   
   
   <h3>(1.5) Interaction With Other Packages</h3>
  @@ -60,6 +63,7 @@
   
   <p>The initial committers on the IO component shall be:
   <ul>
  +  <li>Scott Sanders</li>
     <li>Your name here</li>
   </ul>
   </p>
  
  
  
  1.2       +3 -2      jakarta-commons-sandbox/http/RELEASE-NOTES.txt
  
  Index: RELEASE-NOTES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/http/RELEASE-NOTES.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES.txt	22 Feb 2002 18:14:31 -0000	1.1
  +++ RELEASE-NOTES.txt	22 Feb 2002 18:30:50 -0000	1.2
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-NOTES.txt,v 1.1 2002/02/22 18:14:31 sanders Exp $
  +$Id: RELEASE-NOTES.txt,v 1.2 2002/02/22 18:30:50 sanders Exp $
   
   			 Commons http Package
   			   Version 1.0-dev
  @@ -15,7 +15,8 @@
   
   NEW FEATURES:
   
  -* 
  +* New class BrowserDetector moved from utils.
  +* New class HttpUtils moved from utils.
   
   
   BUG FIXES:
  
  
  
  1.2       +4 -3      jakarta-commons-sandbox/http/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/http/STATUS.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- STATUS.html	22 Feb 2002 18:14:31 -0000	1.1
  +++ STATUS.html	22 Feb 2002 18:30:50 -0000	1.2
  @@ -7,7 +7,7 @@
   
   <div align="center">
   <h1>The Jakarta Commons <em>http</em> Component</h1>
  -$Id: STATUS.html,v 1.1 2002/02/22 18:14:31 sanders Exp $<br />
  +$Id: STATUS.html,v 1.2 2002/02/22 18:30:50 sanders Exp $<br />
   <a href="#Introduction">[Introduction]</a>
   <a href="#Dependencies">[Dependencies]</a>
   <a href="#Release Info">[Release Info]</a>
  @@ -21,9 +21,10 @@
   <h3>1.  INTRODUCTION</h3>
   
   <p>The <em>http</em> Component contains a set of Java classes that provide
  -......The following classes are included:</p>
  +a helping hand in http related programming.  The following classes are included:</p>
   <ul>
  -<li><strong>TBD</strong> - TBD.</li>
  +<li>HttpUtils</li>
  +<li>BrowserDetector</li>
   </ul>
   
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>