Author: buildbot
Date: Tue Sep  1 12:45:02 2015
New Revision: 963878

Log:
Staging update by buildbot for rave

Modified:
    websites/staging/rave/trunk/content/   (props changed)
    websites/staging/rave/trunk/content/downloads.html

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep  1 12:45:02 2015
@@ -1 +1 @@
-1658756
+1700531

Modified: websites/staging/rave/trunk/content/downloads.html
==============================================================================
--- websites/staging/rave/trunk/content/downloads.html (original)
+++ websites/staging/rave/trunk/content/downloads.html Tue Sep  1 12:45:02 2015
@@ -87,7 +87,18 @@
     </header>
     <section id="content" class="row">
         <article class="span12">
-          <!-- UPDATE ALL RELEASE DATA IN data/releases.json -->
+          <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<!-- UPDATE ALL RELEASE DATA IN data/releases.json -->
 
 <div class="hero-unit">
   <h2>Announcing Apache Rave <span id="version_label"> </span></h2>
@@ -99,9 +110,9 @@
 </div>
 
 <p>All downloads can be verified using the Apache Rave code signing <a 
href="http://www.apache.org/dist/rave/KEYS";>KEYS</a>.</p>
-<h3 id="supported-releases">Supported Releases</h3>
+<h3 id="supported-releases">Supported Releases<a class="headerlink" 
href="#supported-releases" title="Permanent link">&para;</a></h3>
 <p><div id="supported"> </div> </p>
-<h3 id="release-archive">Release Archive</h3>
+<h3 id="release-archive">Release Archive<a class="headerlink" 
href="#release-archive" title="Permanent link">&para;</a></h3>
 <p><div id="archived"> </div> </p>
 <script type="text/x-handlebars-template" id="release-table" >
    <table  id="{{title}}_table">
@@ -140,7 +151,7 @@
    }
 
    rave.downloads.getMirrorUrl =function(version, type) {
-      return rave.downloads.getUrl(version, type, 
"http://www.apache.org/dyn/closer.cgi";);
+      return rave.downloads.getUrl(version, type, 
"http://www.apache.org/dyn/closer.lua";);
    }
 
    rave.downloads.getDistUrl =function(version, type) {


Reply via email to