1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<!DOCTYPE html> |
3 |
<html dir="ltr" lang="en"> |
4 |
<head> |
5 |
<meta charset="utf-8" /> |
6 |
<title>Mageia Donation Campaign</title> |
7 |
<meta name="description" content="Mageia is new community-based Linux distribution." /> |
8 |
<meta name="keywords" content="mageia, donate, donation" /> |
9 |
<meta name="author" content="Mageia" /> |
10 |
<link rel="stylesheet" type="text/css" href="/g/style/all.css" /> |
11 |
<?php include '../../analytics.php'; ?> |
12 |
</head> |
13 |
<body> |
14 |
<?php include '../../langs.php'; ?> |
15 |
|
16 |
<div id="doc" class="yui-t7"> |
17 |
<div id="hd" role="banner"><h1>Mageia <span>| Donation Campaign</span></h1></div> |
18 |
<div id="bd" role="main"> |
19 |
<div class="yui-g"> |
20 |
<div class="para donate"> |
21 |
<div style="float: right; border: 1px solid #aaa; padding: 0 0 1em 0; margin: 0 0 2em 1em;"> |
22 |
<ul> |
23 |
<li><a href="#why">Why donate?</a></li> |
24 |
<li><a href="#status">Donation Tracks</a></li> |
25 |
<li><a href="#d-paypal">Donate</a> (Paypal, bank, check)</li> |
26 |
<li><a href="/en/thank-you/#fund">Thank you!</a></li> |
27 |
</ul> |
28 |
</div> |
29 |
<h2>Why donate?</h2> |
30 |
<p>Mageia.Org is a not-for-profit association to manage the Mageia distribution. |
31 |
As a not-for-profit association, it can receive donations from the community |
32 |
to help in a lot of differents fields:</p> |
33 |
<ul> |
34 |
<li>hardware and hosting for servers;</li> |
35 |
<li>domain names;</li> |
36 |
<li>registrations of Mageia trademark;</li> |
37 |
<li>goodies for spreading Mageia;</li> |
38 |
<li>administrative expenses;</li> |
39 |
<li>eventually, legal counsel and </li> |
40 |
<li>etc.</li> |
41 |
</ul> |
42 |
|
43 |
<h2>How to track donation?</h2> |
44 |
<p>Currently, we have got <strong>{amoutn}</strong> |
45 |
thanks to all of our <a href="/en/thank-you/">donators</a>!</p> |
46 |
|
47 |
<p>There will be a monthly report on the funds received and how they were used. |
48 |
We believe public accountability is crucial. As stated in the minutes of |
49 |
The First General Constitutive Assembly, the treasurer of Mageia.Org is Damien Lallement.</p> |
50 |
</div> |
51 |
</div> |
52 |
<div class="yui-g"><div class="para"> |
53 |
<h2>Donate via PayPal,</h2> |
54 |
<?php include '../../paypal.inc.php'; echo html_paypal_form('en'); ?> |
55 |
<p><strong>Beware: PayPal withdraws a commission from each donation |
56 |
(so we get less than you sent).</strong></p> |
57 |
</div></div> |
58 |
<div class="yui-g"> |
59 |
<div class="yui-u first"><div class="para" style="padding-right: 0;"> |
60 |
<h3>via bank transfer,</h3> |
61 |
<p>You can donate through bank transfer by using the following |
62 |
Bank Identifier Code (IBAN-BIC):</p> |
63 |
|
64 |
<pre class="donate-coord"> |
65 |
<u>In favor of:</u> |
66 |
|
67 |
<?php echo $G_coord_assos; ?> |
68 |
|
69 |
|
70 |
<u>Bank Account:</u> |
71 |
|
72 |
<?php echo $G_coord_assos_bank; ?> |
73 |
|
74 |
|
75 |
<u>Amount:</u> |
76 |
|
77 |
Put here the amount of your donation |
78 |
in EURO (€) or US Dollar (US$) |
79 |
|
80 |
/!\ The conversion rate bank |
81 |
(if currency other than EURO) |
82 |
will be charged for Mageia |
83 |
</pre> |
84 |
</div></div> |
85 |
<div class="yui-u"><div class="para"> |
86 |
<h3>or via check.</h3> |
87 |
<p>You can then send your donation by check to (if the currency |
88 |
is not €/EURO, thank you to prefer bank transfer or Paypal)</p> |
89 |
|
90 |
<pre class="donate-coord"> |
91 |
<?php echo $G_coord_assos; ?> |
92 |
</pre> |
93 |
</div></div> |
94 |
</div> |
95 |
</div> |
96 |
</body> |
97 |
</html> |