geirm 01/09/26 21:23:40
Modified: xdocs index.xml
docs index.html
Log:
update for 1.2-rc1 release
Also, shamelessly tout Anakia's use in the ASF site.
Revision Changes Path
1.35 +28 -8 jakarta-velocity/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- index.xml 2001/09/14 19:02:25 1.34
+++ index.xml 2001/09/27 04:23:40 1.35
@@ -9,7 +9,7 @@
<body>
-<section name="Velocity v1.1 Released">
+<section name="Velocity v1.2 Release Candidate 1 Released">
<p>
<table>
@@ -18,10 +18,11 @@
<img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77"
height="32"/>
</td>
<td>
- Version 1.1 of the
+ Release candidate 1 of version 1.2 of the
Velocity Template Engine is now released.
- Congratulations and thanks to all participants in the
- Velocity community.
+ Combining contributions and improvements from throughout the
+ Velocity community, this version offers many new enhancements
+ features and fixes.
</td>
</tr>
</table>
@@ -33,14 +34,16 @@
<ul>
<li>
- The new event-handling facility, allowing finer control and interaction with
- the rendering process.
+ Application programmers now can instantiate separate, independent
+ instances of the Velocity Template Engine or continue to use the
+ traditional singleton model.
</li>
<li>
- Internationalization support through full support of template character
encoding.
+ Major improvements to Anakia and Texen.
</li>
<li>
- Optimizations for improved performance.
+ The Velocimacro system can be configured to reload changed
+ VM libraries automatically when the macro definitions change.
</li>
</ul>
<p>
@@ -54,6 +57,18 @@
<section name="Velocity News">
<p>
+<strong>New Apache Site Generated with Anakia</strong>
+<blockquote>
+The new web site of the
+<a href="http://www.apache.org">Apache Software Foundation</a>
+is now generated using
+<a href="anakia.html">Anakia</a>,
+the Velocity-based XML transforamtion tool.
+Take a look.
+</blockquote>
+</p>
+
+<p>
<strong>Need To Mix JSP and Velocity?</strong>
<blockquote>
Take a look at a new contribution, a
@@ -160,6 +175,11 @@
<p>
The release distribution is available in both <code>tar.gz</code> and
<code>zip</code>
formats, and are found <a
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.1/">here</a>.
+</p>
+
+<p>
+ The latest release candidate, verion 1.2-rc1 can be found
+ <a
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.2/">here</a>.
</p>
</section>
1.55 +26 -8 jakarta-velocity/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- index.html 2001/09/21 10:32:23 1.54
+++ index.html 2001/09/27 04:23:40 1.55
@@ -115,7 +115,7 @@
<table
border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="Velocity v1.1 Released"><strong>Velocity v1.1
Released</strong></a>
+ <a name="Velocity v1.2 Release Candidate 1 Released"><strong>Velocity
v1.2 Release Candidate 1 Released</strong></a>
</font>
</td></tr>
<tr><td>
@@ -127,10 +127,11 @@
<img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77"
height="32" />
</td>
<td>
- Version 1.1 of the
+ Release candidate 1 of version 1.2 of the
Velocity Template Engine is now released.
- Congratulations and thanks to all participants in the
- Velocity community.
+ Combining contributions and improvements from throughout the
+ Velocity community, this version offers many new enhancements
+ features and fixes.
</td>
</tr>
</table>
@@ -140,14 +141,16 @@
</p>
<ul>
<li>
- The new event-handling facility, allowing finer control and interaction with
- the rendering process.
+ Application programmers now can instantiate separate, independent
+ instances of the Velocity Template Engine or continue to use the
+ traditional singleton model.
</li>
<li>
- Internationalization support through full support of template character
encoding.
+ Major improvements to Anakia and Texen.
</li>
<li>
- Optimizations for improved performance.
+ The Velocimacro system can be configured to reload changed
+ VM libraries automatically when the macro definitions change.
</li>
</ul>
<p>
@@ -169,6 +172,17 @@
<tr><td>
<blockquote>
<p>
+<strong>New Apache Site Generated with Anakia</strong>
+<blockquote>
+The new web site of the
+<a href="http://www.apache.org">Apache Software Foundation</a>
+is now generated using
+<a href="anakia.html">Anakia</a>,
+the Velocity-based XML transforamtion tool.
+Take a look.
+</blockquote>
+</p>
+ <p>
<strong>Need To Mix JSP and Velocity?</strong>
<blockquote>
Take a look at a new contribution, a
@@ -273,6 +287,10 @@
<p>
The release distribution is available in both <code>tar.gz</code> and
<code>zip</code>
formats, and are found <a
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.1/">here</a>.
+</p>
+ <p>
+ The latest release candidate, verion 1.2-rc1 can be found
+ <a
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.2/">here</a>.
</p>
</blockquote>
</p>