|
- <?php /* Smarty version 2.6.16, created on 2007-07-21 09:12:43
- compiled from getinvolved.tpl */ ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?>
-
- <p>PlanningAlerts.com is run by volunteers. If you would like to get involved we'd love to here from you:</p>
-
- <h3>I am a programmer and want to add my local authority</h3>
- <p>
- You can help by writing a <a href="http://en.wikipedia.org/wiki/Screen_scraping">screen scraper</a> for your local authority that was can import into planningalerts.com. There are only 2 criteria for the screen scraper:
- </p>
- <ol>
- <li>That it can output data in the following format: <a href="http://www.planningalerts.com/lambeth.xml">http://www.planningalerts.com/lambeth.xml</a></li>
- <li>That it can accept a query sting in the format day=X&month=Y&year=Z</li>
- </ol>
- <p>
- Other than that it's up to you. It can be in any language. You can host them yourself or we can host it for you.
- </p>
- <p><span class="highlight">You can grab the code for this site and view some developent tickets <a href="http://code.google.com/p/planningalerts/">here</a> and join our developer mailing list <a href="http://groups.google.com/group/planningalerts-dev"> here</a>.</span>
- </p>
- <h3>I work for a local authority and would like to make our data available</h3>
- <p>
- The most important thing you can do is publish your data in a simple format that is freely available on the internet. Something <a href="/lambeth.xml">like this</a> is good but we can work with most formats. Please <a href="/about.php#contact">get in touch</a> if you would like to discuss how you can help.
- </p>
-
-
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?>
|