minor corrections
This commit is contained in:
Родитель
e7ce27a22c
Коммит
7d1ef9646d
8
docs/FAQ
8
docs/FAQ
|
@ -282,8 +282,12 @@ FAQ
|
||||||
|
|
||||||
5.1. I have a GPL program, can I use the libcurl library?
|
5.1. I have a GPL program, can I use the libcurl library?
|
||||||
|
|
||||||
No. GPL'd software requires all parts of the final executable to be
|
No, you can't distribute your program as a binary and you cannot
|
||||||
licensed under GPL.
|
distribute the (lib)curl code your code. GPL'd software requires all parts
|
||||||
|
of the final executable to be licensed under GPL.
|
||||||
|
|
||||||
|
However, nothing prevents you from distributing your program separately
|
||||||
|
from curl and libcurl and require the user to get it separately.
|
||||||
|
|
||||||
5.2. I have a closed-source program, can I use the libcurl library?
|
5.2. I have a closed-source program, can I use the libcurl library?
|
||||||
|
|
||||||
|
|
|
@ -234,10 +234,10 @@ Version: 0.2
|
||||||
make them look the best possible for their particular browsers. They usually
|
make them look the best possible for their particular browsers. They usually
|
||||||
also do different kinds of javascript, vbscript etc.
|
also do different kinds of javascript, vbscript etc.
|
||||||
|
|
||||||
At times, you will see that getting a page will curl will not return the very
|
At times, you will see that getting a page with curl will not return the same
|
||||||
same page that you see when getting the page with your browser. Then you know
|
page that you see when getting the page with your browser. Then you know it
|
||||||
it is time to set the User Agent field to fool the server into thinking
|
is time to set the User Agent field to fool the server into thinking you're
|
||||||
you're one of those browsers.
|
one of those browsers.
|
||||||
|
|
||||||
To make curl look like Internet Explorer on a Windows 2000 box:
|
To make curl look like Internet Explorer on a Windows 2000 box:
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче