You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/02/27 00:46:50 UTC

[whimsy.git] [1/1] Commit f01cb95: Fix comments

Commit f01cb95755d029ff0438fe398df3a64bec36b93c:
    Fix comments


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/public/README.html                                       | ++ -
------------------------------------------------------------
3 changes: 2 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/public/README.html b/www/public/README.html
index 7050c90..558641c 100644
--- a/www/public/README.html
+++ b/www/public/README.html
@@ -1,7 +1,8 @@
     <h2>Public JSON files</h2>
     <dl>
       <dt>committee-info.json</dt><dd>Committee (PMC) names and membership</dd>
-      <dt>icla-info.json</dt><dd>Names of people who have submitted ICLAs, with uids if relevant</dd>
+      <dt>icla-info.json</dt><dd>Names of people who have submitted ICLAs who have uids (committer accounts)</dd>
+      <dt>icla-info_noid.json</dt><dd>Names of people who have submitted ICLAs who don't have uids. Either the ICLA has yet to be processed, or it was submitted and not followed up.</dd>
       <dt>member-info.json</dt><dd>ASF member names</dd>
       <dt>public_ldap_committees.json</dt><dd>Membership of LDAP committee groups. Membership of an LDAP committee group != membership of the PMC</dd>
       <dt>public_ldap_groups.json</dt><dd>Membership of LDAP unix groups. Membership of an LDAP unix group is used to grant commit karma for that project</dd>