You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by cu...@apache.org on 2002/02/06 16:42:19 UTC

cvs commit: xml-commons README.html

curcuru     02/02/06 07:42:19

  Modified:    .        README.html
  Log:
  Bump version number for 1.0.b2 release with brief description of contents
  
  Revision  Changes    Path
  1.5       +17 -1     xml-commons/README.html
  
  Index: README.html
  ===================================================================
  RCS file: /home/cvs/xml-commons/README.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README.html	31 Jan 2002 23:42:49 -0000	1.4
  +++ README.html	6 Feb 2002 15:42:19 -0000	1.5
  @@ -186,6 +186,8 @@
   <p>This tree is rooted at xml-commons/java/external, and has a build.xml file.  
   Basic documentation from each external project is also checked in.</p>
   <ul>
  +<li>Current (Feb-02) status:</li>
  +<li>No significant changes from Jan-02</li>
   <li>Current (Jan-02) status:</li>
   <li>DOM L2 - full set of interfaces (including HTML stuff) from w3c.org</li>
   <li>SAX 2.0 from megginson.com, plus minor bugfixes (note that SAX 
  @@ -208,6 +210,11 @@
   In particular, code submitted here should probably have minimal dependencies: 
   possibly only depending on DOM/SAX/JAXP and Ant (for builds).</p>
   <ul>
  +<li>Current (Feb-02) status:</li>
  +<li>org.apache.env.Which - a simple environment check utility for 
  +xml-related items in your JVM's environment: see xml-commons/java/which.xml</li>
  +<li>org.apache.xml.resolver.Resolver: Norm Walsh's entity resolver utility now checked in!</li>
  +<li>(to be voted in) Jeff Turner's DOCTYPE changer</li>
   <li>Current (Jan-02) status:</li>
   <li>org.apache.env.Which - a simple environment check utility for 
   xml-related items in your JVM's environment: see xml-commons/java/which.xml</li>
  @@ -218,6 +225,15 @@
   
   
     <div class="category"><div class="label"><a name="releases">Where can I download releases?</a></div><div class="content">
  +<p>The xml-commons-1.0.b2 release 06-Feb-02 is available in our 
  +<a href="http://xml.apache.org/dist/commons/">distribution directory</a> and includes:
  +<ul>
  +<li>The previous contents from the 1.0.b1 release (minor javadoc fixes may have been made)</li>
  +<li>Various LICENSE.* and README.* files for our external sources</li>
  +<li>New code! org.apache.xml.resolver.Resolver: Norm Walsh's entity resolver utility 
  +is now checked in and building!</li>
  +</ul>
  +</p>
   <p>The xml-commons-1.0.b1 release 11-Jan-02 is available in our 
   <a href="http://xml.apache.org/dist/commons/">distribution directory</a> and includes the following code:
   <ul>
  @@ -485,7 +501,7 @@
   
     <div class="category"><div class="label"><a name="info-about">Info About This Document</a></div><div class="content">
   <ul>
  -  <li>Version: $Id: README.html,v 1.4 2002/01/31 23:42:49 curcuru Exp $</li>
  +  <li>Version: $Id: README.html,v 1.5 2002/02/06 15:42:19 curcuru Exp $</li>
     <li>Contributors:</li>
     <li><a href="mailto:curcuru@apache.org">Shane Curcuru</a></li>
     <li>This document is currently a hand-coded HTML file for reasons of simplicity; we plan to use whatever xml format the xml.apache.org website uses in the future.</li>