forked from curl/curl-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_book.html
58 lines (48 loc) · 1.84 KB
/
_book.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
#include "_doctype.html"
<html>
<head> <title>Everything curl</title>
#include "css.t"
</head>
#define CURL_BOOK
#include "_menu.html"
#include "setup.t"
WHERE1(Everything curl)
TITLE(Everything curl - the book)
<p>
<i>Everything curl</i> is an extensive, detailed and totally free book,
available in multiple formats.
<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>
Everything curl is written by Daniel Stenberg but is also itself an open
project that accepts your contributions and help.
<p>
<a href="https://everything.curl.dev/">
<img style="margin: 0px 0px 20px 20px;" align="right" width="305" height="400" border="0" src="pix/everything-curl.jpg" alt="Everything curl"></a>
<p>
<table>
<tr><td>Author:</td><td>Daniel Stenberg</td></tr>
<tr><td>Pages:</td><td>250+ (in the PDF and physical versions)</td></tr>
<tr><td>ISBN:</td><td>978-91-639-6501-2</td></tr>
<tr><td>Github:</td><td><a href="https://github.com/bagder/everything-curl">bagder/everything-curl</a></td></tr>
<tr><td>Gitbook:</td><td><a href="https://app.gitbook.com/@curl-1/s/everything-curl/">everything-curl</a></td></tr>
</table>
SUBTITLE(Read it here)
<p>
<a href="https://everything.curl.dev/">Web version</a>
<p>
To get a PDF version downloaded, select "export as PDF" in the top right menu of the web version.
SUBTITLE(Buy a print version)
<p>
You can buy the 2018 Edition, 250-page printed paperback version of the book
directly from
<a href="https://telarity.com/~dan/forsale/books.html">Dan Fandrich</a>.
<p>
The price is US$25 including shipping within the US and Canada, slightly more
outside; see the site for exact details.
#include "_footer.html"
</body>
</html>