forked from curl/curl-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_index.html
131 lines (114 loc) · 4.19 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
#include "_doctype.html"
<html lang="en">
<head>
<title>curl</title>
#include "css.t"
<style type="text/css">
.sponsors {
max-width: 120px;
padding: 5px 5px 5px 5px;
}
.logo {
max-width: 100px;
margin: 0px 0px 20px 0px;
}
.sponsors a:hover, .logo:hover {
background: transparent;
}
</style>
</head>
#define CURL_MAIN
#include "_menu.html"
#include "setup.t"
#include "packstat.t"
#include "release.t"
<center><img src="https://curl.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
<br>(since 1998)</p>
#if 0
<div style="border: 3px green dotted; padding: 0px 10px 0px 10px; float: right; width: 50%; ">
<h2>Welcome to curl up 2019</h2>
<p>
In March 29-31 2019, we gather curl fans from all over the world and talk
Internet protocols, curl and related subjects on the annual curl
meetup. This time in Prague, Czech Republic.
<p>
<a href="https://github.com/curl/curl-up/wiki/2019">All info and sign-up</a>
</div>
#endif
<div style="float: right; max-width: 10em; margin-left: 20px;">
<div class="sponsors">
<b>Top Sponsors</b><p>
<a href="sponsors.html">
<img class="logo" src="pix/haxx.svg" alt="Haxx">
<img class="logo" src="pix/wolfssl.svg" alt="wolfSSL">
<img class="logo" src="pix/fastly.svg" alt="Fastly">
<img class="logo" src="pix/teamviewer.svg" alt="Teamviewer">
</a>
</div>
<div style="padding: 5px 5px 5px 5px;
margin-bottom: 20px;
font-size: 130%;
border: 1px black solid;">
Time to <a href="/donation.html">donate</a> to the curl project?
</div>
<div style="padding: 5px 5px 5px 5px;
margin-bottom: 20px;
font-size: 130%;
border: 1px black solid;">
<a href="/support.html">Commercial support</a> available!
</div>
<div style="padding: 5px 5px 5px 5px;
border: 1px black solid;">
<a href="/book.html">Everything curl</a> is a detailed and
totally free book that explains everything there is to know about
curl, libcurl and the associated project.
</div>
</div>
<p><b>Supports...</b>
<p>DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP,
LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, 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 (SOCKS4, SOCKS5, HTTP and
HTTPS), HTTP/2, HTTP/3, cookies, user+password authentication (Basic, Plain,
Digest, CRAM-MD5, SCRAM-SHA, NTLM, Negotiate, Kerberos, Bearer tokens and AWS
Sigv4), file transfer resume, proxy tunneling, HSTS, Alt-Svc, unix domain
sockets, HTTP compression (gzip, brotli and zstd), etags, parallel transfers,
DNS-over-HTTPS and more.
<p><b>What's curl used for?</b>
<p>
curl is used in command lines or scripts to transfer data. curl is also used
in cars, television sets, routers, printers, audio equipment, mobile phones,
tablets, settop boxes, media players and is the Internet transfer engine for
thousands of software applications in over <i>ten billion installations</i>.
<p>
curl is used daily by virtually every Internet-using human on the globe.
<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="over 2,800 named
contributors">thousands of contributors</a> and our
awesome <a href="/sponsors.html">sponsors</a>. The curl
project <a title="Adheres to the Core Intrastructure Initiative's
listed best practices at Gold level"
href="https://bestpractices.coreinfrastructure.org/projects/63">follows well
established open source best practices</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>.
#include "_footer.html"
</body>
</html>