Commit 8fc63149c9b6f00613e375c06d4f774187801436:
Add README file to public directory
Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>
------------------------------------------------------------
www/.gitignore | -
www/public/.gitignore | +
www/public/README.html | +++++++++
------------------------------------------------------------
38 changes: 37 additions, 1 deletions.
------------------------------------------------------------
diff --git a/www/.gitignore b/www/.gitignore
index 9e159d1..3f8a6b7 100644
--- a/www/.gitignore
+++ b/www/.gitignore
@@ -1,3 +1,2 @@
Gemfile.lock
logs
-public
diff --git a/www/public/.gitignore b/www/public/.gitignore
new file mode 100644
index 0000000..a6c57f5
--- /dev/null
+++ b/www/public/.gitignore
@@ -0,0 +1 @@
+*.json
diff --git a/www/public/README.html b/www/public/README.html
new file mode 100644
index 0000000..0d9815c
--- /dev/null
+++ b/www/public/README.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta charset="utf-8"/>
+ <title>Whimsy</title>
+ <style type="text/css">
+ h2 {text-decoration: underline}
+ header h2 span {display: none}
+ header:hover h2 span {display: inline}
+ aside {display: none}
+ header:hover aside {margin-left: 4em; display: block;
+ border: 3px solid #B7B; padding: 1em; border-radius: 1em;
+ position: absolute; background-color: white}
+ aside ol {margin-bottom: 0}
+ </style>
+ </head>
+
+ <body>
+ <img title="ASF Logo" src="https://id.apache.org/img/asf_logo_wide.png"/>
+ <a href="http://whimsy.apache.org/">
+ <img src="whimsy.svg" width="80" title="whimsy"/>
+ </a>
+
+ <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>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>
+ <dt>public_ldap_people.json</dt><dd>Basic details of LDAP personal
entries. Shows the public name and whether the login is currently disabled.</dd>
+ <dt>public_ldap_services.json</dt><dd>Membership of LDAP service groups.
For example pmc_chairs shows the list of people with PMC chair karma</dd>
+ <dt>public_nonldap_groups.json</dt><dd>Membership of auth groups not
defined in LDAP. For example, podlings.</dd>
+ </dl>
+ </body>
+</html>