-
Notifications
You must be signed in to change notification settings - Fork 89
/
_mail.html
39 lines (31 loc) · 1.04 KB
/
_mail.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
#include "_doctype.html"
<html>
<head> <title>libcurl - mailing list</title>
#include "css.t"
</head>
#define LIBCURL_MAIL
#define CURL_URL libcurl/mail.html
#include "setup.t"
#include "_menu.html"
WHERE2(libcurl, "/libcurl/", Mailing List)
TITLE(libcurl Mailing List)
<p>
Join our merry team of developers or read the <a
href="//curl.se/mail/list.cgi?list=curl-library">archive of
previous postings</a>.
<p>
Subscribe to the <b>libcurl mailing list</b>, hurry over to the <a
href="https://lists.haxx.se/listinfo/curl-library">subscription
page</a>. This mailing list is meant for developers that use or plan to use
libcurl in their applications.
<p>
Subscribe to the <b>curl-and-php mailing list</b>, at <a
href="https://lists.haxx.se/listinfo/curl-and-php">subscription
page</a>. This mailing list is meant for PHP programmers that use the curl
module.
<p>
If you are into general curl stuff, you will be better off on the <a
href="/mail/subscribe.html">curl-users mailing list</a>.
#include "_footer.html"
</body>
</html>