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.
 
 
 
 
 
 

33 lines
2.2 KiB

  1. {include file="header.tpl"}
  2. <dl class="faq">
  3. <dt>What does PlanningAlerts.com do?</dt>
  4. <dd>
  5. It sends you emails of any planning applications we find based on the postcode you give us when you sign up.
  6. </dd>
  7. <dt>Where does the data come from?</dt>
  8. <dd>
  9. We search as many local authority websites as we can find and forward the data on to you.
  10. </dd>
  11. <dt>How can I stop receiving alerts?</dt>
  12. <dd>
  13. At the bottom of each email you receive there is a link to unsubscribe from that alert. Just click on it and we'll delete your alert.
  14. </dd>
  15. <dt>Do you cover the whole country?</dt>
  16. <dd>
  17. No, but we are working on it. There is a list of the local authorities we currently cover <a href="about.php#authorities">here</a>. Not every local authority publishes their planning data online so some places will always be missing. If your local authority is missing, you could always <a href="about.php#contact">help out by writing a screen scraper to search their website.</a>
  18. </dd>
  19. <dt>Can I help?</dt>
  20. <dd>
  21. Yes please! To be able to cover the whole country we need help in writing screen scrapers to search the websites of every local authority in the country. If you'd like to write one for your local council <a href="about.php#contact">get in touch</a>.
  22. </dd>
  23. <dt>Can I have a copy of your data?</dt>
  24. <dd>Yes. You can use our <a href="http://www.planningalerts.com/apihowto.php">API</a> or download the <a href="http://www.planningalerts.com/backup.gz"> raw data</a> (gzipped mysql database dump with all user information removed)
  25. </a>.
  26. </dd>
  27. <dt>What kind of license is your data available under?</dt>
  28. <dd>
  29. Both the <a href="http://www.planningalerts.com/backup.gz"> raw data</a> and data via the api are licensed under the <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative Commons Attribution-ShareAlike 2.0 license</a>. The license granted in relation to the 'Work' should be read broadly to relate not only copyright but all other IP rights present in this dataset including, for example, any Database rights.
  30. </dd>
  31. </dl>
  32. {include file="footer.tpl"}