You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2006/12/31 18:32:54 UTC

svn commit: r491453 - in /velocity/site/site: pom.xml src/site/news.xml src/site/xdoc/news.xml

Author: henning
Date: Sun Dec 31 09:32:53 2006
New Revision: 491453

URL: http://svn.apache.org/viewvc?view=rev&rev=491453
Log:
Add auto generated news page.


Added:
    velocity/site/site/src/site/news.xml   (with props)
Removed:
    velocity/site/site/src/site/xdoc/news.xml
Modified:
    velocity/site/site/pom.xml

Modified: velocity/site/site/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/pom.xml?view=diff&rev=491453&r1=491452&r2=491453
==============================================================================
--- velocity/site/site/pom.xml (original)
+++ velocity/site/site/pom.xml Sun Dec 31 09:32:53 2006
@@ -166,6 +166,10 @@
            <reportSet/>
         </reportSets>
       </plugin>
+      <plugin>
+        <groupId>org.apache.velocity</groupId>
+        <artifactId>velocity-news-plugin</artifactId>
+      </plugin>
     </plugins>
   </reporting>
   <build>

Added: velocity/site/site/src/site/news.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/news.xml?view=auto&rev=491453
==============================================================================
--- velocity/site/site/src/site/news.xml (added)
+++ velocity/site/site/src/site/news.xml Sun Dec 31 09:32:53 2006
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<news>
+  <item id="velocity-tlp">
+    <date>2006-10-26</date>
+    <headline>Velocity Approved as Top Level Project</headline>
+    <categories>
+      <category>general</category>
+      <category>velocity</category>
+    </categories>
+    <text><![CDATA[
+      The Board of the Apache Software Foundation has passed a
+      resolution to upgrade Jakarta Velocity into an Apache Top Level
+      Project (TLP), to be renamed Apache Velocity. We are excited of
+      the new prominence of the Velocity project.
+
+      Please stay tuned for our new website at
+      {{http://velocity.apache.org/}}. In the meantime, note that our
+      new mailing lists are <us...@velocity.apache.org> (subscribe at
+      <us...@velocity.apache.org>) for general questions, and
+      <de...@velocity.apache.org> (subscribe at
+      <de...@velocity.apache.org>) for development-related
+      activity.
+    ]]></text>
+  </item>
+
+  <item id="velocity-1.5-beta-2">
+    <date>2006-11-24</date>
+    <headline>Velocity 1.5 Beta 2 Released</headline>
+    <categories>
+      <category>engine</category>
+      <category>velocity</category>
+    </categories>
+    <text><![CDATA[
+
+      The Velocity developers are pleased to announce the second beta
+      release of Velocity 1.5. You may download it
+      {{{here}http://www.apache.org/dist/jakarta/velocity/beta/velocity-1.5-beta2/}}.
+
+      This beta version is one of the final steps before the
+      long-awaited version 1.5. Since Beta 1 we have added a new
+      InvalidReferenceEventHandler (to catch invalid references), the
+      SecureUberspector (to prevent introspection on "dangerous
+      objects"), and a StringResourceLoader. We've also fixed some
+      critical bugs, including a subtle synchronization problem
+      causing page generation to fail under heavy loads.
+
+      Some of the other new features since Velocity 1.4 include:
+
+        * floating point number arithmetic
+
+        * new event handlers for altering #include/#parse behavior
+
+        * literal map syntax
+
+      A complete list of changes is available at our
+      {{{http://issues.apache.org/jira/browse/VELOCITY?report=com.atlassian.jira.plugin.system.project:roadmap-panel}issue
+      tracker}}. You may also want to check out the draft
+      {{{http://wiki.apache.org/jakarta-velocity/Velocity15ReleaseNotes}release
+      notes}} on the Wiki. Please report any additional bugs in the
+      issue tracker, especially those that need to be fixed before our
+      final release. (use 1.5 beta 2 as the version).
+    ]]></text>
+  </item>
+
+  <item id="velocity-repo-moved">
+    <date>2006-12-01</date>
+    <headline>The Velocity SVN Repository moved!</headline>
+    <categories>
+      <category>general</category>
+      <category>velocity</category>
+    </categories>
+    <text><![CDATA[
+      As part of our move to top-level status, we moved the Subversion
+      repository. It is now available from {{http://svn.apache.org/repos/asf/velocity}}.
+      Please update your references. If you have already checked out
+      the source code, you can use the <<<svn switch>>> command to update your local copy.
+    ]]></text>
+  </item>
+
+</news>

Propchange: velocity/site/site/src/site/news.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: velocity/site/site/src/site/news.xml
------------------------------------------------------------------------------
    svn:keywords = Id Author Date Revision