You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hu...@apache.org on 2002/08/15 16:42:57 UTC

cvs commit: jakarta-commons/xdocs sandbox.xml components.xml

husted      2002/08/15 07:42:57

  Modified:    xdocs    sandbox.xml components.xml
  Log:
  Update website docs for new sandbox component.
  
  Revision  Changes    Path
  1.19      +27 -22    jakarta-commons/xdocs/sandbox.xml
  
  Index: sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/sandbox.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- sandbox.xml	10 Jun 2002 18:27:48 -0000	1.18
  +++ sandbox.xml	15 Aug 2002 14:42:57 -0000	1.19
  @@ -1,38 +1,43 @@
   <?xml version="1.0" ?>
   <document>
  -	<properties>
  -		<title>Commons</title>
  -		<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
  -	</properties>
  -	<body>
  -		<section name="The Sandbox">
  -			<p>
  +    <properties>
  +        <title>Commons</title>
  +        <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
  +    </properties>
  +    <body>
  +        <section name="The Sandbox">
  +            <p>
   The Sandbox is a CVS repository for Commons committers
   to function as an open workspace for
   sharing and collaboration.
   </p>
  -			<p>
  +            <p>
     Access to the CVS <strong>jakarta-commons-sandbox</strong> repository is available both
           <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/">online</a>
           and with a <a href="http://jakarta.apache.org/getinvolved/cvsindex.html">cvs client</a>.
   </p>
  -			<strong>Current Sandbox Happenings</strong>
  -			<p>
  +            <strong>Current Sandbox Happenings</strong>
  +            <p>
   Here is a small list of whats going on the sandbox.
   </p>
  -			<ul>
  -				<li>
  +            <ul>
  +  <li>
  +     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/scaffold/">Scaffold</a>
  +     A web application toolkit from Ted Husted
  +  </li>
  +
  +                <li>
        <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/cjan/">
        CJAN</a>
        proposal from Scott Sanders with contributions from many Jakarta developers.
     </li>
  -				
  -				<li>
  +
  +                <li>
        <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/threading/">
        Threading</a>
        proposal from Craig McClanahan.
     </li>
  -				<li>
  +                <li>
        <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/xmlunit/">
        XMLUnit</a>
        proposal and code from Morgan Delagrange.
  @@ -40,17 +45,17 @@
   
     <li>
        <a href="jjar.html">JJAR</a>
  -    : Jakarta JAR Archive Repository from 
  +    : Jakarta JAR Archive Repository from
       Geir Magnusson Jr.
     </li>
   
  -				<li>
  +                <li>
        <a href="http://jakarta.apache.org/commons/sandbox/jelly/">
        Jelly</a>
        a Java and XML scripting engine proposal from James Strachan.
     </li>
   
  -				<li>
  +                <li>
        <a href="http://jakarta.apache.org/commons/sandbox/messenger/">
        Messenger</a>
        a JMS framework proposal from James Strachan.
  @@ -79,12 +84,12 @@
        Codec</a>
        proposal from Scott Sanders.
     </li>
  -			</ul>
  +            </ul>
   
   
  -			<p>
  +            <p>
   Go take a look!
   </p>
  -		</section>
  -	</body>
  +        </section>
  +    </body>
   </document>
  
  
  
  1.44      +21 -14    jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- components.xml	13 Aug 2002 17:11:20 -0000	1.43
  +++ components.xml	15 Aug 2002 14:42:57 -0000	1.44
  @@ -97,7 +97,7 @@
       <dt><b><big><a href="http://jakarta.apache.org/commons/jxpath/">JXPath</a></big></b></dt>
       <dd>
        Commons-JXPath provides utilities for manipulating Java classes that conform to the
  -     JavaBeans naming conventions using the XPath syntax.  It also supports maps, DOM and 
  +     JavaBeans naming conventions using the XPath syntax.  It also supports maps, DOM and
        other object models.
        <br/>
        Releases:
  @@ -202,17 +202,17 @@
      <!-- Lang -->
       <dt><b><big><a href="lang.html">Lang</a></big></b></dt>
       <dd>
  -     Commons-Lang provides a very common set of utility classes that provide 
  -     extra functionality for classes in java.lang. 
  +     Commons-Lang provides a very common set of utility classes that provide
  +     extra functionality for classes in java.lang.
       </dd>
      <!-- /Lang -->
   
      <!-- validator -->
       <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons/validator/">Validator</a></big></b></dt>
       <dd>
  -        The commons-validator package provides a simple, extendable framework 
  -        to define validators (validation methods) and validation rules in an xml file. 
  -        There is support for internationalization of validation rules and error messages. 
  +        The commons-validator package provides a simple, extendable framework
  +        to define validators (validation methods) and validation rules in an xml file.
  +        There is support for internationalization of validation rules and error messages.
       </dd>
      <!-- /validator -->
   
  @@ -231,26 +231,26 @@
       <!-- /Cache -->
   
       <!-- Email -->
  -    <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/">Mail</a></big></b></dt>
  +    <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/">Email</a></big></b></dt>
       <dd>
  -     Mail provides a simple library for sending e-mail from Java.
  +     Email provides a simple library for sending e-mail from Java.
       </dd>
       <!-- /Email -->
   
       <!-- IO -->
       <dt><b><big><a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a></big></b></dt>
       <dd>
  -      IO is a collection of I/O utilities. 
  +      IO is a collection of I/O utilities.
       </dd>
       <!-- /IO -->
   
       <!-- Jelly -->
       <dt><b><big><a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a></big></b></dt>
       <dd>
  -      Jelly is an XML based scripting and processing engine. Jelly borrows many 
  -      good ideas from both JSP custom tags, Velocity, Cocoon and the 
  -      scripting engine inside XDoclet. Jelly can be used from the command line, inside 
  -      Ant or inside a Servlet. 
  +      Jelly is an XML based scripting and processing engine. Jelly borrows many
  +      good ideas from both JSP custom tags, Velocity, Cocoon and the
  +      scripting engine inside XDoclet. Jelly can be used from the command line, inside
  +      Ant or inside a Servlet.
       </dd>
       <!-- /Jelly -->
   
  @@ -271,7 +271,7 @@
       <!-- Net -->
       <dt><b><big><a href="http://jakarta.apache.org/commons/sandbox/net/">Net</a></big></b></dt>
       <dd>
  -      Net is a a collection of network utilities, based on the NetComponents codebase, including FTP clients etc. 
  +      Net is a a collection of network utilities, based on the NetComponents codebase, including FTP clients etc.
       </dd>
       <!-- /Net -->
   
  @@ -283,6 +283,13 @@
        message key.
       </dd>
       <!-- /Resources -->
  +
  +    <!-- Scaffold -->
  +    <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/scaffold/">Scaffold</a></big></b></dt>
  +    <dd>
  +     Scaffold is a toolkit for building web applications.
  +    </dd>
  +    <!-- /Scaffold -->
   
       <!-- Threading -->
       <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/threading/">Threading</a></big></b></dt>
  
  
  

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