Automatically exported from code.google.com/p/planningalerts
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
duncan.parkes 5647a709a0 add three more scrapers 17 lat temu
..
CGITemplate add the south oxfordshire scraper, and code to generate 17 lat temu
OtherFilesToCopy.csv Use integers for the permissions in OtherFilesToCopy.csv 17 lat temu
PlanningUtils.py add the south oxfordshire scraper, and code to generate 17 lat temu
PublicAccess.py add torbay and peterborough 17 lat temu
PublicAccessSites.csv add three more scrapers 17 lat temu
README Use integers for the permissions in OtherFilesToCopy.csv 17 lat temu
SouthOxfordshire.cgi add the south oxfordshire scraper, and code to generate 17 lat temu
SouthOxfordshireParser.py add the south oxfordshire scraper, and code to generate 17 lat temu
createCGI.sh adding waveney 17 lat temu
generateCGIScripts.py add some permissions explanantion 17 lat temu

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...