Election results in the London Borough of Sutton.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

41 líneas
1.3 KiB

  1. .grid_9
  2. %h1 About this website
  3. %p
  4. This website was designed and written by
  5. %a{ :href => 'http://adrianshort.co.uk' }> Adrian Short
  6. \.
  7. You can contact me by email at
  8. %a{ :href => "mailto:adrian.short@gmail.com" }< adrian.short@gmail.com
  9. and
  10. %a{ :href => "http://twitter.com/adrianshort" }<follow me on Twitter
  11. \.
  12. %p.highlight This site is independent of Sutton Council, all political parties and candidates.
  13. %p
  14. The council candidates' data comes from Sutton Council who also provided information on council wards and parliamentary constituencies.
  15. %p
  16. This site is written in Ruby using the Sinatra framework.
  17. %p
  18. The code for this website is open source and managed on Github. It is hosted by Heroku.
  19. %p
  20. The postcode lookup is done by UK Postcodes using open data from Ordnance Survey enhanced by MySociety. I use the Ruby Pat gem to access the postcodes API.
  21. %p
  22. The HTML templates use Haml. The database is SQLite for development and PostgreSQL for production, abstracted through DataMapper.
  23. %p
  24. Source control and deployment is done with Git.
  25. -#
  26. %h2 #followfooter
  27. %ul
  28. - for account in @accounts
  29. %li
  30. %a{ :href => "http://twitter.com/#{account}" }@#{account}