1 {% extends
"base.html" %}
5 <h2 class=
"title">Donate to Arch Linux
</h2>
7 Arch Linux survives because of the tireless efforts of many people in
8 the community and the core development circle. None of us are paid for our
9 work, and we don't have the personal funds to sustain server costs ourselves.
11 There are many ways to help Arch Linux. If technical development,
12 documentation, or support aren't your strong points, you could certainly
13 help us by dropping a few bucks our way.
17 <div style=
"text-align:center">
19 <form action=
"https://www.paypal.com/cgi-bin/webscr" method=
"post">
20 <input type=
"hidden" name=
"cmd" value=
"_xclick">
21 <input type=
"hidden" name=
"business" value=
"aaronmgriffin@gmail.com">
22 <input type=
"hidden" name=
"currency_code" value=
"USD">
23 <input type=
"hidden" name=
"tax" value=
"0">
24 <input type=
"hidden" name=
"lc" value=
"US">
25 <input type=
"hidden" name=
"bn" value=
"PP-DonationsBF">
26 <input type=
"hidden" name=
"item_name" value=
"Arch Linux Donation">
27 <input type=
"hidden" name=
"image_url" value=
"/media/arch-paypal.jpg">
28 <input type=
"hidden" name=
"no_shipping" value=
"1">
29 <input type=
"hidden" name=
"cn" value=
"Suggestions/Comments">
30 <input type=
"hidden" name=
"no_note" value=
"1">
31 <input type=
"image" src=
"https://www.paypal.com/images/x-click-butcc-donate.gif" border=
"0" name=
"submit" alt=
"Make payments with PayPal - it's fast, free and secure!" style=
"background: transparent; border: none">
35 <h2 class=
"title">Past Donors
</h2>
38 <td style=
"font-size:x-small;vertical-align:top">
39 {% for donor in slice1 %}
40 {{ donor.name }}
<br />
43 <td style=
"font-size:x-small;vertical-align:top">
44 {% for donor in slice2 %}
45 {{ donor.name }}
<br />
48 <td style=
"font-size:x-small;vertical-align:top">
49 {% for donor in slice3 %}
50 {{ donor.name }}
<br />
53 <td style=
"font-size:x-small;vertical-align:top">
54 {% for donor in slice4 %}
55 {{ donor.name }}
<br />