Author: nbubna
Date: Mon Apr 26 18:04:16 2010
New Revision: 938160
URL: http://svn.apache.org/viewvc?rev=938160&view=rev
Log:
add 1.7-beta1 release info
Modified:
velocity/site/site/doap_engine.rdf
velocity/site/site/src/site/news.xml
velocity/site/site/src/site/xdoc/download.xml
velocity/site/site/src/site/xdoc/index.xml
Modified: velocity/site/site/doap_engine.rdf
URL:
http://svn.apache.org/viewvc/velocity/site/site/doap_engine.rdf?rev=938160&r1=938159&r2=938160&view=diff
==============================================================================
--- velocity/site/site/doap_engine.rdf (original)
+++ velocity/site/site/doap_engine.rdf Mon Apr 26 18:04:16 2010
@@ -30,6 +30,11 @@ When Velocity is used for web developmen
<category rdf:resource="http://projects.apache.org/category/library"/>
<release>
<Version>
+ <name>Velocity 1.7 beta1</name>
+ <created>2010-04-16</created>
+ <revision>1.7 beta1</revision>
+ </Version>
+ <Version>
<name>Velocity 1.6.3</name>
<created>2009-12-16</created>
<revision>1.6.3</revision>
Modified: velocity/site/site/src/site/news.xml
URL:
http://svn.apache.org/viewvc/velocity/site/site/src/site/news.xml?rev=938160&r1=938159&r2=938160&view=diff
==============================================================================
--- velocity/site/site/src/site/news.xml (original)
+++ velocity/site/site/src/site/news.xml Mon Apr 26 18:04:16 2010
@@ -2,6 +2,49 @@
<news xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://velocity.apache.org/NEWS/1.0.0"
xsi:schemaLocation="http://velocity.apache.org/NEWS/1.0.0
http://velocity.apache.org/site/tools/velocity-site-news/xsd/news-1.0.0.xsd">
<items>
+ <item id="engine17beta1">
+ <date>2010-04-16</date>
+ <headline>Velocity Engine 1.7-beta1 released</headline>
+ <categories>
+ <category>velocity</category>
+ <category>engine</category>
+ </categories>
+ <text><![CDATA[
+ The Velocity developers would like to announce the release of
+ Velocity Engine 1.7-beta1.
+
+ Since 1.6, there has been a lot of work. Here's an overview:
+
+ * Support macro bodies. Just call them like this: #...@foo()
$bodyContent #end
+
+ * Can now escape single and double quotes in strings by doubling
them
+
+ * Added #[[this is included in the output but not parsed]]# syntax
to replace #literal
+
+ * All #set calls are now global by default; no more implicit local
namespaces (not that there were well functioning ones before). To #set a local
variable, use the new provided namespaces: $foreach, $macro, $template,
$evaluate, $define and $foo (would exist inside the body of #...@foo() #end).
These must now be used to #set any variable "locally" like this: #set(
$macro.mylocal = 'foo' ). When nested, access to parent namespaces is
similarly explicit (e.g. $macro.parent). Please see the
{{{http://velocity.apache.org/engine/devel/changes-report.html}change log}} for
details.
+
+ * Enhanced #break to function anywhere and optionally accept a
namespace argument when you want to break beyond the nearest scope. (e.g.
#break( $macro ))
+
+ * Added bracketed index syntax: $foo[0] or #set( $foo[0] = 1 )
+
+ * #stop now ends rendering/execution of a template, not parsing of
a template
+
+ * OSGI-ready manifests are now provided in the jars
+
+ * A variety of small bugfixes, performance boosts and better
exceptions/logging.
+
+ * Removed very obsolete Veltag and WebMacro conversion code.
+
+ For more details on these, see the
+ {{{http://velocity.apache.org/engine/devel/changes-report.html}change
log}}.
+
+ Downloads of 1.7-beta1 are available
+ {{{http://velocity.apache.org/download.cgi#engine}here}}.
+ This should work as a drop-in replacement for Velocity 1.6.3 in most
cases.
+ Users of $velocityCount, $velocityHasNext and #literal should take
note of their deprecations. Users of #stop and #break should be aware of
significant changes
+ to those features.
+ ]]></text>
+ </item>
<item id="engine163">
<date>2009-12-16</date>
<headline>Velocity Engine 1.6.3 released</headline>
Modified: velocity/site/site/src/site/xdoc/download.xml
URL:
http://svn.apache.org/viewvc/velocity/site/site/src/site/xdoc/download.xml?rev=938160&r1=938159&r2=938160&view=diff
==============================================================================
--- velocity/site/site/src/site/xdoc/download.xml (original)
+++ velocity/site/site/src/site/xdoc/download.xml Mon Apr 26 18:04:16 2010
@@ -189,9 +189,19 @@
</p>
<subsection name="Engine">
- <p>
- There are no current Alpha or Beta releases of the Engine project.
- </p>
+ <p>Binaries and Sources:</p>
+ <ul>
+ <li><a
href="[preferred]/velocity/engine/1.7-beta1/velocity-1.7-beta1.zip">velocity-1.7-beta1.zip</a>
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7-beta1/velocity-1.7-beta1.zip.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7-beta1/velocity-1.7-beta1.zip.md5">MD5</a>]
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7-beta1/velocity-1.7-beta1.zip.sha1">SHA1</a>]
+ </li>
+ <li><a
href="[preferred]/velocity/engine/1.7-beta1/velocity-1.7-beta1.tar.gz">velocity-1.7-beta1.tar.gz</a>
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7-beta1/velocity-1.7-beta1.tar.gz.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7-beta1/velocity-1.7-beta1.tar.gz.md5">MD5</a>]
+ [<a
href="http://www.apache.org/dist/velocity/engine/1.7-beta1/velocity-1.7-beta1.tar.gz.sha1">SHA1</a>]
+ </li>
+ </ul>
</subsection>
<subsection name="Tools">
Modified: velocity/site/site/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/velocity/site/site/src/site/xdoc/index.xml?rev=938160&r1=938159&r2=938160&view=diff
==============================================================================
--- velocity/site/site/src/site/xdoc/index.xml (original)
+++ velocity/site/site/src/site/xdoc/index.xml Mon Apr 26 18:04:16 2010
@@ -107,9 +107,9 @@
<tr>
<td>Velocity Engine</td>
<td>
- <a href="engine/releases/velocity-1.6.2/">1.6.2</a>
+ <a href="engine/releases/velocity-1.6.3/">1.6.3</a>
</td>
- <td>(currently none available)</td>
+ <td><a href="engine/devel/">1.7-beta1</a></td>
</tr>
<tr>