URL formatting fixes
[disclosr.git] / about.php
blob:a/about.php -> blob:b/about.php
--- a/about.php
+++ b/about.php
@@ -1,5 +1,16 @@
+<?php
+include_once('include/common.inc.php');
+include_header();
+?>
+<div class="foundation-header">
+    <h1><a href="about.php">About/FAQ</a></h1>
+    <h4 class="subheader">Lorem ipsum.</h4>
+</div>
+<h2> Open everything </h2>
+all documents released CC-BY 3 AU
+Open source git @
 
-Organisational Data Sources
+<h2>Organisational Data Sources</h2>
 
 http://www.comlaw.gov.au/Browse/Results/ByTitle/AdministrativeArrangementsOrders/Current/Ad/0 defines departments
 Agencies can be found in the Schedule to an Appropriation Bill (budget), Schedule to FMA Regulations and/or Public Service Act.
@@ -15,9 +26,14 @@
 A department/agency name will be the newest active name assigned to that ABN.
 
 Statistical information from http://www.apsc.gov.au/stateoftheservice/1011/statsbulletin/section1.html#t2total https://www.apsedii.gov.au/apsedii/CustomQueryx33.shtml
+and individual annual reports.
 
-Open Government Scoring
+<h2>Open Government Scoring</h2>
 +1 point for every true Has... attribute
 -1 point for every false Has... (ie. Has Not) attribute
 
+Don't like this? Make your own score, suggest a better scoring mechanism.
 
+<?php
+include_footer();
+?>