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/07 02:04:10 UTC

svn commit: r1443292 - in /cordova/site: public/index.html www/template.html

Author: marcelk
Date: Thu Feb  7 01:04:09 2013
New Revision: 1443292

URL: http://svn.apache.org/viewvc?rev=1443292&view=rev
Log:
CB-1881: link to list of CLA signers

Include link to contributor list,
include link to CLA signers that are not contributors

Modified:
    cordova/site/public/index.html
    cordova/site/www/template.html

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1443292&r1=1443291&r2=1443292&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Thu Feb  7 01:04:09 2013
@@ -117,7 +117,8 @@
   <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>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>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>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). Then your name will appear on the list of CLAs signed by <a href="https://people.apache.org/committer-index.html#unlistedclas">non-committers</a> or <a href="http://people.apache.org/committers-by-project.html#cordova">Cordova committers</a>. </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 and review the README:</p>
 </div>

Modified: cordova/site/www/template.html
URL: http://svn.apache.org/viewvc/cordova/site/www/template.html?rev=1443292&r1=1443291&r2=1443292&view=diff
==============================================================================
--- cordova/site/www/template.html (original)
+++ cordova/site/www/template.html Thu Feb  7 01:04:09 2013
@@ -123,7 +123,8 @@
   <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>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>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>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). Then your name will appear on the list of CLAs signed by <a href="https://people.apache.org/committer-index.html#unlistedclas">non-committers</a> or <a href="http://people.apache.org/committers-by-project.html#cordova">Cordova committers</a>. </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 and review the README:</p>
 </div>