Add donate to D Language foundation page#1523
Conversation
donate.dd
Outdated
|
|
||
| <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="6DV3SYW3A5ZPG" /> |
There was a problem hiding this comment.
This id needs to be updated
@andralex - could you please go at
https://www.paypal.com/buttons/paymentbuttons/donate/create and generate such a button?
There was a problem hiding this comment.
OK. There are a few more pages:
- Return URL (after the donation is made
- Canceled checkout URL
- Return to Merchant Link
- URL for IPN messaging - no idea what that is
For now I didn't customize any of these. I got this code:
<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="K8PLNUP7276BQ" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>and the following url: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K8PLNUP7276BQ
donate.dd
Outdated
| open source technology related to the D programming language. | ||
| ) | ||
|
|
||
| The D Language foundation: |
| $(UL | ||
| $(LI holds and defends the copyright and other intellectual property rights for the D programming language.) | ||
| $(LI provides resources for furthering the development and adoption of the D programming language.) | ||
| $(LI awards $(LINK2 http://dlang.org/blog/2016/12/05/the-d-language-foundations-scholarship-program, scholarships) |
There was a problem hiding this comment.
Use HTTP?
(sorry couldn't resist :))
donate.dd
Outdated
| $(LI provides resources for furthering the development and adoption of the D programming language.) | ||
| $(LI awards $(LINK2 http://dlang.org/blog/2016/12/05/the-d-language-foundations-scholarship-program, scholarships) | ||
| to highly skilled students.) | ||
| $(LI organizes the yearly $(HTTP dconf.org, D conference).) |
There was a problem hiding this comment.
s/D conference/DConf, the international annual conference of D language developers and users/
donate.dd
Outdated
| $(D_S $(TITLE), | ||
|
|
||
| $(H4 The $(LINK2 $(ROOT_DIR)foundation.html, D Language Foundation) is an organization devoted to advancing | ||
| open source technology related to the D programming language. |
There was a problem hiding this comment.
Add this text: The Foundation is a $(HTTPS en.wikipedia.org/wiki/501(c)_organization, 501(c) non-profit public charity) registered in the state of Washington, USA.
|
|
||
| $(P For US taxpayers, contributions to the D Language Foundation are tax-deductible. | ||
| The D Language Foundation has been recognized as a public charity under section 501(c)(3) of the Internal Revenue Code. | ||
| You should consult your tax adviser for rules as they apply to your situation.) |
There was a problem hiding this comment.
Ah, I see you do have this now. You may want to move the public charity part up the page. Leave here: For US taxpayers, contributions to the D Language Foundation are tax-deductible. You should consult your tax adviser for rules as they apply to your situation.
So I just tested the button and I think it would be nice if we enable the message box: It could be sth. like "Your message to the D Foundation". |
|
OK, here's the code: <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="FDEUVLD5MB44G" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/
and the link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FDEUVLD5MB44G I see every test is costing you $5 :) |
|
I also eliminated the credit card logos to make it more discreet |
foundation.dd
Outdated
| open source technology related to the D programming language. | ||
| $(H4 The D Language Foundation is a | ||
| $(HTTPS en.wikipedia.org/wiki/501(c)_organization, 501(c) non-profit public charity) | ||
| organization devoted to advancing open source technology |
There was a problem hiding this comment.
"organization" not needed anymore
foundation.dd
Outdated
| $(BR) | ||
| Kirkland, WA 98034-4900 | ||
| $(BR) | ||
| ) |
There was a problem hiding this comment.
It took me 30 seconds to find @WalterBright's address (edit: removed link)
So I assume it's okay to put it here?
There was a problem hiding this comment.
He asked to not make it even easier, so please remove. cc @WalterBright
There was a problem hiding this comment.
Oh it seems that I didn't get the mail - I have rebased the PR, s.t. it's not included in the history.
|
nice! |





I gave it a try ;-)