Author: marcelk
Date: Thu Jul 25 23:11:49 2013
New Revision: 1507152

URL: http://svn.apache.org/r1507152
Log:
[CB-3560]: download src zip from mirrors

Also add in references to the asc/md5/sha files, since those are not in mirrors.
And do some minor html tweaks.

Modified:
    cordova/site/_config.yml
    cordova/site/public/index.html
    cordova/site/www/index.html

Modified: cordova/site/_config.yml
URL: 
http://svn.apache.org/viewvc/cordova/site/_config.yml?rev=1507152&r1=1507151&r2=1507152&view=diff
==============================================================================
--- cordova/site/_config.yml (original)
+++ cordova/site/_config.yml Thu Jul 25 23:11:49 2013
@@ -13,7 +13,8 @@ pygments: true
 #From old config.json
 "releases": {
     "version":  "3.0.0",
-    "file":     "https://www.apache.org/dist/cordova/";,
+    "file":     
"https://www.apache.org/dyn/closer.cgi/cordova/cordova-3.0.0-src.zip";,
+    "file-nomirror": 
"https://www.apache.org/dist/cordova/cordova-3.0.0-src.zip";,
     "note":     "Apache Cordova 3.0.0"
 }
 

Modified: cordova/site/public/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1507152&r1=1507151&r2=1507152&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Thu Jul 25 23:11:49 2013
@@ -73,7 +73,7 @@
         </ul>
         <div class="button-container">
 
-            <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', 
'3.0.0'])" href="https://www.apache.org/dist/cordova/";>DOWNLOAD<label>Cordova 
Ver 3.0.0</label></a>
+            <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', 
'3.0.0'])" 
href="https://www.apache.org/dyn/closer.cgi/cordova/cordova-3.0.0-src.zip";>DOWNLOAD<label>Cordova
 version 3.0.0</label></a>
 
         </div>
     </div>
@@ -101,10 +101,12 @@
       <li><span>23 Jul 2013</span> &raquo; <a 
href="http://cordova.apache.org/blog/releases/2013/07/23/cordova-3.html";>Apache 
Cordova 3.0</a>
       <p>It went live on Friday! Snapshot available on our <a 
href='https://www.apache.org/dist/cordova/'>download page</a> but before 
downloading please read on to find out whats new including for more ways to 
work with Cordova!</p>
       <a 
href="http://cordova.apache.org/blog/releases/2013/07/23/cordova-3.html";>Read 
More...</a>
+      <p/>
     
       <li><span>11 Jul 2013</span> &raquo; <a 
href="http://cordova.apache.org/blog/2013/07/11/cordova-has-a-blog.html";>Apache 
Cordova Gets an Official Blog</a>
       <p>Cordova now has a Blog! Look here to stay up-to-date with 
what&#8217;s happening with the project. There is a major release <a 
href='https://issues.apache.org/jira/browse/CB/fixforversion/12322491'>3.0</a> 
just around the corner (July 19, 2013), and we are really excited about it!</p>
       <a 
href="http://cordova.apache.org/blog/2013/07/11/cordova-has-a-blog.html";>Read 
More...</a>
+      <p/>
     
 
   </ul>
@@ -236,12 +238,19 @@
 <div class="wrap download-pane">
     <h2 class="icon icon-download">Download &amp; Archives</h2>
     <p>By downloading, you agree to the <a href="#">terms of service</a>.</p>
+    <p>In addition to the <a onclick="_gaq.push(['_trackEvent', 'Download', 
'3.0.0'])" 
href="https://www.apache.org/dyn/closer.cgi/cordova/cordova-3.0.0-src.zip";>source
 zip</a>, the
+        <a 
href="https://www.apache.org/dist/cordova/cordova-3.0.0-src.zip.asc";>OpenPGP 
keys</a>,
+        <a 
href="https://www.apache.org/dist/cordova/cordova-3.0.0-src.zip.md5";>MD5</a>,
+        <a 
href="https://www.apache.org/dist/cordova/cordova-3.0.0-src.zip.sha";>SHA</a>, 
and
+        <a href="artwork.html">artwork</a>
+        are also available.</p>
     <p>Older versions can be downloaded from the <a 
href="http://archive.apache.org/dist/cordova/";>archive</a>.</p>
     <div class="button-container">
 
-        <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', 
'3.0.0'])" href="https://www.apache.org/dist/cordova/";>DOWNLOAD<label>Cordova 
Ver 3.0.0</label></a>
+        <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', 
'3.0.0'])" 
href="https://www.apache.org/dyn/closer.cgi/cordova/cordova-3.0.0-src.zip";>DOWNLOAD<label>Cordova
 version 3.0.0</label></a>
 
     </div>
+
 </div>
 
 <div class="grid">

Modified: cordova/site/www/index.html
URL: 
http://svn.apache.org/viewvc/cordova/site/www/index.html?rev=1507152&r1=1507151&r2=1507152&view=diff
==============================================================================
--- cordova/site/www/index.html (original)
+++ cordova/site/www/index.html Thu Jul 25 23:11:49 2013
@@ -14,7 +14,7 @@ title: Apache Cordova
         </ul>
         <div class="button-container">
 
-            <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', 
'{{site.releases.version}}'])" 
href="{{site.releases.file}}">DOWNLOAD<label>Cordova Ver 
{{site.releases.version}}</label></a>
+            <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', 
'{{site.releases.version}}'])" 
href="{{site.releases.file}}">DOWNLOAD<label>Cordova version 
{{site.releases.version}}</label></a>
 
         </div>
     </div>
@@ -42,6 +42,7 @@ title: Apache Cordova
       <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ 
site.baseurl }}{{ post.url }}">{{ post.title }}</a>
       {{post.excerpt}}
       <a href="{{ site.baseurl }}{{ post.url }}">Read More...</a>
+      <p/>
     {% endfor %}
 
   </ul>
@@ -145,12 +146,19 @@ title: Apache Cordova
 <div class="wrap download-pane">
     <h2 class="icon icon-download">Download &amp; Archives</h2>
     <p>By downloading, you agree to the <a href="#">terms of service</a>.</p>
+    <p>In addition to the <a onclick="_gaq.push(['_trackEvent', 'Download', 
'{{site.releases.version}}'])" href="{{site.releases.file}}">source zip</a>, the
+        <a href="{{site.releases.file-nomirror}}.asc">OpenPGP keys</a>,
+        <a href="{{site.releases.file-nomirror}}.md5">MD5</a>,
+        <a href="{{site.releases.file-nomirror}}.sha">SHA</a>, and
+        <a href="artwork.html">artwork</a>
+        are also available.</p>
     <p>Older versions can be downloaded from the <a 
href="http://archive.apache.org/dist/cordova/";>archive</a>.</p>
     <div class="button-container">
 
-        <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', 
'{{site.releases.version}}'])" 
href="{{site.releases.file}}">DOWNLOAD<label>Cordova Ver 
{{site.releases.version}}</label></a>
+        <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', 
'{{site.releases.version}}'])" 
href="{{site.releases.file}}">DOWNLOAD<label>Cordova version 
{{site.releases.version}}</label></a>
 
     </div>
+
 </div>
 
 <div class="grid">


Reply via email to