aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/donations_who.html15
-rw-r--r--tmpl/index.html4
2 files changed, 19 insertions, 0 deletions
diff --git a/tmpl/donations_who.html b/tmpl/donations_who.html
new file mode 100644
index 0000000..aa5208e
--- /dev/null
+++ b/tmpl/donations_who.html
@@ -0,0 +1,15 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>List of people who donated money to Mageia.Org</title>
+ </head>
+ <body>
+ <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>
+ </body>
+</html>
diff --git a/tmpl/index.html b/tmpl/index.html
index 2939fc4..11e8382 100644
--- a/tmpl/index.html
+++ b/tmpl/index.html
@@ -161,6 +161,10 @@
[%- END -%]
</ul>
+ <h2>Who donated money</h2>
+
+ You can find <a href="donations_who.html">a list of people who donated to Mageia.Org</a>.
+
<h2>RSS Feeds</h2>
<p><a href="donations.rss">Donations RSS Feed <img src="[% config.staticdir_url %]/feed-16x16.png" alt="RSS feed" /></a></p>
<p><a href="transactions.rss">Transactions RSS Feed <img src="[% config.staticdir_url %]/feed-16x16.png" alt="RSS feed" /></a></p>