An open source, stand-alone, customisable public spending data web app.
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.

about.haml 2.6 KiB

14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
14 jaren geleden
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .grid_12
  2. %h1= @page_title = "About this website"
  3. %blockquote
  4. The swift and simple changes we are calling for today [to encourage councils to publish spending data] will unleash an army of armchair auditors and quite rightly make those charged with doling out the pennies stop and think twice about whether they are getting value for money.
  5. %p.right — Eric Pickles, Communities & Local Government Secretary, 5 June 2010
  6. <!-- http://news.bbc.co.uk/1/hi/politics/10241522.stm -->
  7. -#
  8. %img{ :src => "http://www.gravatar.com/avatar/4a92f0a6447839dc0a9a2b850fe9ed86?s=80&d=http%3A%2F%2Fgithub.com%2Fimages%2Fgravatars%2Fgravatar-80.png", :alt => "Adrian Short", :width => 80, :height => 80 }
  9. %p.vcard
  10. This website was designed and written by
  11. %a.fn.url{ :href => 'http://adrianshort.co.uk' }<
  12. Adrian Short.
  13. You can contact me by email at
  14. %a.email{ :href => "mailto:adrian.short@gmail.com" }<
  15. adrian.short@gmail.com
  16. and
  17. %a.url{ :href => "http://twitter.com/adrianshort" }<
  18. follow me on Twitter.
  19. %p.highlight
  20. This site is made with
  21. %a{ :href => 'http://www.rbwm.gov.uk/web/finance_payments_to_suppliers.htm' }<
  22. the Royal Borough of Windsor and Maidenhead's spending data
  23. and is entirely indepdendent of the council. The council did not commission or pay for this website.
  24. %p.highlight
  25. All the data here is open data. It's free for you to use and republish, including commercially,
  26. %a{ :href => "http://data.gov.uk/terms-and-conditions" }
  27. under the same terms as data.gov.uk.
  28. %p Every page on this website prints beautifully.
  29. %p
  30. This site is written in
  31. %a{ :href => "http://www.ruby-lang.org/en/" }<
  32. Ruby
  33. using the
  34. %a{ :href => "http://www.sinatrarb.com/" }<
  35. Sinatra framework.
  36. %p
  37. The code for this website is
  38. %a{ :href => "http://github.com/adrianshort/Armchair-Auditor" }<
  39. open source and managed on Github.
  40. It is hosted by
  41. %a{ :href => "http://heroku.com/" }<
  42. Heroku.
  43. %p
  44. The page templates use
  45. %a{ :href => "http://haml-lang.com/" }<
  46. Haml
  47. and SprySoft's
  48. %a{ :href => "http://www.spry-soft.com/grids/" }<
  49. Variable Grid System.
  50. The database is
  51. %a{ :href => "http://www.sqlite.org/" }<
  52. SQLite
  53. for development and
  54. %a{ :href => "http://www.postgresql.org/" }<
  55. PostgreSQL
  56. for production, abstracted through
  57. %a{ :href => "http://datamapper.org/" }<
  58. DataMapper.
  59. %p
  60. Source control and deployment is done with
  61. %a{ :href => "http://git-scm.com/" }<
  62. Git.