Automatically exported from code.google.com/p/planningalerts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
duncan.parkes 32884c1355 add Chorley 17 years ago
..
ApplicationSearchServletParser.py add scrapers for 13 more councils 17 years ago
CGITemplate add scrapers for 13 more councils 17 years ago
OtherFilesToCopy.csv add scrapers for 13 more councils 17 years ago
PlanningUtils.py add scrapers for 13 more councils 17 years ago
PublicAccess.py expanded the api (still need to test some stuff) 17 years ago
PublicAccessSites.csv add Chorley 17 years ago
README Use integers for the permissions in OtherFilesToCopy.csv 17 years ago
SouthOxfordshire.cgi expanded the api (still need to test some stuff) 17 years ago
SouthOxfordshireParser.py add the south oxfordshire scraper, and code to generate 17 years ago
createCGI.sh add scrapers for 13 more councils 17 years ago
generateCGIScripts.py add scrapers for 13 more councils 17 years ago

README

In order to generate the contents of the CGI directory (../CGI)
run

./createCGI.sh

This script svn deletes the old CGI directory's contents,
generates new cgi files in the CGI directory,
copies in some other files that are needed,
and commits all these changes to svn.

There is currently something very nasty in the permissions
column in the file OtherFilesToCopy.csv

Until version 2.6 of python, there appears to be no convenient
way to convert a string like 0755 into an octal. I am therefore
using integers to specify permissions of the copied files...

420 is 0644
493 is 0755

This is horrid, and must change in the future...