nbubna 2003/07/04 12:19:23
Added: docs index.html
Log:
oops, missed an important one
Revision Changes Path
1.1 jakarta-velocity-tools/docs/index.html
Index: index.html
===================================================================
<html>
<head>
<title>Velocity - Tools Sub-Project</title>
<meta name="author" value="Geir Magnusson Jr."/>
<meta name="email" value="[EMAIL PROTECTED]" />
<meta name="author" value="Gabriel Sidler"/>
<meta name="email" value="[EMAIL PROTECTED]" />
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76"
alink="#525D76" vlink="#525D76">
<table border="0" width="100%" cellspacing="4">
<tr><td colspan="2">
<a href="http://jakarta.apache.org/">
<img src="http://jakarta.apache.org/images/jakarta-logo.gif"
align="left" alt="The Jakarta Project" border="0"/>
</a>
<a href="index.html">
<img src="images/velocitytools.png" align="right" alt="< Velocity Tools
>" border="0"/>
</a>
</td></tr>
<tr>
<td colspan="2">
<hr noshade="" size="1"/>
</td>
</tr>
<tr>
<td width="20%" valign="top" nowrap="true">
<p><strong><a
href="http://jakarta.apache.org/velocity">Velocity</a></strong></p>
<p>
<strong>Velocity Tools</strong>
</p>
<ul>
<li><a href="index.html">Overview</a></li>
<li><a href="index.html#CVS Repository">CVS Repository</a></li>
<li><a href="javadoc/index.html">Javadoc</a></li>
</ul>
<p>
<strong>Sub-projects</strong>
</p>
<ul>
<li><a href="view/">VelocityView</a></li>
<li><a href="generic/">Generic Tools</a></li>
<li><a href="struts/">VelocityStruts</a></li>
</ul>
</td>
<!-- RIGHT SIDE MAIN BODY -->
<td colspan="1" valign="top" align="left">
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td colspan="2" bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica.sanserif">
<a name="Overview">
<strong>Overview</strong></a></font>
</td>
</tr>
<tr>
<td NOWRAP> </td>
<td>
<p>
Velocity Tools is a collection of Velocity sub-projects with a common goal
of creating tools and infrastructure for building both web and non-web
applications using the Velocity template engine.
</p>
<p>Status information, releases, documentation and application examples
will generally be located within the individual sub-projects.</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td colspan="2" bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica.sanserif">
<a name="VelocityView">
<strong>VelocityView</strong></a></font>
</td>
</tr>
<tr>
<td NOWRAP> </td>
<td>
<p><a href="view/">VelocityView</a>
contains a standalone servlet (VelocityViewServlet) which can render
templates for web applications. </p>
<p> Also included is a Toolbox Manager which can automatically make
"view tools" and data available to the templates. Any class
with public methods can be used as a tool in the template.
</p>
<p>
<a href="view/layoutservlet.html">VelocityLayoutServlet</a> is an
extension of the basic VelocityViewServlet that can render screen
content into common layout templates.</p>
<br clear="all"/>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td colspan="2" bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica.sanserif">
<a name="Generic Tools">
<strong>Generic Tools</strong></a></font>
</td>
</tr>
<tr>
<td NOWRAP> </td>
<td>
<p><a href="generic/">Generic Tools</a> is a group of reuseable and
documented tools that can be added to a Velocity context. A
<b>tool</b> is simply a class which can perform various tasks when
made available to the Velocity engine. Most tools are optimized for use
with an automatically managed toolbox (see VelocityViewServlet).</p>
<br clear="all"/>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td colspan="2" bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica.sanserif">
<a name="VelocityStruts">
<strong>VelocityStruts</strong></a></font>
</td>
</tr>
<tr>
<td NOWRAP> </td>
<td>
<p><a href="struts/">VelocityStruts</a> is a set of tools for using the
Velocity template engine as the view layer for a web application built
upon the
<a href="http://jakarta.apache.org/struts/">Jakarta Struts</a>
framework.</p>
<p>This work leverages the <strong>VelocityViewServlet</strong> and
additional tools which make it easy to integrate the Velocity with
Struts. Several example hybrid applications are included.</p>
<br clear="all"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
<td colspan="2" bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica.sanserif">
<a name="CVS Repository">
<strong>CVS Repository</strong></a></font>
</td>
</tr>
<tr>
<td NOWRAP> </td>
<td>
<p>All Velocity Tools project code is maintained in the
CVS repository <b>jakarta-velocity-tools</b>.</p>
<p>Web Browser: <a href="http://cvs.apache.org/viewcvs/jakarta-velocity-tools/">
http://cvs.apache.org/viewcvs/jakarta-velocity-tools/</a></p>
<p>CVS Client: <a
href="http://jakarta.apache.org/getinvolved/cvsindex.html">http://jakarta.apache.org/getinvolved/cvsindex.html</a>.
</p>
</td>
</tr>
</table>
</td>
</tr>
<!-- FOOTER SEPARATOR -->
<tr>
<td colspan="2">
<hr noshade="" size="1"/>
</td>
</tr>
<!-- PAGE FOOTER -->
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
Copyright © 1999-2002, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]