Author: rbowen
Date: Thu Mar 19 16:15:35 2015
New Revision: 1667805
URL: http://svn.apache.org/r1667805
Log:
Apply Herve's docs patch
Modified:
comdev/projects.apache.org/STRUCTURE.txt
Modified: comdev/projects.apache.org/STRUCTURE.txt
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/STRUCTURE.txt?rev=1667805&r1=1667804&r2=1667805&view=diff
==============================================================================
--- comdev/projects.apache.org/STRUCTURE.txt (original)
+++ comdev/projects.apache.org/STRUCTURE.txt Thu Mar 19 16:15:35 2015
@@ -4,20 +4,20 @@ Layout of comdev/projects.apache.org:
- 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/cronjobs/parsechairs.py - daily
scripts/cronjobs/parsecomitters.py - daily/hourly (whatever we need/want)
@@ -28,4 +28,8 @@ Stuff to run manually when needed:
scripts/import/parsecommittees.py - requires committee-info.txt to be present
scripts/import/addpmc.py - manual run whenever a new PMC is founded
-
\ No newline at end of file
+Webserver required:
+To test the site locally, a webserver is required or you'll get
+"Cross origin requests are only supported for HTTP" errors.
+An easy setup is: run "python -m SimpleHTTPServer 8888" from site directory
+to have site available at http://localhost:8888/
|