Subject: Re: How to help NetBSD help you.
To: Dan Langille <dan@langille.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: current-users
Date: 06/15/2005 14:15:03
On Wed, 15 Jun 2005, Dan Langille wrote:
> What about other websites that want to run ads on your behalf?
>
> For example, 'click here to donate to the NetBSD project'?  A series
> of buttons/banner ads might be what others can use.

That sounds like a nice thing to have, if someone wants to do it.
I see no reason not to allow this.

http://www.netbsd.org/Changes/#pledge0605 has example-code:

<form xmlns="" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="text-align: center;">
   <input type="hidden" name="cmd" value="_xclick"></input>
   <input type="hidden" name="business" value="paypal@NetBSD.org"></input>
   <input type="hidden" name="item_name" value="The NetBSD Foundation"></input>
   <input type="hidden" name="no_shipping" value="1"></input>
   <input type="hidden" name="return" value="http://www.NetBSD.org/"></input>
   <input type="hidden" name="cancel_return" value="http://www.NetBSD.org/"></input>
   <input type="image" src="http://www.NetBSD.org/images/links/paypal.gif" name="submit" alt="Donate using PayPal"></input>
   <input type="image" src="http://www.NetBSD.org/images/links/paypal-cc.gif" name="submit" alt="Donate using PayPal"></input>
</form>


  - Hubert