From 0bfbb7ca459bc18cb279e31dc0c54f3bdd24535b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 11 Oct 2002 09:18:22 +0000 Subject: [PATCH] Added donation.html, no link to it from anywhere --- Makefile | 5 ++++- _donation.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 _donation.html diff --git a/Makefile b/Makefile index 89e91dea2..716920f39 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -46,6 +46,9 @@ check: head.html: _head.html $(MAINPARTS) $(ACTION) +donation.html: _donation.html $(MAINPARTS) + $(ACTION) + version7.html: _version7.html $(MAINPARTS) $(ACTION) diff --git a/_donation.html b/_donation.html new file mode 100644 index 000000000..cf2f4d27e --- /dev/null +++ b/_donation.html @@ -0,0 +1,48 @@ +#include "_doctype.html" + + cURL - Donation +#include "css.t" + + +#define CURL_DONATION +#define CURL_URL donation.html + +#include "_menu.html" +#include "setup.t" +#include "pic.t" + +#define DONATE \ +
\ +
\ + \ + \ + \ + \ + \ +
+ +WHERE1(Donation) +TITLE(Make a Donation to the cURL Project) +

+ DONATE +

+ If you use curl a lot and like it, why not support the project with a little + donation? +

+ If your company makes money from curl or curl-related services, why not + support the project that feeds you? + +DONATE + +

+ 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. +

+ If this works out, more details and reports will follow. If no one donates + anything, well then no one will care anyway. +

+ DONATE +#include "_footer.html" + +