You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ld...@apache.org on 2014/04/10 21:04:52 UTC

svn commit: r1586427 - in /cordova/site: public/index.html public/rss.xml www/index.html

Author: ldeluca
Date: Thu Apr 10 19:04:52 2014
New Revision: 1586427

URL: http://svn.apache.org/r1586427
Log:
download gives disclaimer that the NPM version is recommended

Modified:
    cordova/site/public/index.html
    cordova/site/public/rss.xml
    cordova/site/www/index.html

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1586427&r1=1586426&r2=1586427&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Thu Apr 10 19:04:52 2014
@@ -403,7 +403,7 @@ cordova plugin add org.apache.cordova.fi
 
 <div class="wrap download-pane">
     <h2 class="icon icon-download">Download &amp; Archives</h2>
-    <p>It is recommended that the NPM cordova CLI be installed rather than downloading this .zip version.  For more information on installing the npm version see the <a href="http://cordova.apache.org/docs/en/3.4.0/">Command-Line Interface</a>. </p>
+    <p>It is recommended that the NPM cordova CLI be installed rather than downloading this .zip version.  For more information on installing the npm version see the <a href="http://cordova.apache.org/docs/en/3.4.0/">Command-Line Interface</a> section of the documentation. </p>
     <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.4.0'])" href="https://www.apache.org/dist/cordova/cordova-3.4.0-src.zip">source zip</a>, the
         <a href="https://www.apache.org/dist/cordova/cordova-3.4.0-src.zip.asc">OpenPGP keys</a>,

Modified: cordova/site/public/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1586427&r1=1586426&r2=1586427&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Thu Apr 10 19:04:52 2014
@@ -5,8 +5,8 @@
         <description>Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description>
         <atom:link href="http://cordova.apache.org/rss.xml" rel="self" type="application/rss+xml" />
         <link>http://cordova.apache.org/rss.xml</link>
-        <lastBuildDate>Thu, 10 Apr 2014 11:42:26 -0700</lastBuildDate>
-        <pubDate>Thu, 10 Apr 2014 11:42:26 -0700</pubDate>
+        <lastBuildDate>Thu, 10 Apr 2014 12:01:59 -0700</lastBuildDate>
+        <pubDate>Thu, 10 Apr 2014 12:01:59 -0700</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>

Modified: cordova/site/www/index.html
URL: http://svn.apache.org/viewvc/cordova/site/www/index.html?rev=1586427&r1=1586426&r2=1586427&view=diff
==============================================================================
--- cordova/site/www/index.html (original)
+++ cordova/site/www/index.html Thu Apr 10 19:04:52 2014
@@ -153,7 +153,7 @@ title: Apache Cordova
 
 <div class="wrap download-pane">
     <h2 class="icon icon-download">Download &amp; Archives</h2>
-    <p>It is recommended that the NPM cordova CLI be installed rather than downloading this .zip version.  For more information on installing the npm version see the <a href="{{site.sitemap.docs.url}}">Command-Line Interface</a> section of the documentation. </p>
+    <p>It is recommended that the NPM cordova CLI be installed rather than downloading this .zip version.  For more information on installing the npm version see the <a href="{{site.sitemap.docs.url}}/guide_cli_index.md.html#The%20Command-Line%20Interface">Command-Line Interface</a> section of the documentation. </p>
     <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>,