Author: buildbot
Date: Tue Mar 12 21:08:35 2013
New Revision: 854181
Log:
Staging update by buildbot for rave
Modified:
websites/staging/rave/trunk/content/ (props changed)
websites/staging/rave/trunk/content/index.html
Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 12 21:08:35 2013
@@ -1 +1 @@
-1455701
+1455715
Modified: websites/staging/rave/trunk/content/index.html
==============================================================================
--- websites/staging/rave/trunk/content/index.html (original)
+++ websites/staging/rave/trunk/content/index.html Tue Mar 12 21:08:35 2013
@@ -94,7 +94,7 @@
</div>
<blockquote>
-<p><strong>Apache Rave team is proud to announce the release of <a
href="downloads.html">Apache Rave 0.20.1</a>.</strong><br />
+<p><strong>Apache Rave team is proud to announce the release of <a
href="/downloads.html">Apache Rave <span
id="latest_release"> </span></a>.</strong><br />
</p>
</blockquote>
<h2 id="status-of-apache-rave">Status of Apache Rave</h2>
@@ -144,6 +144,13 @@ includes integrating and providing other
<li>integration with <a href="http://incubator.apache.org/wave/">Apache
Wave</a></li>
<li>runtime services monitoring, reporting and configuration/life-cycle
management support </li>
</ol>
+<script src="/data/releases.js"></script>
+
+<script>
+ rave.initFunctions.push(function() {
+ if(rave.releases) $("#latest_release").html(rave.releases.latest);
+ });
+</script>
</article>
</section>
</div>