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/10/30 18:46:29 UTC

cvs commit: jakarta-commons/xdocs digester.xml

sanders     2002/10/30 09:46:29

  Modified:    docs     commons.html digester.html
               xdocs    digester.xml
  Log:
  added resources section for digester with link to onjava article
  
  Revision  Changes    Path
  1.58      +0 -18     jakarta-commons/docs/commons.html
  
  Index: commons.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/commons.html,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- commons.html	25 Oct 2002 04:52:24 -0000	1.57
  +++ commons.html	30 Oct 2002 17:46:28 -0000	1.58
  @@ -169,43 +169,25 @@
         <tr><td>
           <blockquote>
                                       <p>
  -
     The Commons Proper is dedicated to one principal
  -
     goal: creating and maintaining reusable Java components.  The Commons 
  -
     Proper is a place for collaboration and sharing, where
  -
     developers from throughout the Jakarta community can work together 
  -
     on projects to be shared by the Jakarta projects and Jakarta users.  
  -
   </p>
                                                   <p>
  -
     Commons developers will make an effort to ensure that their
  -
     components have minimal dependencies on other libraries, so that
  -
     these components can be deployed easily.  In addition, Commons components
  -
     will keep their interfaces as stable as possible, so that Jakarta users
  -
     (including other Jakarta subprojects) can implement these
  -
     components without having to worry about changes in the future. 
  -
   </p>
                                                   <p>
  -
     We welcome participation from all that are interested, at all skill levels.
  -
     Coding, documentation and testing are all critical parts of the software
  -
     development process.  If you are interested in participating in any of 
  -
     these aspects, please join us!
  -
   </p>
                               </blockquote>
           </p>
  
  
  
  1.41      +18 -0     jakarta-commons/docs/digester.html
  
  Index: digester.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/digester.html,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- digester.html	25 Oct 2002 04:52:25 -0000	1.40
  +++ digester.html	30 Oct 2002 17:46:28 -0000	1.41
  @@ -231,6 +231,24 @@
         </td></tr>
         <tr><td><br/></td></tr>
       </table>
  +                                                <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +      <tr><td bgcolor="#525D76">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="Resources"><strong>Resources</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <ul>
  +<li>Oct 23, 2002 - <a href="http://www.onjava.com">OnJava</a> has an article 
  +  on Digester entitled <a href="http://www.onjava.com/pub/a/onjava/2002/10/23/digester.html">
  +  Learning and using Jakarta Digester</a>.</li>
  +</ul>
  +                            </blockquote>
  +        </p>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
                                           </td>
                   </tr>
   
  
  
  
  1.6       +9 -0      jakarta-commons/xdocs/digester.xml
  
  Index: digester.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/digester.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- digester.xml	13 Aug 2002 17:11:20 -0000	1.5
  +++ digester.xml	30 Oct 2002 17:46:28 -0000	1.6
  @@ -61,6 +61,15 @@
   
   </section>
   
  +<section name="Resources">
  +
  +<ul>
  +<li>Oct 23, 2002 - <a href="http://www.onjava.com">OnJava</a> has an article 
  +  on Digester entitled <a href="http://www.onjava.com/pub/a/onjava/2002/10/23/digester.html">
  +  Learning and using Jakarta Digester</a>.</li>
  +</ul>
  +
  +</section>
   
   </body>
   </document>
  
  
  

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