You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/02/06 22:10:17 UTC

svn commit: r1443209 - in /cordova/site: bin/config.json public/index.html www/template.html

Author: marcelk
Date: Wed Feb  6 21:10:16 2013
New Revision: 1443209

URL: http://svn.apache.org/viewvc?rev=1443209&view=rev
Log:
CB-1881: make clear that a CLA is required

Note that an ICLA is required and not just suggested. 
Performed other minor wordsmithing and alphabetical reordering.

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

Modified: cordova/site/bin/config.json
URL: http://svn.apache.org/viewvc/cordova/site/bin/config.json?rev=1443209&r1=1443208&r2=1443209&view=diff
==============================================================================
--- cordova/site/bin/config.json (original)
+++ cordova/site/bin/config.json Wed Feb  6 21:10:16 2013
@@ -35,6 +35,16 @@
             "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-mac.git;a=summary"
         },
         {
+            "name": "QT",
+            "github": "https://github.com/apache/cordova-qt",
+            "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-qt.git;a=summary"
+        },
+        {
+            "name": "Tizen",
+            "github": "https://github.com/apache/cordova-tizen",
+            "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-tizen.git;a=summary"
+        },
+        {
             "name": "WebOS",
             "github": "https://github.com/apache/cordova-webos",
             "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-webos.git;a=summary"
@@ -53,11 +63,6 @@
             "name": "Windows Phone 8",
             "github": "https://github.com/apache/cordova-wp8",
             "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=summary"
-        },
-        {
-            "name": "QT",
-            "github": "https://github.com/apache/cordova-qt",
-            "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-qt.git;a=summary"
         }
         ],
 
@@ -83,24 +88,19 @@
             "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=summary"
         },
         {
-            "name": "Weinre",
+            "name": "Weinre (Web Inspector Remote)",
             "github": "https://github.com/apache/cordova-weinre",
             "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-weinre.git;a=summary"
         },
         {
-            "name": "Tizen",
-            "github": "https://github.com/apache/cordova-tizen",
-            "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-tizen.git;a=summary"
+            "name": "Cordova Hello World (Sample App)",
+            "github": "https://github.com/apache/cordova-app-hello-world",
+            "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;a=summary"
         },
         {
             "name": "Coho (Release Tool)",
             "github": "https://github.com/apache/cordova-coho",
             "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;a=summary"
-        },
-        {
-            "name": "Cordova Hello World",
-            "github": "https://github.com/apache/cordova-app-hello-world",
-            "apache": "https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;a=summary"
         }
         ]
     },

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1443209&r1=1443208&r2=1443209&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Wed Feb  6 21:10:16 2013
@@ -114,23 +114,22 @@
 
 <div class="wrap">
     <h2 class="icon icon-contribute">Want to Contribute?</h2>
-	<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>
+  <p>Contributors are welcome! The <a href="https://issues.apache.org/jira/browse/CB">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>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>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>. In order for your changes to be accepted, you need to sign and submit an Apache <a href="http://www.apache.org/licenses/#clas">ICLA</a> (Individual Contributor License Agreement).</p>
         <p>Some additional information may be found on our <a href="http://projects.apache.org/projects/cordova.html">Apache project page</a>.</p>
-	<p>For detailed instruction on how to contribute for a specific platform / topic, choose from below:</p>
+	<p>For detailed instruction on how to contribute for a specific platform / topic, choose from below and review the README:</p>
 </div>
 
 <div class="grid">
     <div class="wrap">
         <div class="corner"></div>
         <ul class="list platforms-list">
-			<li class="first">Android<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-android"></a></li><li >Bada<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-bada.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-bada"></a></li><li >Blackberry<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-blackberry"></a></li><li >iOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-ios"></a></li><li >Mac OS X<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-mac.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-mac"></a></
 li><li >WebOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-webos.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-webos"></a></li><li >Windows (desktop)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-windows"></a></li><li >Windows Phone 7<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-wp7.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-wp7"></a></li><li >Windows Phone 8<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-wp8"></a></li><li >QT<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-qt.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-qt"></a></li>
+			<li class="first">Android<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-android"></a></li><li >Bada<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-bada.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-bada"></a></li><li >Blackberry<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-blackberry"></a></li><li >iOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-ios"></a></li><li >Mac OS X<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-mac.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-mac"></a></
 li><li >QT<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-qt.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-qt"></a></li><li >Tizen<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-tizen.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-tizen"></a></li><li >WebOS<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-webos.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-webos"></a></li><li >Windows (desktop)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-windows"></a></li><li >Windows Phone 7<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-wp7.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-wp7"></a></li><li >Win
 dows Phone 8<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-wp8"></a></li>
 		</ul>		
 		<ul class="list platforms-list second">
-			<li class="first">Docs<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-docs"></a></li><li >Cordova-JS (JavaScript API)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-js"></a></li><li >CLI<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-cli"></a></li><li >Mobile Spec (Test Suite)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-mobile-spec"></a></li><li >Weinre<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-weinre.git;a=summary"></a><a class="link-github" href="https://github.com
 /apache/cordova-weinre"></a></li><li >Tizen<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-tizen.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-tizen"></a></li><li >Coho (Release Tool)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-coho"></a></li><li >Cordova Hello World<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-app-hello-world"></a></li>
+			<li class="first">Docs<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-docs"></a></li><li >Cordova-JS (JavaScript API)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-js"></a></li><li >CLI<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-cli"></a></li><li >Mobile Spec (Test Suite)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-mobile-spec"></a></li><li >Weinre (Web Inspector Remote)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-weinre.git;a=summary"></a><a class="link-github" h
 ref="https://github.com/apache/cordova-weinre"></a></li><li >Cordova Hello World (Sample App)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-app-hello-world"></a></li><li >Coho (Release Tool)<a class="link-apache" href="https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;a=summary"></a><a class="link-github" href="https://github.com/apache/cordova-coho"></a></li>
 		</ul>
     </div>
 </div>
@@ -158,7 +157,7 @@
 			<li>Getting help with the list<a href="mailto:dev-help@cordova.apache.org">dev-help@cordova.apache.org<span></span></a></li> 
 			<li>Browse online <a href="http://callback.markmail.org/search/?q=#query:%20list%3Aorg.apache.incubator.callback-dev+page:1+state:facets">&nbsp;<span></span></a></li> 
 		</ul>
-                <br/>
+		<br/>
 		<div class="list-header">
 			<strong>Commits Mailing List</strong>
 			<p>Commits mailing list tracks commit logs for Apache Cordova repos.</p>

Modified: cordova/site/www/template.html
URL: http://svn.apache.org/viewvc/cordova/site/www/template.html?rev=1443209&r1=1443208&r2=1443209&view=diff
==============================================================================
--- cordova/site/www/template.html (original)
+++ cordova/site/www/template.html Wed Feb  6 21:10:16 2013
@@ -120,13 +120,12 @@
 
 <div class="wrap">
     <h2 class="icon icon-contribute">Want to Contribute?</h2>
-	<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>
+  <p>Contributors are welcome! The <a href="https://issues.apache.org/jira/browse/CB">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>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>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>. In order for your changes to be accepted, you need to sign and submit an Apache <a href="http://www.apache.org/licenses/#clas">ICLA</a> (Individual Contributor License Agreement).</p>
         <p>Some additional information may be found on our <a href="http://projects.apache.org/projects/cordova.html">Apache project page</a>.</p>
-	<p>For detailed instruction on how to contribute for a specific platform / topic, choose from below:</p>
+	<p>For detailed instruction on how to contribute for a specific platform / topic, choose from below and review the README:</p>
 </div>
 
 <div class="grid">