Automatically exported from code.google.com/p/planningalerts
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
duncan.parkes 240f1b2d84 Add more debug. pirms 16 gadiem
..
Aberdeenshire.py Add Aberdeenshire parser. pirms 16 gadiem
AcolnetParser.py Some debug (mostly for westminster). pirms 16 gadiem
AcolnetParser_HTMLParser.py Add New version of the Acolnet scraper using BeautifulSoup instead of HTMLParser. pirms 16 gadiem
AmberValley.py Add scraper for Amber Valley. This was a really irritating one. There is no way to link to individual info pages, so pirms 16 gadiem
ApplicationSearchServletParser.py Daventry have replaced their nice url with an IP address... pirms 16 gadiem
AtriumePlanning.py Fix Lincolnshire (url has changed). pirms 16 gadiem
Barnsley.py Add scraper for Barnsley. pirms 16 gadiem
Berwick.py Add Berwick scraper. pirms 16 gadiem
Birmingham.py Add scraper for Birmingham. pirms 16 gadiem
Brent.py Add scraper for Brent. pirms 16 gadiem
Brentwood.cgi Add Peter's scrapers for Highland, Glasgow, and Brentwood. pirms 16 gadiem
Brentwood.pl Add Peter's scrapers for Highland, Glasgow, and Brentwood. pirms 16 gadiem
Broxbourne.cgi Rename Broxbourne scraper so that it matches the database. pirms 16 gadiem
CGITemplate Add more debug. pirms 16 gadiem
Carmarthenshire.py Add Carmarthenshire scraper. pirms 16 gadiem
Christchurch.cgi Add Somerset scraper pirms 16 gadiem
Dacorum.cgi Add Dacorum scraper. pirms 16 gadiem
EastHerts.cgi Move some cgi scripts so that I can copy them in with the right file pirms 16 gadiem
Enfield.cgi Add back in the Enfield scraper which I probably deleted pirms 16 gadiem
FastWeb.py Fix Sutton parser. pirms 16 gadiem
Fife.py Add Forest of Dean and Fife parsers. pirms 16 gadiem
Flintshire.py Add scraper for Flintshire. I've included the OSGB x,y coordinates in the hope that we can start using these where pirms 16 gadiem
ForestOfDean.py Add Forest of Dean and Fife parsers. pirms 16 gadiem
Glasgow.cgi Add Peter's scrapers for Highland, Glasgow, and Brentwood. pirms 16 gadiem
Glasgow.pl Add Peter's scrapers for Highland, Glasgow, and Brentwood. pirms 16 gadiem
Harrow.py Adding scraper for Harrow. pirms 16 gadiem
Highland.cgi Add Peter's scrapers for Highland, Glasgow, and Brentwood. pirms 16 gadiem
Highland.pl Add Peter's scrapers for Highland, Glasgow, and Brentwood. pirms 16 gadiem
Hounslow.py Add scraper for Hounslow. pirms 16 gadiem
IsleOfWight.py Add Scraper for the Isle of Wight. pirms 16 gadiem
Kensington.py Add Kensington and Chelsea Scraper. pirms 16 gadiem
KingstonUponThames.py Add scraper for Kingston upon Thames. pirms 16 gadiem
Maldon.py Add Pendle scraper (this is basically the same as Maldon). pirms 16 gadiem
Medway.py Add Medway scraper. pirms 16 gadiem
MultipartPostHandler.py add some Acolnet sites: pirms 17 gadiem
Newport.cgi Add perl scraper from Peter for Newport. pirms 16 gadiem
Newport.pl Add perl scraper from Peter for Newport. pirms 16 gadiem
NorthAyrshire.cgi North Ayrshire, Redbridge: added pirms 16 gadiem
NorthAyrshire.pl North Ayrshire, Redbridge: added pirms 16 gadiem
NorthHerts.cgi Move some cgi scripts so that I can copy them in with the right file pirms 16 gadiem
Ocella.py Add Peter's scrapers for Highland, Glasgow, and Brentwood. pirms 16 gadiem
OtherFilesToCopy.csv Add scraper for Westminster. pirms 16 gadiem
Planet.py Set up planet scraper. This get's us 5 new councils (though one, Tewkesbury, has no postcodes) pirms 16 gadiem
PlanningExplorer.py Add perl scraper from Peter for Newport. pirms 16 gadiem
PlanningUtils.py Add scraper for Flintshire. I've included the OSGB x,y coordinates in the hope that we can start using these where pirms 16 gadiem
PublicAccess.py Some debug (mostly for westminster). pirms 16 gadiem
README adding fastweb pirms 17 gadiem
Redbridge.cgi North Ayrshire, Redbridge: added pirms 16 gadiem
Redbridge.pl North Ayrshire, Redbridge: added pirms 16 gadiem
RutlandLike.py Fix Lincoln parser. pirms 16 gadiem
Shetland.py Add scraper for Shetland Islands. pirms 16 gadiem
Shropshire.py Add Scraper for Lewes (which now has PublicAccess). pirms 16 gadiem
SitesToGenerate.csv Carlisle url changed. pirms 16 gadiem
SouthOxfordshire.cgi expanded the api (still need to test some stuff) pirms 17 gadiem
SouthOxfordshireParser.py add the south oxfordshire scraper, and code to generate pirms 17 gadiem
SouthSomerset.cgi New version of South Somerset from Tom. pirms 16 gadiem
SwiftLG.py Some debug (mostly for westminster). pirms 16 gadiem
WAM.py Add scraper for Westminster. pirms 16 gadiem
WestDorset.cgi Add Somerset scraper pirms 16 gadiem
Westminster.py Add more debug. pirms 16 gadiem
createCGI.sh remove offending svn rm line... pirms 17 gadiem
generateCGIScripts.py adding fastweb pirms 17 gadiem

README

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

./createCGI.sh

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