geirm 2003/12/23 08:02:03
Modified: docs changes.html index.html
Log:
re-render after site update
Revision Changes Path
1.109 +6 -3 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- changes.html 23 Dec 2003 14:13:12 -0000 1.108
+++ changes.html 23 Dec 2003 16:02:03 -0000 1.109
@@ -45,8 +45,6 @@
<!-- LEFT SIDE NAVIGATION -->
<td width="20%" valign="top" nowrap="true">
- <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
- <A HREF="http://apachecon.com/2003/US/index.html"><img border="0"
src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
<!-- ============================================================ -->
<p><strong>About</strong></p>
@@ -230,7 +228,12 @@
Change to finish request #17803, allowing '+' as a string concat. We'll have
to see how the community likes it. (gmj)
</li>
- </ul>
+
+<li>
+ Fix for bug #25669, that didn't allow formal reference notation as first arg
+ to foreach. (gmj)
+</li>
+</ul>
</blockquote>
</td></tr>
<tr><td><br/></td></tr>
1.97 +21 -8 jakarta-velocity/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- index.html 8 Dec 2003 23:24:09 -0000 1.96
+++ index.html 23 Dec 2003 16:02:03 -0000 1.97
@@ -187,6 +187,17 @@
<tr><td>
<blockquote>
<p>
+ <strong>New Article on Velocity</strong>
+ <blockquote>
+ Eric Hatcher's recent article
+ <a href="http://today.java.net/pub/a/today/2003/12/16/velocity.html">
+ Velocity: Fast Track to Templating</a> is currently a featured
+ article at <a href="http://www.java.net/">java.net</a>.
+ (<i>2003-12-23</i>)
+ </blockquote>
+
+ </p>
+ <p>
<strong>Velosurf 0.8 Released</strong>
<blockquote>
<a href="http://velosurf.sourceforge.net">Velosurf</a>,
@@ -265,14 +276,16 @@
(JSPs) or <a href="http://www.php.net/">PHP</a>.
</p>
<p>
- Velocity's capabilities reach well beyond the realm of web sites; for
- example, it can generate SQL and PostScript and XML (see <a
href="./anakia.html">Anakia</a> for more information on XML transformations)
- from templates. It can be used either as a standalone utility for
- generating source code and reports, or as an integrated component of other
- systems. Velocity also provides template services for the
- <a href="http://jakarta.apache.org/turbine/">Turbine</a> web application
- framework. Velocity+Turbine provides a template service that allows
- web applications to be developed according to a true MVC model.
+ Velocity's capabilities reach well beyond the realm of the web;
+ for example, it can be used to generate SQL and PostScript and XML
+ (see <a href="./anakia.html">Anakia</a> for more information on
+ XML transformations) from templates. It can be used either as a
+ standalone utility for generating source code and reports, or as
+ an integrated component of other systems. For instance, Velocity
+ provides template services for the <a
href="http://jakarta.apache.org/turbine/">Turbine</a> web
+ application framework, together providing a view engine
+ facilitating development of web applications according to a true
+ MVC model.
</p>
</blockquote>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]