forked from curl/curl-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_about.html
92 lines (70 loc) · 2.65 KB
/
_about.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
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>curl - About curl Web Site</TITLE>
#include "css.t"
</HEAD>
#define CURL_ABOUT
#define DOCS_WEBSITE
#define PROJ_DOCS
#define CURL_URL about.html
#include "setup.t"
#include "docs/_menu.html"
WHERE3(Docs, "/docs/", Project Documentation, "/docs/projdocs.html", About the curl Web Site)
TITLE(About the curl Web Site)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/docs/">Online Docs</a>
<br><a href="/mirror/">Mirrors</a>
</div>
<p>
This web site is dedicated to covering curl, libcurl and related issues only.
<p>
If you have any complaints, ideas or suggestions for this <b>web site</b>,
don't hesitate to mail feedback to <a
href="mailto:[email protected]">[email protected]</a> or post it on the <a
href="//curl.haxx.se/mail/">curl-users mailing list</a>. We do make a
serious effort to please our audience.
<p>
If you have a question regarding curl or a curl-related issue, please use a
proper <a href="/mail/">curl mailing list</a>.
<p>
The curl web site contents are...
<ul>
<li> Copyright (C) 1997 - 2017 by Daniel Stenberg
<li> maintained and edited by <a href="https://daniel.haxx.se/">Daniel
Stenberg</a> and Dan Fandrich. If you want to join in and help out
with this, mail <a href="mailto:[email protected]">us</a>!
<li> partly hosted on <a href="https://github.com/curl/curl-www">github.com/curl/curl-www</a>
<li> delivered to the world with the help of
the <a href="https://www.fastly.com/">Fastly CDN network</a>
</ul>
<p>
Technologies used:
<ul>
<li> Daniel's <a href="https://daniel.haxx.se/projects/fcpp/">fcpp</a> that
most HTML pages are preprocessed with.
<li> standard make(1) for dependency-stuff
<li> <a href="https://www.perl.com/">perl</a> for dynamic pages and most
background scripting
<li> <a href="http://www.hypermail-project.org/">hypermail</a> for <a
href="//curl.haxx.se/mail/">mail archives</a>
<li> man pages converted using Daniel's <a
href="https://daniel.haxx.se/projects/roffit/">roffit</a>
<li> <a href="/">curl</a>(!) for the automatically generated mirror links
</ul>
SUBTITLE(Emails and Spam)
<p>
We display many email addresses on this site by replacing the '@' sign with a
textual version. Research has shown that when we publish addresses in
plaintext, we get a whole lot more spam. Sorry for the inconvenience.
SUBTITLE(We Like Github)
<p>
All source code and as much as possible of the web site is hosted on github.
SUBTITLE(Supported Browsers)
<p>
This site is best watched using any browser:<br> <a
href="https://www.anybrowser.org/campaign/"><img width="88" height="31"
src="/pix/anybrowser.png" border="0"></a>
#include "_footer.html"
</BODY>
</HTML>