aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/reports/2013/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2013-01-29 18:33:54 +0000
committerRomain d'Alverny <rda@mageia.org>2013-01-29 18:33:54 +0000
commit04074b7adaf346b5140c66e987cba151f9964764 (patch)
tree7aa791d3e31c6b4e2c9c64b1dedd665fdf79b6b6 /en/about/reports/2013/index.php
parentdab5cb90ecc3449339785ed301cd2a84ea4171f4 (diff)
downloadwww-04074b7adaf346b5140c66e987cba151f9964764.tar
www-04074b7adaf346b5140c66e987cba151f9964764.tar.gz
www-04074b7adaf346b5140c66e987cba151f9964764.tar.bz2
www-04074b7adaf346b5140c66e987cba151f9964764.tar.xz
www-04074b7adaf346b5140c66e987cba151f9964764.zip
open 2013 financial report
Diffstat (limited to 'en/about/reports/2013/index.php')
-rw-r--r--en/about/reports/2013/index.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/en/about/reports/2013/index.php b/en/about/reports/2013/index.php
new file mode 100644
index 000000000..d4be29c6f
--- /dev/null
+++ b/en/about/reports/2013/index.php
@@ -0,0 +1,30 @@
+<?php
+/** Mageia.org 2013 fi report. */
+
+$year = 2013;
+$source_csv = 'mageia-financial-report-2013.csv';
+$page_kw = 'mageia, financial report, 2013, revenues, expenses';
+
+$js_options_hAxis = '{title: "2013"}';
+
+// year, total revenues, total expenses
+$js_data2_values = <<<S
+ ['2010', 8801.66, 1277.77],
+ ['2011', 11154.02, 8327.25],
+ ['2012', 10072.08, 10766.69],
+ ['2013', 706.07, 563.87]
+S;
+
+$intro = <<<S
+ <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('Account status');
+
+include '../template.php';
+