You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2013/03/12 22:08:30 UTC

svn commit: r1455715 - /rave/site/trunk/content/index.mdtext

Author: mfranklin
Date: Tue Mar 12 21:08:30 2013
New Revision: 1455715

URL: http://svn.apache.org/r1455715
Log:
Dynamically generating release info on homepage

Modified:
    rave/site/trunk/content/index.mdtext

Modified: rave/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/rave/site/trunk/content/index.mdtext?rev=1455715&r1=1455714&r2=1455715&view=diff
==============================================================================
--- rave/site/trunk/content/index.mdtext (original)
+++ rave/site/trunk/content/index.mdtext Tue Mar 12 21:08:30 2013
@@ -6,7 +6,7 @@ Title: 
    integrates Apache Shindig & Apache Wookie to provide OpenSocial & W3C widget support, respectively.</p> 
 </div>
 
-> **Apache Rave team is proud to announce the release of [Apache Rave 0.20.1][10].**  
+> **Apache Rave team is proud to announce the release of <a href="/downloads.html">Apache Rave <span id="latest_release">&nbsp;</span></a>.**  
 
 ## Status of Apache Rave
 
@@ -69,6 +69,12 @@ includes integrating and providing other
   [7]: http://onesocialweb.org/
   [8]: http://ostatus.org/
   [9]: http://incubator.apache.org/wave/
-  [10]: downloads.html
   [11]: /events/2013/apachecon_na.html
-  [12]: http://wiki.apache.org/rave/MeetupApacheConNa2013
\ No newline at end of file
+  [12]: http://wiki.apache.org/rave/MeetupApacheConNa2013
+
+<script src="/data/releases.js"></script>
+<script>
+    rave.initFunctions.push(function() {
+       if(rave.releases) $("#latest_release").html(rave.releases.latest);
+    });    
+</script>