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ů.
 
 
 
 

79 řádky
2.0 KiB

  1. .grid_12
  2. -#
  3. %ul#breadcrumb
  4. %li.home
  5. .clear
  6. .grid_6
  7. %h2 Council Directorates
  8. - for directorate in @directorates
  9. %p
  10. %a{ :href=> "/directorates/#{directorate.slug}" }
  11. = directorate.name
  12. .grid_6
  13. .callout{ :style => "padding: 5px 30px;" }
  14. %p
  15. Armchair Auditor lets you see how your council spends your money.
  16. %p
  17. For the Royal Borough of Windsor and Maidenhead 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 — 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.