Election results in the London Borough of Sutton.
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.

преди 12 години
преди 14 години
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. %h1= @page_title = "About this website"
  2. %p This site is independent of Sutton Council, all political parties and candidates.
  3. %p.vcard
  4. It is designed and written by
  5. = succeed "." do
  6. %a.fn.url{ :href => 'http://about.adrianshort.co.uk' }<
  7. Adrian Short
  8. %p Every page on this website prints beautifully.
  9. %p
  10. The council candidates' data comes from
  11. %a{ :href => "http://www.sutton.gov.uk/index.aspx?articleid=451" }Sutton Council
  12. \ who also provided information on council wards and parliamentary constituencies.
  13. %p
  14. This site is written in
  15. %a{ :href => "http://www.ruby-lang.org/en/" } Ruby
  16. using the
  17. = succeed "." do
  18. %a{ :href => "http://www.sinatrarb.com/" } Sinatra framework
  19. %p
  20. The code for this website is
  21. = succeed "." do
  22. %a{ :href => "http://github.com/adrianshort/Sutton-Elections" }open source and available on Github
  23. It is hosted by
  24. = succeed "." do
  25. %a{ :href => "http://heroku.com/" }Heroku
  26. %p
  27. The postcode lookup is done by
  28. %a{ :href => "http://www.uk-postcodes.com/" } UK Postcodes
  29. using open data from
  30. %a{ :href => "http://www.ordnancesurvey.co.uk/oswebsite/opendata/" } Ordnance Survey
  31. enhanced by
  32. = succeed "." do
  33. %a{ :href => "http://parlvid.mysociety.org:81/os/" } MySociety
  34. I use the Ruby
  35. %a{ :href => "http://github.com/steflewandowski/pat" } Pat gem
  36. to access the postcodes API.
  37. %p
  38. The page templates use
  39. = succeed "." do
  40. %a{ :href => "http://haml-lang.com/" } Haml
  41. The database is
  42. %a{ :href => "http://www.sqlite.org/" }SQLite
  43. for development and
  44. %a{ :href => "http://www.postgresql.org/" }PostgreSQL
  45. for production, abstracted through
  46. = succeed "." do
  47. %a{ :href => "http://datamapper.org/" }DataMapper
  48. %p
  49. The fonts are Museo Slab and Museo Sans served by
  50. = succeed "." do
  51. %a{ :href => "http://typekit.com/" }Typekit