You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by si...@apache.org on 2002/03/12 13:07:18 UTC

cvs commit: jakarta-velocity-tools/struts/xdocs tools.xml

sidler      02/03/12 04:07:18

  Added:       struts/xdocs tools.xml
  Log:
  Added documentation menu file.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity-tools/struts/xdocs/tools.xml
  
  Index: tools.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project href="http://jakarta.apache.org/velocity">
  
    <title>Struts</title>
    <logo href="http://jakarta.apache.org/velocity/images/logo.gif"> &lt;  :)  /&gt;</logo>
  
    <body>
  
      <menu name="Velocity for Struts" href="index.html">
          <item name="MessageTool"               href="/tool-MessageTool.html"/>
          <item name="ErrorsTool"                href="/tool-ErrorsTool.html"/>
          <item name="FormTool"                  href="/tool-FormTool.html"/>
          <item name="LinkTool"                  href="/tool-LinkTool.html"/>
      </menu>
  
    </body>
  </project>
  
  

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


Re: cvs commit: jakarta-velocity-tools/struts/**

Posted by Gabriel Sidler <si...@teamup.ch>.
Hi, I checked in all the latest files to jakarta-velocity-tools.
This new version reflects now all the API changes that have been
discussed over the last few weeks. Included now is also reference
documentation for the template designers.


My next planned steps are:
- add documentation: overview, user guide, quick reference guide
- Improve ContextTool interface, add logging and getStatic()
- Add capability to config Velocity, add global template
- make documentation printable
- Make an alpha version. Put together a binary distribution with
   examples and a blank application. This should make it easier
   for people to try the tools.
- Setup test cases (look at cactus)
- redo the current logging concept for context tools
- Move ServletContextTool, MathTool, ToolLoaderTool
- remove Velocity's [INFO] logging for each template request
- Make a beta version

- add ActionMessagesTool
- performance numbers

The order might change.

Gabe



--
Gabriel Sidler
Software Engineer, Eivycom GmbH, Zurich, Switzerland


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