-
Notifications
You must be signed in to change notification settings - Fork 89
/
_book.html
55 lines (45 loc) · 1.64 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
#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 is 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 an open project that
accepts your contributions and help. The book is constantly updated.
<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>
SUBTITLE(Read it here)
<p>
<a href="https://everything.curl.dev/">Web version</a>
<p>
<a href="https://daniel.haxx.se/everything-curl/">ePUB, PDF add offline HTML
versions</a> are available. The PDF is at some 550 pages.
SUBTITLE(Book source)
<p>
The book sources and contents are hosted
on <a href="https://github.com/curl/everything-curl">Github</a>.
SUBTITLE(A printed version?)
<p>
You could previously buy the 2018 Edition, a 250-page dead-tree printed
paperback version of the book (ISBN 978-91-639-6501-2). The printed version
is sold out since a long time back and there has been no further efforts to
make additional editions available.
<p>
Perhaps it will happen again in the future.
#include "_footer.html"
</body>
</html>