You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2015/01/14 20:18:43 UTC

svn commit: r1651777 - in /comdev/projects.apache.org: STRUCTURE.txt scripts/parseaccounts.py

Author: humbedooh
Date: Wed Jan 14 19:18:43 2015
New Revision: 1651777

URL: http://svn.apache.org/r1651777
Log:
Add a bit of structure overview, ditch a file that shouldn't be there.

Added:
    comdev/projects.apache.org/STRUCTURE.txt
Removed:
    comdev/projects.apache.org/scripts/parseaccounts.py

Added: comdev/projects.apache.org/STRUCTURE.txt
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/STRUCTURE.txt?rev=1651777&view=auto
==============================================================================
--- comdev/projects.apache.org/STRUCTURE.txt (added)
+++ comdev/projects.apache.org/STRUCTURE.txt Wed Jan 14 19:18:43 2015
@@ -0,0 +1,26 @@
+Layout of comdev/projects.apache.org:
+
+/scripts:
+        - Contains scripts used for import and maintenance of foundation-wide
+          data, such as committer IDs/names, project VPs, founding dates,
+          reporting cycles etc.
+        
+/site:
+        - Contains the HTML, images and javascript needed to run the site
+        
+/site/json:
+        - Contains the JSON data storage
+        
+/site/json/foundation:
+        - Contains foundation-wide JSON data (committers, chairs, podling
+          evolution etc)
+        
+/site/projects:
+        - Contains project-specific base data.
+        
+Suggested cron setup:
+    scripts/parsechairs.py - daily
+    scripts/parsecomitters.py - daily/hourly (whatever we need/want)
+    scripts/podlings.py - daily
+    scripts/parsecommittees.py - manual run (requires private information file)
+    
\ No newline at end of file