You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/05/01 21:07:45 UTC

svn commit: r1478146 - in /cordova/site: bin/config.json infra/doap_Cordova.rdf public/docs/ public/index.html

Author: steven
Date: Wed May  1 19:07:44 2013
New Revision: 1478146

URL: http://svn.apache.org/r1478146
Log:
updated to 2.7.0

Removed:
    cordova/site/public/docs/
Modified:
    cordova/site/bin/config.json
    cordova/site/infra/doap_Cordova.rdf
    cordova/site/public/index.html

Modified: cordova/site/bin/config.json
URL: http://svn.apache.org/viewvc/cordova/site/bin/config.json?rev=1478146&r1=1478145&r2=1478146&view=diff
==============================================================================
--- cordova/site/bin/config.json (original)
+++ cordova/site/bin/config.json Wed May  1 19:07:44 2013
@@ -1,9 +1,9 @@
 {
     "releases": [
         {
-        "version":  "2.6.0",
+        "version":  "2.7.0",
         "file":     "https://www.apache.org/dist/cordova/",
-        "note":     "Apache Cordova 2.6.0"
+        "note":     "Apache Cordova 2.7.0"
         }
     ],
 

Modified: cordova/site/infra/doap_Cordova.rdf
URL: http://svn.apache.org/viewvc/cordova/site/infra/doap_Cordova.rdf?rev=1478146&r1=1478145&r2=1478146&view=diff
==============================================================================
--- cordova/site/infra/doap_Cordova.rdf (original)
+++ cordova/site/infra/doap_Cordova.rdf Wed May  1 19:07:44 2013
@@ -43,7 +43,12 @@
     <category rdf:resource="http://projects.apache.org/category/library" />
     <release>
        <Version>
-        <name>Latest Stable</name>
+           <name>Latest Stable</name>
+           <created>2013-04-30</created>
+           <revision>2.7</revision>
+   	</Version>
+        <Version>
+        <name>Legacy</name>
         <created>2013-04-09</created>
         <revision>2.6</revision>
       </Version>

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1478146&r1=1478145&r2=1478146&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Wed May  1 19:07:44 2013
@@ -93,7 +93,7 @@
         </ul>
 
 		<div class="button-container">
-			<a class="button" onclick="_gaq.push(['_trackEvent', 'Download', '2.6.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.6.0</label></a>
+			<a class="button" onclick="_gaq.push(['_trackEvent', 'Download', '2.7.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.7.0</label></a>
 		</div>
     </div>
 </div>
@@ -106,7 +106,7 @@
     <p>And because these JavaScript APIs are consistent across multiple device platforms and built on web standards, the app should be portable to other device platforms with minimal to no changes.</p>
     <p>Apps using Cordova are still packaged as apps using the platform SDKs, and can be made available for installation from each device's app store.</p>
     <p>Cordova provides a set of uniform JavaScript libraries that can be invoked, with device-specific native backing code for those JavaScript libraries. Cordova is available for the following platforms: iOS, Android, Blackberry, Windows Phone, Palm WebOS, Bada, and Symbian.</p>
-    <p>If you want to use Cordova in your mobile application, take a look at our <a href="http://cordova.apache.org/docs/en/2.6.0/">documentation</a>. It includes Getting Started guides, the JavaScript APIs reference and examples, instructions on Upgrading from previous versions of Cordova, how to write your own Cordova plugin, and more. The selector in the top-right corner of the documentation will let you pick different Cordova versions and language translations.</p>
+    <p>If you want to use Cordova in your mobile application, take a look at our <a href="http://cordova.apache.org/docs/en/2.7.0/">documentation</a>. It includes Getting Started guides, the JavaScript APIs reference and examples, instructions on Upgrading from previous versions of Cordova, how to write your own Cordova plugin, and more. The selector in the top-right corner of the documentation will let you pick different Cordova versions and language translations.</p>
     <p>Apache Cordova graduated in October 2012 as a top level project within the Apache Software Foundation (ASF). Through the ASF, future Cordova development will ensure open stewardship of the project. It will always remain free and open source under the Apache License, Version 2.0.
 </p>
 </div>
@@ -196,7 +196,7 @@
 	<p>By downloading, you agree to the <a href="#">terms of service</a>.</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', '2.6.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.6.0</label></a>
+        <a class="button" onclick="_gaq.push(['_trackEvent', 'Download', '2.7.0'])" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.7.0</label></a>
 	</div>
 </div>