geirm 01/04/01 20:31:36
Modified: xdocs index.xml changes.xml
docs index.html changes.html
Log:
prepping for 1.0
Revision Changes Path
1.15 +38 -14 jakarta-velocity/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- index.xml 2001/03/26 23:36:12 1.14
+++ index.xml 2001/04/02 03:31:34 1.15
@@ -9,7 +9,7 @@
<body>
-<section name="Velocity v1.0 Beta 2 Released">
+<section name="Velocity v1.0 Released">
<p>
<table>
@@ -18,15 +18,23 @@
<img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77"
height="32"/>
</td>
<td>
- The Velocity team is proud to announce that the second release
- candidate, <strong>v1.0 beta 2</strong>, is now released, following our
- successful beta 1. We plan our v1.0 release on April 2, 2001.
- Congratulations and thanks to all who are helping make Velocity a reality.
+ The Velocity team is proud to announce that version 1.0 of the
+ Velocity Template Engine is now released.
+ Congratulations and thanks to all participants in the
+ Velocity community.
</td>
</tr>
</table>
</p>
+</section>
+
+<section name="Velocity in the News">
+<p>
+ The Sun <i>Dot-Com Builder</i> developer information site just did a "Best
Practices" product profile on Velocity. Check it out
+ <a href=" http://dcb.sun.com/practices/profiles/velocity.jsp">here.</a> Thanks
Sun!
+</p>
+
</section>
<section name="What is Velocity?">
@@ -50,9 +58,9 @@
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. When complete, Velocity will provide template services for the
- <a href="http://java.apache.org/turbine/">Turbine</a> web application
- framework. Velocity+Turbine will provide a template service that will allow
+ 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 will allow
web applications to be developed according to a true MVC model.
</p>
@@ -63,22 +71,38 @@
<section name="Where do I get releases?">
<p>
- The current release is our second release candidate, v1.0 beta 2. It is
available
-<a
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.0b2/">here.</a>
+ The current release is version 1.0. 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.0/">here.</a>
</p>
<p>
- Our previous release candidate, v1.0 beta 1, is available
-<a
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.0b1/">here.</a>
+Archival copies of our previous release candidates, v1.0 beta 1 and beta 2, are
available
+<a
href="http://jakarta.apache.org/builds/jakarta-velocity/archive/v1.0b1/">here</a> and
+<a
href="http://jakarta.apache.org/builds/jakarta-velocity/archive/v1.0b2/">here.</a>
</p>
</section>
-<section name="Where do I get nightly builds?">
+<section name="Where do I get nightly snapshots?">
<p>
- Nightly builds of Velocity can be found
+ Nightly snapshots of the Velocity CVS can be found
<a href="http://jakarta.apache.org/builds/jakarta-velocity/nightly/">here</a>.
+</p>
+
+<p>
+ These are meant to provide easy access to the actual project CVS tree.
+As this is our live development workspace, there are
+no guarantees as to what you will find there,although we do our best to maintain
+a buildable source tree.
+If you are looking for the stable supported release, please use the current
+release of Velocity.
+</p>
+
+<p>
+If you are willing to risk getting dirty, we invite you to try the nightly snapshot
+to see the current state of affairs (and help out!)
+<a href="http://jakarta.apache.org/site/cvsindex.html">Public CVS access</a> is
also available.
</p>
</section>
1.24 +10 -0 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- changes.xml 2001/04/02 02:30:59 1.23
+++ changes.xml 2001/04/02 03:31:34 1.24
@@ -15,7 +15,17 @@
This document tracks the changes in Velocity between releases.
</p>
+<subsection name="1.0.1-dev">
+<p>
+Changes to version 1.0
+</p>
+
+</subsection>
<subsection name="1.0b3">
+<p>
+ Released as version 1.0 on April 2, 2001
+</p>
+
<ul>
<li>
Documentation: Fix the VTL Reference guide for the #if
1.29 +43 -14 jakarta-velocity/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- index.html 2001/03/27 00:39:16 1.28
+++ index.html 2001/04/02 03:31:35 1.29
@@ -103,7 +103,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.0 Beta 2 Released"><strong>Velocity v1.0 Beta 2
Released</strong></a>
+ <a name="Velocity v1.0 Released"><strong>Velocity v1.0
Released</strong></a>
</font>
</td></tr>
<tr><td>
@@ -115,10 +115,10 @@
<img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77"
height="32" />
</td>
<td>
- The Velocity team is proud to announce that the second release
- candidate, <strong>v1.0 beta 2</strong>, is now released, following our
- successful beta 1. We plan our v1.0 release on April 2, 2001.
- Congratulations and thanks to all who are helping make Velocity a reality.
+ The Velocity team is proud to announce that version 1.0 of the
+ Velocity Template Engine is now released.
+ Congratulations and thanks to all participants in the
+ Velocity community.
</td>
</tr>
</table>
@@ -129,6 +129,21 @@
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Velocity in the News"><strong>Velocity in the News</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>
+ The Sun <i>Dot-Com Builder</i> developer information site just did a "Best
Practices" product profile on Velocity. Check it out
+ <a href=" http://dcb.sun.com/practices/profiles/velocity.jsp">here.</a> Thanks
Sun!
+</p>
+ </blockquote>
+ </td></tr>
+ </table>
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#525D76">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
<a name="What is Velocity?"><strong>What is Velocity?</strong></a>
</font>
</td></tr>
@@ -152,9 +167,9 @@
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. When complete, Velocity will provide template services for the
- <a href="http://java.apache.org/turbine/">Turbine</a> web application
- framework. Velocity+Turbine will provide a template service that will allow
+ 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 will allow
web applications to be developed according to a true MVC model.
</p>
</blockquote>
@@ -169,12 +184,13 @@
<tr><td>
<blockquote>
<p>
- The current release is our second release candidate, v1.0 beta 2. It is
available
-<a
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.0b2/">here.</a>
+ The current release is version 1.0. 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.0/">here.</a>
</p>
<p>
- Our previous release candidate, v1.0 beta 1, is available
-<a
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.0b1/">here.</a>
+Archival copies of our previous release candidates, v1.0 beta 1 and beta 2, are
available
+<a
href="http://jakarta.apache.org/builds/jakarta-velocity/archive/v1.0b1/">here</a> and
+<a
href="http://jakarta.apache.org/builds/jakarta-velocity/archive/v1.0b2/">here.</a>
</p>
</blockquote>
</td></tr>
@@ -182,14 +198,27 @@
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="Where do I get nightly builds?"><strong>Where do I get nightly
builds?</strong></a>
+ <a name="Where do I get nightly snapshots?"><strong>Where do I get
nightly snapshots?</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>
- Nightly builds of Velocity can be found
+ Nightly snapshots of the Velocity CVS can be found
<a href="http://jakarta.apache.org/builds/jakarta-velocity/nightly/">here</a>.
+</p>
+ <p>
+ These are meant to provide easy access to the actual project CVS tree.
+As this is our live development workspace, there are
+no guarantees as to what you will find there,although we do our best to maintain
+a buildable source tree.
+If you are looking for the stable supported release, please use the current
+release of Velocity.
+</p>
+ <p>
+If you are willing to risk getting dirty, we invite you to try the nightly snapshot
+to see the current state of affairs (and help out!)
+<a href="http://jakarta.apache.org/site/cvsindex.html">Public CVS access</a> is
also available.
</p>
</blockquote>
</td></tr>
1.24 +18 -1 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- changes.html 2001/04/02 02:31:00 1.23
+++ changes.html 2001/04/02 03:31:35 1.24
@@ -114,12 +114,29 @@
<table border="0"
cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="1.0.1-dev"><strong>1.0.1-dev</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>
+Changes to version 1.0
+</p>
+ </blockquote>
+ </td></tr>
+ </table>
+ <table border="0"
cellspacing="0" cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
<a name="1.0b3"><strong>1.0b3</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
- <ul>
+ <p>
+ Released as version 1.0 on April 2, 2001
+</p>
+ <ul>
<li>
Documentation: Fix the VTL Reference guide for the #if
statement. Thanks to Joaquim Carvalho for the find. (JSS)