forked from curl/curl-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_index.html
85 lines (71 loc) · 3.21 KB
/
_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#include "_doctype.html"
<html lang="en">
<head>
<title>curl</title>
#include "css.t"
</head>
#define CURL_MAIN
#include "_menu.html"
#include "setup.t"
#include "packstat.t"
#include "release.t"
<center><img src="https://curl.haxx.se/logo/curl-logo.svg" alt="curl logo" style="width:90%; padding-top: 8px;">
</center>
<p>
<hr>
<p style="font-size: 160%; text-align: center;">
<b>command line tool and
library</b>
<br>for transferring data with URLs</p>
<p><b>Supports...</b>
<p>DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3,
POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, Telnet and TFTP. curl
supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based
upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain,
Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy
tunneling and more.
<p><b>What's curl used for?</b>
<p>
curl is used in command lines or scripts to transfer data. It is also used in
cars, television sets, routers, printers, audio equipment, mobile phones,
tablets, settop boxes, media players and is the internet transfer backbone for
thousands of software applications affecting <i>billions of humans</i> daily.
<p><b>Who makes curl?</b>
<p>
curl is free and <a href="docs/copyright.html" title="curl and libcurl are
licensed under a MIT/X derivate license">open source</a> software and exists
thanks to <a href="docs/thanks.html" title="More than 1600 named
contributors">thousands of contributors</a> and our
awesome <a href="/sponsors.html">sponsors</a>. The curl
project <a title="Adheres to 100% of the Core Intrastructure Initiative's
listed best practices"
href="https://bestpractices.coreinfrastructure.org/projects/63">follows well
established open source best practises</a>. You too
can <a href="docs/help-us.html">help us</a> improve!
<p><b>What's the latest curl?</b>
<p>
The most recent stable version is <b>__STABLE</b>, released on __RELDATE.
Currently, __CURR of the listed <a href="download.html" title="Binary download packages for your platform!">downloads</a> are of the latest version.
<p><b>Where's the code?</b>
<p>
Check out the latest <a href="https://github.com/curl/curl" title="git clone the curl code">source code
from github</a>.
TITLE(Everything curl)
<a href="https://www.gitbook.com/book/bagder/everything-curl/details">
<img style="margin: 0px 0px 20px 20px;" align="right" width="200" height="262" border="0" src="pix/everything-curl.jpg"></a>
<p>
This is a detailed and totally free book, available in ebook
formats, <a href="https://www.gitbook.com/download/pdf/book/bagder/everything-curl">PDF</a>
and <a href="https://ec.haxx.se/">online</a> that explains basically
everything there is to know about curl, libcurl and the associated project.
<p>
Learn how to use curl. How to use libcurl. How to build them from source or
perhaps how the curl project accepts contributions. There's something for
everyone in this, from the casual first-time users to the experienced
libcurl hackers.
<p>
<a href="https://www.gitbook.com/book/bagder/everything-curl/details">Everything
curl</a> is itself an open project that accepts your contributions and help.
#include "_footer.html"
</BODY>
</HTML>