An open source, stand-alone, customisable public spending data web app.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

69 linhas
2.4 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. -#
  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 Every page on this website prints beautifully.
  25. %p
  26. This site is written in
  27. %a{ :href => "http://www.ruby-lang.org/en/" }<
  28. Ruby
  29. using the
  30. %a{ :href => "http://www.sinatrarb.com/" }<
  31. Sinatra framework.
  32. %p
  33. The code for this website is
  34. %a{ :href => "http://github.com/adrianshort/Armchair-Auditor" }<
  35. open source and managed on Github.
  36. It is hosted by
  37. %a{ :href => "http://heroku.com/" }<
  38. Heroku.
  39. %p
  40. The page templates use
  41. %a{ :href => "http://haml-lang.com/" }<
  42. Haml
  43. and SprySoft's
  44. %a{ :href => "http://www.spry-soft.com/grids/" }<
  45. Variable Grid System.
  46. The database is
  47. %a{ :href => "http://www.sqlite.org/" }<
  48. SQLite
  49. for development and
  50. %a{ :href => "http://www.postgresql.org/" }<
  51. PostgreSQL
  52. for production, abstracted through
  53. %a{ :href => "http://datamapper.org/" }<
  54. DataMapper.
  55. %p
  56. Source control and deployment is done with
  57. %a{ :href => "http://git-scm.com/" }<
  58. Git.