Election results in the London Borough of Sutton.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

66 lignes
2.0 KiB

  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' } Adrian Short
  7. You can contact me by email at
  8. %a.email{ :href => "mailto:adrian@adrianshort.co.uk" } adrian@adrianshort.co.uk
  9. and
  10. = succeed "." do
  11. %a.url{ :href => "http://twitter.com/adrianshort" } follow me on Twitter
  12. %p Every page on this website prints beautifully.
  13. %p
  14. The council candidates' data comes from
  15. %a{ :href => "http://www.sutton.gov.uk/index.aspx?articleid=451" }Sutton Council
  16. \ who also provided information on council wards and parliamentary constituencies.
  17. %p
  18. This site is written in
  19. %a{ :href => "http://www.ruby-lang.org/en/" } Ruby
  20. using the
  21. = succeed "." do
  22. %a{ :href => "http://www.sinatrarb.com/" } Sinatra framework
  23. %p
  24. The code for this website is
  25. = succeed "." do
  26. %a{ :href => "http://github.com/adrianshort/Sutton-Elections" }open source and available on Github
  27. It is hosted by
  28. = succeed "." do
  29. %a{ :href => "http://heroku.com/" }Heroku
  30. %p
  31. The postcode lookup is done by
  32. %a{ :href => "http://www.uk-postcodes.com/" } UK Postcodes
  33. using open data from
  34. %a{ :href => "http://www.ordnancesurvey.co.uk/oswebsite/opendata/" } Ordnance Survey
  35. enhanced by
  36. = succeed "." do
  37. %a{ :href => "http://parlvid.mysociety.org:81/os/" } MySociety
  38. I use the Ruby
  39. %a{ :href => "http://github.com/steflewandowski/pat" } Pat gem
  40. to access the postcodes API.
  41. %p
  42. The page templates use
  43. = succeed "." do
  44. %a{ :href => "http://haml-lang.com/" } Haml
  45. The database is
  46. %a{ :href => "http://www.sqlite.org/" }SQLite
  47. for development and
  48. %a{ :href => "http://www.postgresql.org/" }PostgreSQL
  49. for production, abstracted through
  50. = succeed "." do
  51. %a{ :href => "http://datamapper.org/" }DataMapper
  52. %p
  53. The fonts are Museo Slab and Museo Sans served by
  54. = succeed "." do
  55. %a{ :href => "http://typekit.com/" }Typekit