mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
docs: change "web site" to "website"
According to wikipedia: While "web site" was the original spelling, this variant has become rarely used, and "website" has become the standard spelling Closes #5822
This commit is contained in:
parent
8ac3a5df0e
commit
3d221409e2
4
README
4
README
@ -30,9 +30,9 @@ CONTACT
|
|||||||
|
|
||||||
All contributors to the project are listed in the THANKS document.
|
All contributors to the project are listed in the THANKS document.
|
||||||
|
|
||||||
WEB SITE
|
WEBSITE
|
||||||
|
|
||||||
Visit the curl web site for the latest news and downloads:
|
Visit the curl website for the latest news and downloads:
|
||||||
|
|
||||||
https://curl.haxx.se/
|
https://curl.haxx.se/
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ document](https://curl.haxx.se/docs/thanks.html).
|
|||||||
|
|
||||||
## Website
|
## Website
|
||||||
|
|
||||||
Visit the [curl web site](https://curl.haxx.se/) for the latest news and
|
Visit the [curl website](https://curl.haxx.se/) for the latest news and
|
||||||
downloads.
|
downloads.
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
@ -108,7 +108,7 @@ submit a small description of your fix or your new features with every
|
|||||||
contribution so that it can be swiftly added to the package documentation.
|
contribution so that it can be swiftly added to the package documentation.
|
||||||
|
|
||||||
The documentation is always made in man pages (nroff formatted) or plain
|
The documentation is always made in man pages (nroff formatted) or plain
|
||||||
ASCII files. All HTML files on the web site and in the release archives are
|
ASCII files. All HTML files on the website and in the release archives are
|
||||||
generated from the nroff/ASCII versions.
|
generated from the nroff/ASCII versions.
|
||||||
|
|
||||||
### Test Cases
|
### Test Cases
|
||||||
|
12
docs/FAQ
12
docs/FAQ
@ -189,7 +189,7 @@ FAQ
|
|||||||
curl's development, have we intended curl to replace wget or compete on its
|
curl's development, have we intended curl to replace wget or compete on its
|
||||||
market. Curl is targeted at single-shot file transfers.
|
market. Curl is targeted at single-shot file transfers.
|
||||||
|
|
||||||
Curl is not a web site mirroring program. If you want to use curl to mirror
|
Curl is not a website mirroring program. If you want to use curl to mirror
|
||||||
something: fine, go ahead and write a script that wraps around curl to make
|
something: fine, go ahead and write a script that wraps around curl to make
|
||||||
it reality (like curlmirror.pl does).
|
it reality (like curlmirror.pl does).
|
||||||
|
|
||||||
@ -253,7 +253,7 @@ FAQ
|
|||||||
up to each company and developer. This is not controlled by nor supervised in
|
up to each company and developer. This is not controlled by nor supervised in
|
||||||
any way by the project.
|
any way by the project.
|
||||||
|
|
||||||
We still get help from companies. Haxx provides web site, bandwidth, mailing
|
We still get help from companies. Haxx provides website, bandwidth, mailing
|
||||||
lists etc, GitHub hosts the primary git repository and other services like
|
lists etc, GitHub hosts the primary git repository and other services like
|
||||||
the bug tracker at https://github.com/curl/curl. Also again, some companies
|
the bug tracker at https://github.com/curl/curl. Also again, some companies
|
||||||
have sponsored certain parts of the development in the past and I hope some
|
have sponsored certain parts of the development in the past and I hope some
|
||||||
@ -302,7 +302,7 @@ FAQ
|
|||||||
curl is fully open source. It means you can hire any skilled engineer to fix
|
curl is fully open source. It means you can hire any skilled engineer to fix
|
||||||
your curl-related problems.
|
your curl-related problems.
|
||||||
|
|
||||||
We list available alternatives on the curl web site:
|
We list available alternatives on the curl website:
|
||||||
https://curl.haxx.se/support.html
|
https://curl.haxx.se/support.html
|
||||||
|
|
||||||
1.10 How many are using curl?
|
1.10 How many are using curl?
|
||||||
@ -458,7 +458,7 @@ FAQ
|
|||||||
|
|
||||||
Curl can be built with OpenSSL to do the SSL stuff. The LIBEAY32.DLL is then
|
Curl can be built with OpenSSL to do the SSL stuff. The LIBEAY32.DLL is then
|
||||||
what curl needs on a windows machine to do https:// etc. Check out the curl
|
what curl needs on a windows machine to do https:// etc. Check out the curl
|
||||||
web site to find accurate and up-to-date pointers to recent OpenSSL DLLs and
|
website to find accurate and up-to-date pointers to recent OpenSSL DLLs and
|
||||||
other binary packages.
|
other binary packages.
|
||||||
|
|
||||||
2.4 Does curl support SOCKS (RFC 1928) ?
|
2.4 Does curl support SOCKS (RFC 1928) ?
|
||||||
@ -563,7 +563,7 @@ FAQ
|
|||||||
a language, you may prefer to use one of these interfaces instead.
|
a language, you may prefer to use one of these interfaces instead.
|
||||||
|
|
||||||
Find out more about which languages that support curl directly, and how to
|
Find out more about which languages that support curl directly, and how to
|
||||||
install and use them, in the libcurl section of the curl web site:
|
install and use them, in the libcurl section of the curl website:
|
||||||
https://curl.haxx.se/libcurl/
|
https://curl.haxx.se/libcurl/
|
||||||
|
|
||||||
All the various bindings to libcurl are made by other projects and people,
|
All the various bindings to libcurl are made by other projects and people,
|
||||||
@ -724,7 +724,7 @@ FAQ
|
|||||||
|
|
||||||
3.19 How do I get HTTP from a host using a specific IP address?
|
3.19 How do I get HTTP from a host using a specific IP address?
|
||||||
|
|
||||||
For example, you may be trying out a web site installation that isn't yet in
|
For example, you may be trying out a website installation that isn't yet in
|
||||||
the DNS. Or you have a site using multiple IP addresses for a given host
|
the DNS. Or you have a site using multiple IP addresses for a given host
|
||||||
name and you want to address a specific one out of the set.
|
name and you want to address a specific one out of the set.
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ services and paying for people to work on curl related code etc. Usually, such
|
|||||||
donations are services paid for directly by the sponsors.
|
donations are services paid for directly by the sponsors.
|
||||||
|
|
||||||
We grade sponsors in a few different levels and if they meet the criteria,
|
We grade sponsors in a few different levels and if they meet the criteria,
|
||||||
they can be mentioned on the Sponsors page on the curl web site.
|
they can be mentioned on the Sponsors page on the curl website.
|
||||||
|
|
||||||
## Commercial Support
|
## Commercial Support
|
||||||
|
|
||||||
@ -103,7 +103,7 @@ Feltzing serve as backup admins for when Daniel is gone or unable.
|
|||||||
The primary server is paid for by Haxx. The machine is physically located in a
|
The primary server is paid for by Haxx. The machine is physically located in a
|
||||||
server bunker in Stockholm Sweden, operated by the company Portlane.
|
server bunker in Stockholm Sweden, operated by the company Portlane.
|
||||||
|
|
||||||
The web site contents are served to the web via Fastly and Daniel is the
|
The website contents are served to the web via Fastly and Daniel is the
|
||||||
primary curl contact with Fastly.
|
primary curl contact with Fastly.
|
||||||
|
|
||||||
### BDFL
|
### BDFL
|
||||||
|
@ -58,7 +58,7 @@ OpenSSL took over and SSLeay was abandoned.
|
|||||||
|
|
||||||
May: first Debian package.
|
May: first Debian package.
|
||||||
|
|
||||||
August: LDAP:// and FILE:// support added. The curl web site gets 1300 visits
|
August: LDAP:// and FILE:// support added. The curl website gets 1300 visits
|
||||||
weekly. Moved site to curl.haxx.nu.
|
weekly. Moved site to curl.haxx.nu.
|
||||||
|
|
||||||
September: Released curl 6.0. 15000 lines of code.
|
September: Released curl 6.0. 15000 lines of code.
|
||||||
@ -77,7 +77,7 @@ other software and programs to be based on and powered by libcurl. Almost
|
|||||||
|
|
||||||
June: the curl site moves to "curl.haxx.se"
|
June: the curl site moves to "curl.haxx.se"
|
||||||
|
|
||||||
August, the curl web site gets 4000 visits weekly.
|
August, the curl website gets 4000 visits weekly.
|
||||||
|
|
||||||
The PHP guys adopted libcurl already the same month, when the first ever third
|
The PHP guys adopted libcurl already the same month, when the first ever third
|
||||||
party libcurl binding showed up. CURL has been a supported module in PHP since
|
party libcurl binding showed up. CURL has been a supported module in PHP since
|
||||||
@ -106,7 +106,7 @@ The first experimental ftps:// support was added.
|
|||||||
|
|
||||||
August: curl is bundled in Mac OS X, 10.1. It was already becoming more and
|
August: curl is bundled in Mac OS X, 10.1. It was already becoming more and
|
||||||
more of a standard utility of Linux distributions and a regular in the BSD
|
more of a standard utility of Linux distributions and a regular in the BSD
|
||||||
ports collections. The curl web site gets 8000 visits weekly. Curl Corporation
|
ports collections. The curl website gets 8000 visits weekly. Curl Corporation
|
||||||
contacted Daniel to discuss "the name issue". After Daniel's reply, they have
|
contacted Daniel to discuss "the name issue". After Daniel's reply, they have
|
||||||
never since got back in touch again.
|
never since got back in touch again.
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ without many whistles.
|
|||||||
2002
|
2002
|
||||||
----
|
----
|
||||||
|
|
||||||
June: the curl web site gets 13000 visits weekly. curl and libcurl is
|
June: the curl website gets 13000 visits weekly. curl and libcurl is
|
||||||
35000 lines of code. Reported successful compiles on more than 40 combinations
|
35000 lines of code. Reported successful compiles on more than 40 combinations
|
||||||
of CPUs and operating systems.
|
of CPUs and operating systems.
|
||||||
|
|
||||||
@ -162,7 +162,7 @@ August: Curl and libcurl 7.12.1
|
|||||||
Available command line options: 96
|
Available command line options: 96
|
||||||
Available curl_easy_setopt() options: 120
|
Available curl_easy_setopt() options: 120
|
||||||
Number of public functions in libcurl: 36
|
Number of public functions in libcurl: 36
|
||||||
Amount of public web site mirrors: 12
|
Amount of public website mirrors: 12
|
||||||
Number of known libcurl bindings: 26
|
Number of known libcurl bindings: 26
|
||||||
|
|
||||||
2005
|
2005
|
||||||
@ -175,7 +175,7 @@ April: Added the multi_socket() API
|
|||||||
|
|
||||||
September: TFTP support was added.
|
September: TFTP support was added.
|
||||||
|
|
||||||
More than 100,000 unique visitors of the curl web site. 25 mirrors.
|
More than 100,000 unique visitors of the curl website. 25 mirrors.
|
||||||
|
|
||||||
December: security vulnerability: libcurl URL Buffer Overflow
|
December: security vulnerability: libcurl URL Buffer Overflow
|
||||||
|
|
||||||
@ -283,7 +283,7 @@ April: added the cyassl backend (later renamed to WolfSSL)
|
|||||||
|
|
||||||
March: first real release supporting HTTP/2
|
March: first real release supporting HTTP/2
|
||||||
|
|
||||||
September: Web site had 245,000 unique visitors and served 236GB data
|
September: Website had 245,000 unique visitors and served 236GB data
|
||||||
|
|
||||||
SMB and SMBS support
|
SMB and SMBS support
|
||||||
|
|
||||||
@ -312,7 +312,7 @@ April: added the cyassl backend (later renamed to WolfSSL)
|
|||||||
|
|
||||||
September: Added Multi-SSL support
|
September: Added Multi-SSL support
|
||||||
|
|
||||||
The web site serves 3100 GB/month
|
The website serves 3100 GB/month
|
||||||
|
|
||||||
Public curl releases: 169
|
Public curl releases: 169
|
||||||
Command line options: 211
|
Command line options: 211
|
||||||
|
@ -129,6 +129,6 @@
|
|||||||
Since curl and libcurl are plain HTTP clients without any knowledge of or
|
Since curl and libcurl are plain HTTP clients without any knowledge of or
|
||||||
capability to handle javascript, such cookies will not be detected or used.
|
capability to handle javascript, such cookies will not be detected or used.
|
||||||
|
|
||||||
Often, if you want to mimic what a browser does on such web sites, you can
|
Often, if you want to mimic what a browser does on such websites, you can
|
||||||
record web browser HTTP traffic when using such a site and then repeat the
|
record web browser HTTP traffic when using such a site and then repeat the
|
||||||
cookie operations using curl or libcurl.
|
cookie operations using curl or libcurl.
|
||||||
|
@ -170,7 +170,7 @@ MAIL ETIQUETTE
|
|||||||
send your email to.
|
send your email to.
|
||||||
|
|
||||||
Your email as sent to a curl mailing list will end up in mail archives, on
|
Your email as sent to a curl mailing list will end up in mail archives, on
|
||||||
the curl web site and elsewhere, for others to see and read. Today and in
|
the curl website and elsewhere, for others to see and read. Today and in
|
||||||
the future. In addition to the archives, the mail is sent out to thousands
|
the future. In addition to the archives, the mail is sent out to thousands
|
||||||
of individuals. There is no way to undo a sent email.
|
of individuals. There is no way to undo a sent email.
|
||||||
|
|
||||||
|
@ -7,6 +7,6 @@ subdirectories, using several different formats. Some of them are not ideal
|
|||||||
for reading directly in your browser.
|
for reading directly in your browser.
|
||||||
|
|
||||||
If you'd rather see the rendered version of the documentation, check out the
|
If you'd rather see the rendered version of the documentation, check out the
|
||||||
curl web site's [documentation section](https://curl.haxx.se/docs/) for
|
curl website's [documentation section](https://curl.haxx.se/docs/) for
|
||||||
general curl stuff or the [libcurl section](https://curl.haxx.se/libcurl/) for
|
general curl stuff or the [libcurl section](https://curl.haxx.se/libcurl/) for
|
||||||
libcurl related documentation.
|
libcurl related documentation.
|
||||||
|
@ -42,7 +42,7 @@ in the curl-www repo
|
|||||||
|
|
||||||
- make sure all relevant changes are committed and pushed on the master branch
|
- make sure all relevant changes are committed and pushed on the master branch
|
||||||
|
|
||||||
(the web site then updates its contents automatically)
|
(the website then updates its contents automatically)
|
||||||
|
|
||||||
on github
|
on github
|
||||||
---------
|
---------
|
||||||
|
@ -8,7 +8,7 @@ Publishing Information
|
|||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
All known and public curl or libcurl related vulnerabilities are listed on
|
All known and public curl or libcurl related vulnerabilities are listed on
|
||||||
[the curl web site security page](https://curl.haxx.se/docs/security.html).
|
[the curl website security page](https://curl.haxx.se/docs/security.html).
|
||||||
|
|
||||||
Security vulnerabilities **should not** be entered in the project's public bug
|
Security vulnerabilities **should not** be entered in the project's public bug
|
||||||
tracker.
|
tracker.
|
||||||
@ -88,7 +88,7 @@ announcement.
|
|||||||
the same manner we always announce releases. It gets sent to the
|
the same manner we always announce releases. It gets sent to the
|
||||||
curl-announce, curl-library and curl-users mailing lists.
|
curl-announce, curl-library and curl-users mailing lists.
|
||||||
|
|
||||||
- The security web page on the web site should get the new vulnerability
|
- The security web page on the website should get the new vulnerability
|
||||||
mentioned.
|
mentioned.
|
||||||
|
|
||||||
curl-security (at haxx dot se)
|
curl-security (at haxx dot se)
|
||||||
|
@ -185,7 +185,7 @@ The Art Of Scripting HTTP Requests Using Curl
|
|||||||
curl -u user:password http://example.org/
|
curl -u user:password http://example.org/
|
||||||
|
|
||||||
You need to pay attention that this kind of HTTP authentication is not what
|
You need to pay attention that this kind of HTTP authentication is not what
|
||||||
is usually done and requested by user-oriented web sites these days. They
|
is usually done and requested by user-oriented websites these days. They
|
||||||
tend to use forms and cookies instead.
|
tend to use forms and cookies instead.
|
||||||
|
|
||||||
2.5 Path part
|
2.5 Path part
|
||||||
@ -268,7 +268,7 @@ The Art Of Scripting HTTP Requests Using Curl
|
|||||||
|
|
||||||
4.1 Forms explained
|
4.1 Forms explained
|
||||||
|
|
||||||
Forms are the general way a web site can present a HTML page with fields for
|
Forms are the general way a website can present a HTML page with fields for
|
||||||
the user to enter data in, and then press some kind of 'OK' or 'Submit'
|
the user to enter data in, and then press some kind of 'OK' or 'Submit'
|
||||||
button to get that data sent to the server. The server then typically uses
|
button to get that data sent to the server. The server then typically uses
|
||||||
the posted data to decide how to act. Like using the entered words to search
|
the posted data to decide how to act. Like using the entered words to search
|
||||||
@ -457,7 +457,7 @@ The Art Of Scripting HTTP Requests Using Curl
|
|||||||
options. There are ways to circumvent this.
|
options. There are ways to circumvent this.
|
||||||
|
|
||||||
It is worth noting that while this is how HTTP Authentication works, very
|
It is worth noting that while this is how HTTP Authentication works, very
|
||||||
many web sites will not use this concept when they provide logins etc. See
|
many websites will not use this concept when they provide logins etc. See
|
||||||
the Web Login chapter further below for more details on that.
|
the Web Login chapter further below for more details on that.
|
||||||
|
|
||||||
7. More HTTP Headers
|
7. More HTTP Headers
|
||||||
|
@ -9,7 +9,7 @@ some simple steps on how you can build your own application to take full
|
|||||||
advantage of libcurl.
|
advantage of libcurl.
|
||||||
|
|
||||||
If you end up with other small but still useful example sources, please mail
|
If you end up with other small but still useful example sources, please mail
|
||||||
them for submission in future packages and on the web site.
|
them for submission in future packages and on the website.
|
||||||
|
|
||||||
BUILDING
|
BUILDING
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ want you do reorganize them like:
|
|||||||
*PLEASE* do not use the curl.haxx.se site as a test target for your libcurl
|
*PLEASE* do not use the curl.haxx.se site as a test target for your libcurl
|
||||||
applications/experiments. Even if some of the examples use that site as a URL
|
applications/experiments. Even if some of the examples use that site as a URL
|
||||||
at some places, it doesn't mean that the URLs work or that we expect you to
|
at some places, it doesn't mean that the URLs work or that we expect you to
|
||||||
actually torture our web site with your tests! Thanks.
|
actually torture our website with your tests! Thanks.
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@ int main(int argc, char * const argv[])
|
|||||||
char *base_name = NULL;
|
char *base_name = NULL;
|
||||||
|
|
||||||
printf("\nRTSP request %s\n", VERSION_STR);
|
printf("\nRTSP request %s\n", VERSION_STR);
|
||||||
printf(" Project web site: "
|
printf(" Project website: "
|
||||||
"https://github.com/BackupGGCode/rtsprequest\n");
|
"https://github.com/BackupGGCode/rtsprequest\n");
|
||||||
printf(" Requires curl V7.20 or greater\n\n");
|
printf(" Requires curl V7.20 or greater\n\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user