You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2003/07/17 05:12:01 UTC

cvs commit: jakarta-velocity/xdocs/stylesheets project.xml

geirm       2003/07/16 20:12:01

  Modified:    xdocs    changes.xml index.xml toolsubproject.xml
               xdocs/stylesheets project.xml
  Log:
  update of patch from nathan to setup docs for the tools 1.1. release
  
  Revision  Changes    Path
  1.88      +6 -1      jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- changes.xml	1 Apr 2003 08:19:46 -0000	1.87
  +++ changes.xml	17 Jul 2003 03:12:00 -0000	1.88
  @@ -77,7 +77,12 @@
   <li>
   Fix for bugs 8517, 6955 : anything ...#set... was confusing the parser (gmj)
   </li>
  -
  +<li>
  +Removed deprecated use of DEFAULT_OUTPUTTER.output() in Anaka's NodeList (gmj)
  +</li>
  +<li>
  +Upgraded JDOM to v1.0b9 (gmj)
  +</li>
   </ul>
   
   </subsection>
  
  
  
  1.67      +12 -0     jakarta-velocity/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- index.xml	1 Apr 2003 08:19:47 -0000	1.66
  +++ index.xml	17 Jul 2003 03:12:00 -0000	1.67
  @@ -29,6 +29,18 @@
   <section name="Velocity News">
   
   <p>
  +<strong>Velocity Tools 1.0</strong>
  +<blockquote>
  +The first release of the <a href="tools/index.html">Velocity Tools</a> subproject is 
  +<a href="http://jakarta.apache.org/builds/jakarta-velocity-tools/release/v1.0/">available</a>.
  +It includes a generic tools package, support for clean, quick MVC web
  +development in the VelocityView package, and support for integration with
  +the Struts framework.
  +(<i>2003-07-16</i>)
  +</blockquote>
  +</p>
  +
  +<p>
   <strong>Velocity Template Editor Plugin for Eclipse</strong>
   <blockquote>
   The first public release of an editor plugin for
  
  
  
  1.2       +3 -53     jakarta-velocity/xdocs/toolsubproject.xml
  
  Index: toolsubproject.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/toolsubproject.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- toolsubproject.xml	4 Jan 2002 04:12:21 -0000	1.1
  +++ toolsubproject.xml	17 Jul 2003 03:12:00 -0000	1.2
  @@ -17,62 +17,12 @@
   applications using the Velocity Template Engine.
   </p>
   
  -</section>
  -
  -<section name="Packages">
  -
  -    <p>
  -    <strong>View</strong>
  -    <br/>
  -    The <b>View</b> package is a standalone servlet that can be used for
  -    template rendering in Web Applications.  The <code>VelocityViewServlet</code>
  -    also offers basic tool management, automatically loading a toolset into the
  -    context for each request.
  -    </p>
  -
  -    <p>
  -    <strong>Struts</strong>
  -    <br/>
  -    The <b>Struts</b> package is a set of tools, examples and documentation for
  -    using the Velocity Template Engine with the
  -    <a href="http://jakarta.apache.org/struts/">Jakarta Struts</a>
  -    web application framework.  It uses the <b>View</b> package in place of
  -    (or along side of) the JspServlet most commonly used in Struts
  -    applications.
  -    </p>
  -
  -    <p>
  -    <strong>Tools</strong>
  -    <br/>
  -    When in place, this will be a library of generic tools appropriate for use
  -    in the template via the Context.
  -    </p>
  -
  -    <p>
  -    <strong>Utilities</strong>
  -    <br/>
  -    When in place, this will be a library of Velocity-related utilities.
  -    </p>
  -
  -    <p>
  -    <strong>Velocimacros</strong>
  -    <br/>
  -    When in place, this will be a repository of Velocimacros for use in
  -    Velocity templates.
  -    </p>
  -</section>
  -
  -<section name="CVS Repository">
  -
   <p>
  -Currently, the code is only available via CVS in the
  -<a href="http://cvs.apache.org/viewcvs/jakarta-velocity-tools/">
  -jakarta-velocity-tools</a> repository.  You may of course
  -access both <a href="http://cvs.apache.org/viewcvs/jakarta-velocity-tools/">
  -online</a> as well as with a
  -<a href="http://jakarta.apache.org/getinvolved/cvsindex.html">cvs client</a>.
  +Velocity Tools documentation has moved 
  +<a href="http://jakarta.apache.org/velocity/tools/index.html">here</a>.
   </p>
   
   </section>
  +
   </body>
   </document>
  
  
  
  1.25      +1 -1      jakarta-velocity/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/stylesheets/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	9 Jul 2002 02:27:06 -0000	1.24
  +++ project.xml	17 Jul 2003 03:12:01 -0000	1.25
  @@ -36,7 +36,7 @@
           <item name="Javadoc"                href="/api/index.html"/>
       </menu>
       <menu name="Tools">
  -        <item name="Tool Subproject"        href="/toolsubproject.html"/>
  +        <item name="Velocity Tools"         href="/tools/index.html"/>
           <item name="Anakia : XML->doc tool" href="/anakia.html"/>
           <item name="Texen : text generation"                  href="/texen.html"/>
           <item name="DVSL : XML xformation"                   href="/dvsl/index.html"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org