jstrachan    02/04/23 09:36:06

  Modified:    xdocs    components.xml
               xdocs/stylesheets project.xml
  Added:       xdocs    cli.xml
  Log:
  Added home page for CLI
  
  Revision  Changes    Path
  1.22      +9 -2      jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- components.xml    23 Apr 2002 01:33:42 -0000      1.21
  +++ components.xml    23 Apr 2002 16:36:06 -0000      1.22
  @@ -166,7 +166,7 @@
      <dl>
   
       <!-- Betwixt -->
  -    <dt><b><big><a 
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/betwixt/";>Betwixt</a></big></b></dt>
  +    <dt><b><big><a 
href="http://jakarta.apache.org/commons/betwixt.html";>Betwixt</a></big></b></dt>
       <dd>
        Betwixt provides services for mapping JavaBeans to XML documents, and vice 
versa.
       </dd>
  @@ -186,6 +186,13 @@
       </dd>
       <!-- /CJAN -->
   
  +    <!-- CLI -->
  +    <dt><b><big><a 
href="http://jakarta.apache.org/commons/cli.html";>CLI</a></big></b></dt>
  +    <dd>
  +     CLI provides a simple API for working with Comamnd Line arguments, options, 
option groups, mandatory options and so forth.
  +    </dd>
  +    <!-- /CLI-->
  +
       <!-- Email -->
       <dt><b><big><a 
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/";>Mail</a></big></b></dt>
       <dd>
  @@ -194,7 +201,7 @@
       <!-- /Email -->
   
       <!-- Jelly -->
  -    <dt><b><big><a 
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/";>Jelly</a></big></b></dt>
  +    <dt><b><big><a 
href="http://jakarta.apache.org/commons/jelly.html";>Jelly</a></big></b></dt>
       <dd>
        Jelly implements a simple XML based scripting engine combining the best parts 
from JSP tags, JSTL, Velocity and XDoclets 
         template system into a simple engine that can be run from the command line, 
from inside Ant or in Servlets.
  
  
  
  1.1                  jakarta-commons/xdocs/cli.xml
  
  Index: cli.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title></title>
    <author email="[EMAIL PROTECTED]">James Strachan</author>
   </properties>
  
  <body>
  
  <section name="CLI : Command Line Interface">
  
  <p>
    <ol>
  
      <li>
        <a href="cli.html#Introduction">Introduction</a>
      </li>
  
      <li>
        <a href="cli.html#Documentation">Documentation</a>
      </li>
  
    </ol>
  </p>
  
  </section>
  
  <section name="Introduction">
  
  <p>
  <b>Proposed by :</b> James Strachan
  </p>
  
  <p>
    <b>CLI</b> 
  </p>
  
  <p>
     The CLI library provides a simple and easy to use API for working
     with the command line arguments and options.</p>
  <p>
     CLI is based on ideas and code from 
     <ul>
       <li>werken.opt by Bob Mcwhirter</li>
       <li>The cli package in Avalon Excalibur by Peter Donald</li>
       <li>Optz by John Keyes</li>
     </ul>
  </p>
  
  </section>
  
  <section name="Documentation">
  
  <p>
  There is the 
  <a 
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/cli/STATUS.html";>status
 document</a>.
  or the initial <a 
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/cli/PROPOSAL.html";>proposal</a>.

  </p>
  
  <p>
  The <a 
href="http://nagoya.apache.org/gump/javadoc/jakarta-commons-sandbox/cli/dist/docs/api/";>JavaDoc</a>
 
  from the last nightly build is available online or you can download a 
  <a 
href="http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-cli/";>nightly 
build</a>.
  </p>
  
  </section>
  
  </body>
  </document>
  
  
  1.30      +2 -0      jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml       23 Apr 2002 01:33:42 -0000      1.29
  +++ project.xml       23 Apr 2002 16:36:06 -0000      1.30
  @@ -102,6 +102,8 @@
   
           <item name="Betwixt"                href="/betwixt.html"/>
   
  +        <item name="CLI"                    href="/cli.html"/>
  +        
           <item name="Jelly"                  href="/jelly.html"/>
   
           <item name="JJar"                   
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to