aboutsummaryrefslogtreecommitdiff
blob: d714c3413dcc3e87ea00e65cbf2633f8f0f7e226 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
---
title: 'Donate'
nav1: donate
layout: tyrian
---
{% include hero-section/start class="huge donate" %}
<div class="row">
  <div class="col-xs-12 col-md-offset-2 col-md-10">
    <h1><span class="fa fa-heart"></span> Donate</h1>
  </div>
</div>
<div class="row">
  <div class="col-xs-12 col-md-offset-2 col-md-10">
    <p>
      As a community distribution, Gentoo needs your support to keep going.<br>
      <strong>Support us now!</strong>
    </p>
  </div>
</div>

{% include hero-section/end %}
<br>
<div class="row">
  <div class="col-xs-12 col-md-8">
    <div class="panel panel-default">
      <div class="panel-heading">
        <h3 class="panel-title">What is the money used for?</h3>
      </div>
      <div class="panel-body">
        The core services powering Gentoo are provided on machines owned by the Gentoo Foundation.
        Connectivity, parts, repair, remote hands, and power need all to be paid for by us.
	    <br />
        Further details are available in the Gentoo Foundation <a href="/inside-gentoo/foundation/">financial reports</a>.
	  </div>
    </div>
  </div>
</div>

<div class="row">
  <div class="col-xs-12 col-md-8">
    <div class="panel panel-default">
      <div class="panel-heading">
        <h3 class="panel-title">Donate</h3>
      </div>
      <div class="panel-body">
        You can easily make a one-time contribution using PayPal:
        <br><br>
        <script type="text/javascript">
          function validate_donation_form() {
            var input_field = $('#donation-amount');

            var amount_str = input_field[0].value;
            var amount_num = +amount_str; // unary conversion op
            if (isNaN(amount_num) || amount_num < 5.00) {
              $('#donation-input-group').addClass('has-error');
              $('#min-notice').addClass('text-danger');
              return false;
            }
            return true;
          }
        </script>
        <form action="https://www.paypal.com/cgi-bin/webscr" method="post" class="donate-form" name="donate-form" onsubmit="return validate_donation_form()">
          <input type="hidden" name="cmd" value="_xclick">
          <input type="hidden" name="business" value="paypal@gentoo.org">
          <input type="hidden" name="item_name" value="Gentoo Linux support">
          <input type="hidden" name="item_number" value="1000">
          <input type="hidden" name="image_url" value="/images/paypal.png">
          <input type="hidden" name="no_shipping" value="1">
          <input type="hidden" name="currency_code" value="USD">
          <input type="hidden" name="return" value="https://www.gentoo.org/donate/thanks.html">
          <input type="hidden" name="cancel_return" value="https://www.gentoo.org/donate/cancel.html">
          <div class="input-group input-group-lg" id="donation-input-group">
            <span class="input-group-addon">US $</span>
            <input id="donation-amount" type="number" class="form-control" placeholder="Enter amount" name="amount" min="5.00" step="0.01" required>
            <span class="input-group-btn">
              <button class="btn btn-danger" type="submit"><span class="fa fa-fw fa-heart"></span> Donate!</button>
            </span>
          </div>
        </form>
        <br>
        <small>
          You can use this form even if you don't have or want to create a PayPal account.
          On the next screen, you can pay with your credit card instead.
          <span id="min-notice">Please note that there is a $5 USD minimum</span>,
          and you may be contacted to confirm your donation is not fraudulent.
        </small>
      </div>
    </div>
  </div>
</div>

<div class="row">
  <div class="col-xs-12 col-md-8">
    <div class="panel panel-default">
      <div class="panel-heading">
        <h3 class="panel-title">Recurring monthly donations (existing system)</h3>
      </div>
      <div class="panel-body">
        You can easily make a recurring monthly contribution using PayPal:
        <br><br>
        <!-- WARNING:
			You cannot edit the form element values for a secure form.
			You MUST regenerate the form!
		  Form parameters (all public or otherwise extractable)
          cmd=_xclick-subscriptions
          business=RZSYYUEY3W44J
          lc=US
          item_name="Gentoo Sponsorship"
          item_number=paypal-sub-20170802
          no_note=1
          no_shipping=1
          rm=1
          return=https://www.gentoo.org/donate/thanks.html
          cancel=https://www.gentoo.org/donate/cancel.html
          src=1
          currency_code=USD
          bn=PP-SubscriptionsBF:btn_subscribe_SM.gif:NonHosted
          option_select[0..4]=10,20,50,100,1000
          option_amount[0..4]=10,20,50,100,1000
          option_period*=M
          option_frequency*=1
        -->
        <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
          <input type="hidden" name="cmd" value="_s-xclick" />
          <table>
            <tr><td><input type="hidden" name="on0" value="" /></td></tr>
            <tr><td><select name="os0">
              <option value="10">$10 USD/mo</option>
              <option value="20" selected="selected">$20 USD/mo</option>
              <option value="50">$50 USD/mo</option>
              <option value="100">$100 USD/mo</option>
              <option value="1000">$1,000 USD/mo</option>
            </select> </td></tr>
          </table>
          <input type="hidden" name="currency_code" value="USD" />
          <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----" />
		  <!-- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_SM.gif" border="0" name="submit" alt="Donation subscription" /> -->
            <br />
	    <span class="input-group-btn">
              <button class="btn btn-danger" type="submit"><span class="fa fa-fw fa-heart"></span> Subscribe!</button>
            </span>
          <!-- <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1" />  -->
        </form>
        <small>
		  Please note that PayPal may require you to create a PayPal account for recurring donations.

          You may be contacted to confirm your donation is not fraudulent.
        </small>
      </div>
    </div>
  </div>
  <div class="col-xs-12 col-md-4">
  </div>
</div>

<div class="row">
  <div class="col-xs-12 col-md-8">
    <div class="panel panel-default">
      <div class="panel-heading">
        <h3 class="panel-title">Recurring monthly donations (SPI.org system)</h3>
      </div>
      <div class="panel-body">
        You can easily make a recurring monthly contribution using PayPal:
        <br><br>
        <!-- WARNING:
			You cannot edit the form element values for a secure form.
			You MUST regenerate the form!
		  Form parameters & steps (all public or otherwise extractable)

          Login to Paypal first.

          Then this SHOULD open the interface to create a new button:
          https://www.paypal.com/buttons/subscribe

          Item name: Gentoo Sponsorship
          Button size: Small
          Country and language: United States - English
          Product descriptions & pricing:
          Click "Add pricing per description"

          - $10/month
          - $20/month
          - $50/month
          - $100/month
          - $200/month

          Billing cycle: 1 months
          Optional tracking:
          Save button at Paypal: ENABLED
          Track Inventory: DISABLED
          Track profit and loss: DISABLED

          Optional settings:
          Customize your checkout pages:
          Don’t request a customer shipping address: ENABLED

          Return URL: https://www.gentoo.org/donate/thanks.html
          Canceled Checkout URL: https://www.gentoo.org/donate/cancel.html

          Advanced Variables:
          rm=1
          no_shipping=0
          custom=project:gentoo

          [1] https://developer.paypal.com/api/nvp-soap/paypal-payments-standard/integration-guide/Appx-websitestandard-htmlvariables/
        -->
        <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
          <input type="hidden" name="cmd" value="_s-xclick" />
          <input type="hidden" name="hosted_button_id" value="9G3SVSEU7DSGJ" />
          <table>
            <tr>
              <td>
                <input type="hidden" name="on0" value="Gentoo Sponsorship"/>
                Gentoo Sponsorship
              </td>
            </tr>
            <tr>
              <td>
                <select name="os0">
                  <option value="$10/month">
                    $10 USD/month
                  </option>
                  <option value="$20/month">
                    $20 USD/month
                  </option>
                  <option value="$50/month">
                    $50 USD/month
                  </option>
                  <option value="$100/month">
                    $100 USD/month
                  </option>
                  <option value="$200/month">
                    $200 USD/month
                  </option>
                </select>
              </td>
            </tr>
          </table>
          <input type="hidden" name="currency_code" value="USD" />
		  <!--
          <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Subscribe" />
		  -->
	      <span class="input-group-btn">
            <button class="btn btn-danger" type="submit"><span class="fa fa-fw fa-heart"></span>&nbsp;Subscribe!</button>
          </span>
        </form>

        <small>
		  Please note that PayPal may require you to create a PayPal account for recurring donations.

          You may be contacted to confirm your donation is not fraudulent.
        </small>
      </div>
    </div>
  </div>
  <div class="col-xs-12 col-md-4">
  </div>
</div>

<div class="row">
  <div class="col-xs-12 col-md-8">
    <div class="panel panel-default">
      <div class="panel-heading">
        <h3 class="panel-title">Sponsor Gentoo</h3>
      </div>
      <div class="panel-body">
        <p>
          If you have cool hardware you'd like to see Gentoo run on, or can spare a server or two for us to host services for our community on,
          we'd be glad to be able to include you in our <a href="/inside-gentoo/sponsors/">list of sponsors</a>.<br>
          For substantial contributions, we'll even reward you with an entry in our Hall of Fame on the front page.
        </p>
        <p>
          To learn more, please get in touch with our <a href="mailto:pr@gentoo.org">Public Relations team</a>.
        </p>
      </div>
    </div>
  </div>
  <div class="col-xs-12 col-md-4">
  </div>
</div>

<div class="row">
  <div class="col-xs-12 col-md-8">
    <div class="panel panel-default">
      <div class="panel-heading">
        <h3 class="panel-title">Contribute</h3>
      </div>
      <div class="panel-body">
        If you want to put your skills to good use for the benefit of Gentoo users worldwide, we <a href="/get-involved/contribute/">welcome community contributions</a>.
      </div>
    </div>
  </div>
  <div class="col-xs-12 col-md-4">
  </div>
</div>

<hr>

<p class="text-right">
  <small>
    Gentoo Poster at the <strong>Chemnitzer Linux-Tage,</strong> one of the largest Linux conventions in Germany<br>
    Our presence there was only possible thanks to your support<br>
    Picture by Hanno Böck/CC-0
  </small>
</p>