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:29:18 UTC

svn commit: r1677418 - in /comdev/projects.apache.org/site/json/foundation: .htaccess HEADER.html

Author: hboutemy
Date: Sun May  3 15:29:18 2015
New Revision: 1677418

URL: http://svn.apache.org/r1677418
Log:
try to improve directory listing to help people find the documentation

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

Added: comdev/projects.apache.org/site/json/foundation/.htaccess
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/foundation/.htaccess?rev=1677418&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/foundation/.htaccess (added)
+++ comdev/projects.apache.org/site/json/foundation/.htaccess Sun May  3 15:29:18 2015
@@ -0,0 +1,11 @@
+AddDescription "generated by <code>cronjobs/countaccounts.py</code>" accounts.json
+AddDescription "generated by <code>cronjobs/parsechairs.py</code>" chairs.json
+AddDescription "imported with <code>import/parsecommittees.py</code>" committees.json
+AddDescription "generated by <code>cronjobs/parsecommitters.py</code>" committers.json
+AddDescription "manually maintained" cycles.json
+AddDescription "generated by <code>cronjobs/podlings.py</code>" evolution.json
+AddDescription "generated by <code>cronjobs/parsecommitters.py</code>" people.json
+AddDescription "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>" pmcs.json
+AddDescription "generated by <code>cronjobs/podlings.py</code>" podlings.json
+AddDescription "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>" projects.json
+AddDescription "generated by <code>cronjobs/parsereleases.py</code>" releases.json

Added: 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=1677418&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/foundation/HEADER.html (added)
+++ comdev/projects.apache.org/site/json/foundation/HEADER.html Sun May  3 15:29:18 2015
@@ -0,0 +1,4 @@
+<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