another one, with simple instructions to make local tests

Regards,

Hervé

Le dimanche 8 mars 2015 17:23:36 Hervé BOUTEMY a écrit :
> Hi,
> 
> As promise, here is a first little patch: this is simply to add a link to
> our license, per our policy :)
> 
> Regards,
> 
> Hervé
Index: STRUCTURE.txt
===================================================================
--- STRUCTURE.txt	(révision 1664978)
+++ STRUCTURE.txt	(copie de travail)
@@ -4,20 +4,20 @@
         - 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 @@
     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/

Reply via email to