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.
 
 
 
 

78 satır
2.0 KiB

  1. .grid_12
  2. .clear
  3. .grid_6
  4. %h2 Council Services
  5. - for directorate in @directorates
  6. %p
  7. %a{ :href=> "/directorates/#{directorate.slug}" }
  8. = directorate.name
  9. .grid_6
  10. .callout{ :style => "padding: 5px 30px;" }
  11. %p
  12. Armchair Auditor lets you see how your council spends your money.
  13. %p
  14. For the
  15. %a{ :href => "#{SETTING.org_url}" }<
  16. = SETTING.org_name
  17. we've got:
  18. %ul
  19. %li
  20. %a{ :href => "/services" }
  21. = commify(@services_count)
  22. council services
  23. %li
  24. %a{ :href => "/suppliers" }
  25. = commify(@suppliers_count)
  26. suppliers
  27. %li
  28. = commify(@payments_count)
  29. payments
  30. .clear
  31. .grid_3.home_subheads
  32. %h3
  33. Big picture,
  34. %br
  35. small details
  36. .grid_3.home_subheads
  37. %h3 Talk about it
  38. .grid_3.home_subheads
  39. %h3 Open data
  40. .grid_3.home_subheads
  41. %h3 Open source
  42. .clear
  43. .grid_3
  44. %p Sometimes you want a high-level view of how much money is being spent by each council service or paid to each supplier. Other times you want to examine the details right down to individual payments.
  45. %p Armchair Auditor lets you do both.
  46. .grid_3
  47. %p Armchair Auditor doesn't just let you see how your council spends its money &mdash; it lets you talk about it too.
  48. %p There's a comments thread for every council service, supplier and even each individual payment so you can add more information and your opinions.
  49. .grid_3
  50. %p Open data is free for you to use in any way you choose. Armchair Auditor lets you download your council's spending data into an Excel spreadsheet and any other program that can read CSV files.
  51. %p Every page prints beautifully, too.
  52. .grid_3
  53. %p If you want to use Armchair Auditor's software to publish your own council's data, it's free. Or you can use it as the starting point for your own custom project.
  54. %p
  55. %a{ :href => "http://github.com/adrianshort/Armchair-Auditor" }
  56. Get the code on Github.