You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hb...@apache.org on 2015/05/03 17:59:17 UTC

svn commit: r1677429 - /comdev/projects.apache.org/site/json/foundation/HEADER.html

Author: hboutemy
Date: Sun May  3 15:59:17 2015
New Revision: 1677429

URL: http://svn.apache.org/r1677429
Log:
add info in HEADER since AddDescription in .htaccess doesn't work

Modified:
    comdev/projects.apache.org/site/json/foundation/HEADER.html

Modified: comdev/projects.apache.org/site/json/foundation/HEADER.html
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/foundation/HEADER.html?rev=1677429&r1=1677428&r2=1677429&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/foundation/HEADER.html (original)
+++ comdev/projects.apache.org/site/json/foundation/HEADER.html Sun May  3 15:59:17 2015
@@ -1,4 +1,17 @@
 <h1>Foundation information</h1>
 Data generated from misc foundations information sources with Python scripts:
 see <code><a href="http://svn.apache.org/viewvc/comdev/projects.apache.org/scripts/">scripts</a>/README.txt</code>
-for more information.
\ No newline at end of file
+for more information.
+<ul>
+<li><a href="accounts.json"><code>accounts.json</code></a> generated by <code>cronjobs/countaccounts.py</code></li>
+<li><a href="chairs.json"><code>chairs.json</code></a> generated by <code>cronjobs/parsechairs.py</code></li>
+<li><a href="committees.json"><code>committees.json</code></a> imported with <code>import/parsecommittees.py</code></li>
+<li><a href="committers.json"><code>committers.json</code></a> generated by <code>cronjobs/parsecommitters.py</code></li>
+<li><a href="cycles.json"><code>cycles.json</code></a> manually maintained</li>
+<li><a href="evolution.json"><code>evolution.json</code></a> generated by <code>cronjobs/podlings.py</code></li>
+<li><a href="people.json"><code>people.json</code></a> generated by <code>cronjobs/parsecommitters.py</code></li>
+<li><a href="pmcs.json"><code>pmcs.json</code></a> imported by <code>import/parsepmcs.py</code> from <a href='https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/data_files/'>PMC DOAP files</a></li>
+<li><a href="podlings.json"><code>podlings.json</code></a> generated by <code>cronjobs/podlings.py</code></li>
+<li><a href="projects.json"><code>projects.json</code></a> imported with <code>import/rdfparse.py</code> from <a href='https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml'>projects' DOAP files</a></li>
+<li><a href="releases.json"><code>releases.json</code></a> generated by <code>cronjobs/parsereleases.py</code></li>
+</ul>
\ No newline at end of file