aboutsummaryrefslogtreecommitdiffstats
path: root/ur/about/reports/2013/index.php
blob: 71046e497231b0fc9f2bf7f7d17419131347e27c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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, 2700.12]
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';