jstrachan    02/03/03 20:17:08

  Modified:    xdocs    betwixt.xml
               xdocs/stylesheets project.xml
  Added:       xdocs    jelly.xml
  Log:
  Added Jelly index page
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-commons/xdocs/betwixt.xml
  
  Index: betwixt.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/betwixt.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- betwixt.xml       25 Feb 2002 17:26:24 -0000      1.3
  +++ betwixt.xml       4 Mar 2002 04:17:08 -0000       1.4
  @@ -15,11 +15,11 @@
     <ol>
   
       <li>
  -      <a href="messenger.html#Introduction">Introduction</a>
  +      <a href="betwixt.html#Introduction">Introduction</a>
       </li>
   
       <li>
  -      <a href="messenger.html#Documentation">Documentation</a>
  +      <a href="betwixt.html#Documentation">Documentation</a>
       </li>
   
     </ol>
  
  
  
  1.1                  jakarta-commons/xdocs/jelly.xml
  
  Index: jelly.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title></title>
    <author email="[EMAIL PROTECTED]">James Strachan</author>
   </properties>
  
  <body>
  
  <section name="Jelly : Java and XML based scripting engine">
  
  <p>
    <ol>
  
      <li>
        <a href="jelly.html#Introduction">Introduction</a>
      </li>
  
      <li>
        <a href="jelly.html#Documentation">Documentation</a>
      </li>
  
    </ol>
  </p>
  
  </section>
  
  <section name="Introduction">
  
  <p>
  <b>Proposed by :</b> James Strachan
  </p>
  
  <p>
    <b>Jelly</b> 
  </p>
  
  <p>The <em>Jelly</em> package implements a simple XML tag based scripting 
  engine. Jelly borrows many ideas from both JSP custom tags, Velocity and the 
  scripting engine inside XDoclet. Jelly can be used from the command line, inside 
  Ant or inside a Servlet. 
  </p>
  
  <p>
  Jelly is completely extendable via custom tags in a similar way to JSP. 
  Though Jelly is really simple and has no dependencies either Servlets or JSP.
  </p>
  
  </section>
  
  <section name="Documentation">
  
  <p>
  There is an <a 
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/jelly/OVERVIEW.html";>Overview</a>
 document.
  There is also the 
  <a 
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/jelly/STATUS.html";>status
 document</a>.
  or the initial <a 
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/jelly/PROPOSAL.html";>proposal</a>.

  </p>
  
  <p>
  The <a 
href="http://nagoya.apache.org/gump/javadoc/jakarta-commons-sandbox/jelly/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-jelly/";>nightly 
build</a>.
  </p>
  
  </section>
  
  </body>
  </document>
  
  
  1.27      +1 -1      jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml       21 Feb 2002 19:25:08 -0000      1.26
  +++ project.xml       4 Mar 2002 04:17:08 -0000       1.27
  @@ -50,7 +50,7 @@
   
       <menu name="Sandbox Components">
           <item name="Betwixt"                href="/betwixt.html"/>
  -        <item name="Jelly"                  
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/"/>
  +        <item name="Jelly"                  href="/jelly.html"/>
           <item name="JJar"                   
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/>
           <item name="Messenger"              href="/messenger.html"/>
           <item name="Workflow"               
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/workflow/"/>
  
  
  

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

Reply via email to