blob: 5e7120af4fab91e20d421fa571ea6706ab38b573 (
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
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>List of people who donated money to Mageia.Org</title>
[%- INCLUDE head.html -%]
</head>
<body>
[%- INCLUDE body_top.html -%]
<h1 id='mgnavt'><a href="index.html">treasurer</a> » <a href="donations.html">donations</a> » who</h1>
<div class="content">
<div class="section">
<h1>List of people who donated money to Mageia.Org</h1>
<ul>
[%- FOR pa IN donations.sorted_pa_by_total -%]
<li><a href="donations_p_[% pa %].html">[% donations.by_pa.$pa.who %]</a>: [% donations.by_pa.$pa.total %] Euros</li>
[%- END -%]
</ul>
</div>
<div class="section">
This list only includes the names of donors since January 2013. The
donations from before are listed as coming from "Various People". The
full list of donors names is available <a href="//www.mageia.org/en/thank-you/">on this page</a>.
</div>
</div>
</body>
</html>
|