An open source, stand-alone, customisable public spending data web app.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

72 řádky
2.3 KiB

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