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/01/09 23:57:20 UTC

svn commit: r1431132 - in /cordova/site: bin/config.json public/index.html

Author: steven
Date: Wed Jan  9 22:57:20 2013
New Revision: 1431132

URL: http://svn.apache.org/viewvc?rev=1431132&view=rev
Log:
added download for 2.3.0

Modified:
    cordova/site/bin/config.json
    cordova/site/public/index.html

Modified: cordova/site/bin/config.json
URL: http://svn.apache.org/viewvc/cordova/site/bin/config.json?rev=1431132&r1=1431131&r2=1431132&view=diff
==============================================================================
--- cordova/site/bin/config.json (original)
+++ cordova/site/bin/config.json Wed Jan  9 22:57:20 2013
@@ -1,9 +1,9 @@
 {
     "releases": [
         {
-        "version":  "2.2.0",
-        "file":     "http://www.apache.org/dist/incubator/cordova/",
-        "note":     "Apache Cordova 2.2.0"
+        "version":  "2.3.0",
+        "file":     "https://www.apache.org/dist/cordova/",
+        "note":     "Apache Cordova 2.3.0"
         }
     ],
 

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1431132&r1=1431131&r2=1431132&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Wed Jan  9 22:57:20 2013
@@ -92,7 +92,7 @@
             <li><h1>and <strong>JavaScript</strong></h1></li>
         </ul>
 		<div class="button-container">
-			<a class="button" href="http://www.apache.org/dist/incubator/cordova/">DOWNLOAD<label>Cordova Ver 2.2.0</label></a>
+			<a class="button" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.3.0</label></a>
 		</div>
     </div>
 </div>
@@ -116,7 +116,7 @@
 	<p>If you make significant contributions, or get invited as a committer, please sign and submit an <a href="http://www.apache.org/licenses/#clas">ICLA</a>.</p>
   <p>The <a href="https://issues.apache.org/jira/browse/">JIRA issue tracker</a> and the <a href="#mailing-list">dev mailing list</a> are good places to identify areas to help out in.<br>
   Search the issue tracker: <input placeholder="Search Query" id="jira-search-box" onkeypress="event.keyCode==13 &amp;&amp; submitJiraSearchForm()"><button id="jira-search-button" onclick="submitJiraSearchForm()">Search</button></p>
-	<p>Next, clone the git repository for the project you are wishing to contribute to (see below). We recommend employing a certain type of git workflow, please see our <a href="http://wiki.apache.org/cordova/ContributorWorkflow">wiki article</a> for more information.</p>
+	<p>Next, clone the git repository for the project you are wishing to contribute to (see below). We recommend employing a certain type of git workflow, please see our <a href="http://wiki.apache.org/cordova/ContributerWorkflow">wiki article</a> for more information.</p>
 	<p>Finally, to share your changes with the community, you can send a pull request on GitHub to the Apache git mirrors. You can also advocate for your changes directly on our <a href="#mailing-list">mailing list</a>.</p>
 	<p>For detailed instruction on how to contribute for a specific platform / topic, choose from below:</p>
 </div>
@@ -179,7 +179,7 @@
     <h2 class="icon icon-download">Download &amp; Archives</h2>
 	<p>By downloading, you agree to the <a href="#">terms of service</a>.</p>
 	<div class="button-container">
-        <a class="button" href="http://www.apache.org/dist/incubator/cordova/">DOWNLOAD<label>Cordova Ver 2.2.0</label></a>
+        <a class="button" href="https://www.apache.org/dist/cordova/">DOWNLOAD<label>Cordova Ver 2.3.0</label></a>
 	</div>
 </div>