Skip to content

Commit

Permalink
Added donation.html, no link to it from anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Oct 11, 2002
1 parent 6305ef5 commit 0bfbb7c
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -29,7 +29,7 @@ all: index.shtml \
news.html news.shtml head.html foot.html press.html \
oldnews.shtml indexheader.html indexfooter.html \
mailheader.html mailfooter.html info web-editing.html \
latest.shtml
latest.shtml donation.html
cd docs; make
cd libcurl; make
cd mail; make
Expand All @@ -46,6 +46,9 @@ check:
head.html: _head.html $(MAINPARTS)
$(ACTION)

donation.html: _donation.html $(MAINPARTS)
$(ACTION)

version7.html: _version7.html $(MAINPARTS)
$(ACTION)

Expand Down
48 changes: 48 additions & 0 deletions _donation.html
@@ -0,0 +1,48 @@
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>cURL - Donation</TITLE>
#include "css.t"
</HEAD>

#define CURL_DONATION
#define CURL_URL donation.html

#include "_menu.html"
#include "setup.t"
#include "pic.t"

#define DONATE \
<center> \
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> \
<input type="hidden" name="cmd" value="_xclick"> \
<input type="hidden" name="business" value="daniel@haxx.se"> \
<input type="hidden" name="item_name" value="daniel-curl"> \
<input type="hidden" name="item_number" value="007"> \
<input type="image" src="paypal.png" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> \
</form></center>

WHERE1(Donation)
TITLE(Make a Donation to the cURL Project)
<p>
DONATE
<p>
If you use curl a lot and like it, why not support the project with a little
donation?
<p>
If your company makes money from curl or curl-related services, why not
support the project that feeds you?

DONATE

<p>
Donations made to this paypal account go to Daniel Stenberg, head of the curl
project and main author. Daniel will keep track of the money and spend them
on curl-related activities.
<p>
If this works out, more details and reports will follow. If no one donates
anything, well then no one will care anyway.
<p>
DONATE
#include "_footer.html"
</BODY>
</HTML>

0 comments on commit 0bfbb7c

Please sign in to comment.