An open source, stand-alone, customisable public spending data web app.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

66 satır
2.2 KiB

  1. .grid_9
  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. %p.vcard
  8. This website was designed and written by
  9. %a.fn.url{ :href => 'http://adrianshort.co.uk' }<
  10. Adrian Short.
  11. You can contact me by email at
  12. %a.email{ :href => "mailto:adrian.short@gmail.com" }<
  13. adrian.short@gmail.com
  14. and
  15. %a.url{ :href => "http://twitter.com/adrianshort" }<
  16. follow me on Twitter.
  17. %p.highlight
  18. This site is made with
  19. %a{ :href => 'http://www.rbwm.gov.uk/web/finance_payments_to_suppliers.htm' }<
  20. the Royal Borough of Windsor and Maidenhead's spending data
  21. and is entirely indepdendent of the council. The council did not commission or pay for this website.
  22. %p Every page on this website prints beautifully.
  23. %p
  24. This site is written in
  25. %a{ :href => "http://www.ruby-lang.org/en/" }<
  26. Ruby
  27. using the
  28. %a{ :href => "http://www.sinatrarb.com/" }<
  29. Sinatra framework.
  30. %p
  31. The code for this website is
  32. %a{ :href => "http://github.com/adrianshort/Armchair-Auditor" }<
  33. open source and managed on Github.
  34. It is hosted by
  35. %a{ :href => "http://heroku.com/" }<
  36. Heroku.
  37. %p
  38. The page templates use
  39. %a{ :href => "http://haml-lang.com/" }<
  40. Haml
  41. and SprySoft's
  42. %a{ :href => "http://www.spry-soft.com/grids/" }<
  43. Variable Grid System.
  44. The database is
  45. %a{ :href => "http://www.sqlite.org/" }<
  46. SQLite
  47. for development and
  48. %a{ :href => "http://www.postgresql.org/" }<
  49. PostgreSQL
  50. for production, abstracted through
  51. %a{ :href => "http://datamapper.org/" }<
  52. DataMapper.
  53. %p
  54. Source control and deployment is done with
  55. %a{ :href => "http://git-scm.com/" }<
  56. Git.