summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-23 15:28:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-23 15:28:13 +0000
commita0eb52bee1b3825839f267b10be23121f8a8b6c9 (patch)
treeb0b598e6447c454485736c3eab5475e6def080f1
parent6235a8d9692b67c61c0aad3f9216df7a9507ff80 (diff)
downloadcurl-a0eb52bee1b3825839f267b10be23121f8a8b6c9.tar.gz
two Qs added:
1.5 Who makes cURL? 1.6 What do you get for making cURL?
-rw-r--r--docs/FAQ29
1 files changed, 28 insertions, 1 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 0eb6eb7ad..aa30dbd1f 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,4 +1,4 @@
-Updated: March 22, 2001 (http://curl.haxx.se/docs/faq.shtml)
+Updated: March 23, 2001 (http://curl.haxx.se/docs/faq.shtml)
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
@@ -12,6 +12,8 @@ FAQ
1.2 What is libcurl?
1.3 What is cURL not?
1.4 When will you make curl do XXXX ?
+ 1.5 Who makes cURL?
+ 1.6 What do you get for making cURL?
2. Install Related Problems
2.1 configure doesn't find OpenSSL even when it is installed
@@ -142,6 +144,31 @@ FAQ
* If you write the code, chances are bigger that it will get into curl
faster.
+ 1.5 Who makes cURL?
+
+ cURL and libcurl are not made by any single individual. Sure, Daniel
+ Stenberg writes the major parts, but various people's submissions are
+ important and crucial. Anyone can post their changes and improvements and
+ have them inserted in the main sources (of course on the condition that
+ developers agree on that the fixes are good).
+
+ The list of contributors in the bottom of the man page is only a small part
+ of all the people that every day provide us with bug reports, suggestions,
+ ideas and source code.
+
+ curl is developed by a community, with Daniel at the wheel.
+
+ 1.6 What do you get for making cURL?
+
+ Project cURL is entirely free and open, without any commercial interests or
+ money involved. No person gets paid in any way for developing curl. We all
+ do this volountarily on our spare time.
+
+ We get some help from companies. Contactor Data hosts the curl web site and
+ the main mailing list, Haxx owns the curl web site's domain and
+ sourceforge.net hosts several project tools we take advantage from like the
+ bug tracker, mailing lists and more.
+
2. Install Related Problems
2.1. configure doesn't find OpenSSL even when it is installed