aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/reports/2012/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-11 10:10:23 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-11 10:10:23 +0000
commita9373682ce09fe316c7622fd0d657a552d33009d (patch)
tree3a95590c8e9d3745ac189374673324f6d0d9a869 /en/about/reports/2012/index.php
parent7e146d871dd476e59301f51036e4f9b53b7fbfdf (diff)
downloadwww-a9373682ce09fe316c7622fd0d657a552d33009d.tar
www-a9373682ce09fe316c7622fd0d657a552d33009d.tar.gz
www-a9373682ce09fe316c7622fd0d657a552d33009d.tar.bz2
www-a9373682ce09fe316c7622fd0d657a552d33009d.tar.xz
www-a9373682ce09fe316c7622fd0d657a552d33009d.zip
updated fi report section (layout)
Diffstat (limited to 'en/about/reports/2012/index.php')
-rw-r--r--en/about/reports/2012/index.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/en/about/reports/2012/index.php b/en/about/reports/2012/index.php
new file mode 100644
index 000000000..799cbd770
--- /dev/null
+++ b/en/about/reports/2012/index.php
@@ -0,0 +1,29 @@
+<?php
+/** Mageia.org 2012 fi report. */
+
+$year = 2012;
+$source_csv = 'mageia-financial-report-2012.csv';
+$page_kw = 'mageia, financial report, 2012, revenues, expenses';
+
+$js_options_hAxis = '{title: "2012"}';
+$js_data2_values = <<<S
+ ['2010', 8801.66, 1277.77],
+ ['2011', 11154.02, 8327.25],
+ ['2012', 0, 0]
+S;
+
+$intro = <<<S
+ <p>Here is our current financial report for 2012.</p>
+
+ <ul>
+ <li>Get the <a href="mageia-financial-report-2012.csv">raw report data</a>
+ (CSV document, licensed under <a href="http://opendatacommons.org/licenses/odbl/1.0/">ODbL 1.0</a>).
+ The rest of this page is built from this data.</li>
+ </ul>
+S;
+
+$last_known_account_title = sprintf('Account status on December 31<sup>st</sup>, %s', $year);
+$last_known_account_title = sprintf('Last known account status');
+
+include '../template.php';
+