You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by st...@apache.org on 2016/12/01 14:56:54 UTC

svn commit: r1772221 - in /incubator/public/trunk: clutch.py content/guides/graduation.xml content/guides/releasemanagement.xml content/whoweare.xml

Author: stain
Date: Thu Dec  1 14:56:54 2016
New Revision: 1772221

URL: http://svn.apache.org/viewvc?rev=1772221&view=rev
Log:
Links to modern https://people.apache.org/phonebook.html

Modified:
    incubator/public/trunk/clutch.py
    incubator/public/trunk/content/guides/graduation.xml
    incubator/public/trunk/content/guides/releasemanagement.xml
    incubator/public/trunk/content/whoweare.xml

Modified: incubator/public/trunk/clutch.py
URL: http://svn.apache.org/viewvc/incubator/public/trunk/clutch.py?rev=1772221&r1=1772220&r2=1772221&view=diff
==============================================================================
--- incubator/public/trunk/clutch.py (original)
+++ incubator/public/trunk/clutch.py Thu Dec  1 14:56:54 2016
@@ -1169,10 +1169,10 @@ for k in sorted(projectNames, key=str.lo
 
     if projects[k]['numberCommitters'] > 0:
         if projects[k]['numberCommitters'] > 2:
-            fileXml.write('          <td class="cool1 number"><a href="http://people.apache.org/committers-by-project.html#{0}">{1}</a></td>\n'.format(
+            fileXml.write('          <td class="cool1 number"><a href="https://people.apache.org/phonebook.html?podling={0}">{1}</a></td>\n'.format(
                 projects[k]['committersSvn'], projects[k]['numberCommitters']))
         else:
-            fileXml.write('          <td class="care number"><a href="http://people.apache.org/committers-by-project.html#{0}">{1}</a></td>\n'.format(
+            fileXml.write('          <td class="care number"><a href="https://people.apache.org/phonebook.html?podling={0}">{1}</a></td>\n'.format(
                 projects[k]['committersSvn'], projects[k]['numberCommitters']))
     else:
         fileXml.write('          <td class="care">-</td>\n')

Modified: incubator/public/trunk/content/guides/graduation.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/guides/graduation.xml?rev=1772221&r1=1772220&r2=1772221&view=diff
==============================================================================
--- incubator/public/trunk/content/guides/graduation.xml [utf-8] (original)
+++ incubator/public/trunk/content/guides/graduation.xml [utf-8] Thu Dec  1 14:56:54 2016
@@ -847,7 +847,7 @@ Resolution draft:
                         <li>Subscribe to the <code>board</code> mailing list</li>
                         <li>Subscribe to the <code>infrastructure</code> mailing list</li>
                         <li>Ensure that they have been added to 
-                            <a href='http://people.apache.org/committers-by-project.html#pmc-chairs'
+				<a href='https://people.apache.org/phonebook.html?service=pmc-chairs'
                             >the PMC chairs group (pmc-chairs) in LDAP</a>.
                             The ASF Secretary should do this without any action on the part
                             of the new chair. As with above, if it has not happened within

Modified: incubator/public/trunk/content/guides/releasemanagement.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/guides/releasemanagement.xml?rev=1772221&r1=1772220&r2=1772221&view=diff
==============================================================================
--- incubator/public/trunk/content/guides/releasemanagement.xml [utf-8] (original)
+++ incubator/public/trunk/content/guides/releasemanagement.xml [utf-8] Thu Dec  1 14:56:54 2016
@@ -1775,7 +1775,7 @@ example</a>.
 			<p>
 Be careful to check the voters against the appropriate list. Binding votes are cast by people on the 
 appropriate committee. The list of Incubator PMC members is 
-<a href='http://people.apache.org/committers-by-project.html#incubator-pmc'>available</a>.
+<a href='https://people.apache.org/phonebook.html?pmc=incubator'>available</a>.
 			</p>
 			<p>
 The result post should list each voter and the vote cast. Non binding votes may be listed. If they are 

Modified: incubator/public/trunk/content/whoweare.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/whoweare.xml?rev=1772221&r1=1772220&r2=1772221&view=diff
==============================================================================
--- incubator/public/trunk/content/whoweare.xml [utf-8] (original)
+++ incubator/public/trunk/content/whoweare.xml [utf-8] Thu Dec  1 14:56:54 2016
@@ -48,7 +48,7 @@ other projects and so functions a little
 For more details read the <a href="&root-path;/guides/pmc.html">Incubator PMC guide</a>.
 		</p>
 <p>The list of Incubator PMC members can be found at
-<a href="http://people.apache.org/committers-by-project.html#incubator-pmc">http://people.apache.org/committers-by-project.html#incubator-pmc</a>.
+	<a href="http://people.apache.org/phonebook.html?pmc=incubator">people.apache.org</a>.
 </p>
       </section>
        <section id="mentors">
@@ -66,8 +66,8 @@ Please see the <a href='projects/index.h
 Each podling status page lists its committers.
 Please see the <a href='projects/index.html'>summary of Incubator projects</a>.
 </p>
-<p>The list of all Incubator committers can be found at
-<a href="http://people.apache.org/committers-by-project.html#incubator">http://people.apache.org/committers-by-project.html#incubator</a>.
+<p>The list of all Incubator committers can be found on
+	<a href="https://people.apache.org/phonebook.html?unix=incubator">people.apache.org</a>.
 </p>
 <p>
 There is also a



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org