aboutsummaryrefslogtreecommitdiffstats
path: root/ur/about/reports/2013/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2013-03-10 22:37:04 +0000
committerRomain d'Alverny <rda@mageia.org>2013-03-10 22:37:04 +0000
commit545d7db2e0a38cb5444bc8bddeaa1543f22eab06 (patch)
treec441a94496ade4aea138aeaa68bbfea24a99a7d3 /ur/about/reports/2013/index.php
parent86f11ca07b01cbda36e7a941eda8c9415f5dc623 (diff)
downloadwww-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar.gz
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar.bz2
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.tar.xz
www-545d7db2e0a38cb5444bc8bddeaa1543f22eab06.zip
removing urdu tree
Diffstat (limited to 'ur/about/reports/2013/index.php')
-rw-r--r--ur/about/reports/2013/index.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/ur/about/reports/2013/index.php b/ur/about/reports/2013/index.php
deleted file mode 100644
index 71046e497..000000000
--- a/ur/about/reports/2013/index.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?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';
-