forked from curl/curl-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_menu.html
115 lines (102 loc) · 4.72 KB
/
_menu.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
#ifndef __MENU
#define __MENU
#include "setup.t"
#ifndef NOBODY
<body bgcolor="#ffffff" text="#000000">
#endif
<div class="main">
<div class="menu">
<div class="dropdown">
<a class="dropbtn" href="https://curl.haxx.se/download.html">Download</a>
<div class="dropdown-content">
<a href="https://github.com/curl/curl">Browse source</a>
<a href="https://curl.haxx.se/changes.html">Changelog</a>
</div>
</div>
<div class="dropdown">
<a class="dropbtn" href="https://curl.haxx.se/docs/">Documentation</a>
<div class="dropdown-content">
<a href="https://curl.haxx.se/docs/projdocs.html">Project</a>
<small>
<a href="https://curl.haxx.se/docs/help-us.html"> Help us</a>
<a href="https://curl.haxx.se/docs/knownbugs.html"> Known bugs</a>
<a href="https://curl.haxx.se/docs/todo.html"> TODO</a>
</small>
<a href="https://curl.haxx.se/docs/protdocs.html">Protocols</a>
<small>
<a href="https://curl.haxx.se/docs/caextract.html"> CA bundle</a>
<a href="https://curl.haxx.se/docs/http-cookies.html"> HTTP Cookies</a>
<a href="https://curl.haxx.se/docs/http2.html"> HTTP/2</a>
<a href="https://curl.haxx.se/docs/sslcerts.html"> SSL Certs</a>
</small>
<a href="https://curl.haxx.se/docs/reldocs.html">Releases</a>
<small>
<a href="https://curl.haxx.se/docs/security.html"> Security</a>
<a href="https://curl.haxx.se/docs/versions.html"> Version numbers</a>
<a href="https://curl.haxx.se/docs/vulnerabilities.html"> Vulnerabilities</a>
</small>
<a href="https://curl.haxx.se/docs/tooldocs.html">curl tool</a>
<small>
<a href="https://curl.haxx.se/docs/manpage.html"> man page</a>
<a href="https://curl.haxx.se/docs/manual.html"> Tutorial</a>
<a href="https://curl.haxx.se/docs/httpscripting.html"> HTTP scripting</a>
</small>
<a href="https://curl.haxx.se/docs/whodocs.html">Who and Why</a>
</div>
</div>
<div class="dropdown">
<a class="dropbtn" href="https://curl.haxx.se/libcurl/">libcurl</a>
<div class="dropdown-content">
<a href="https://curl.haxx.se/libcurl/abi.html">ABI</a>
<a href="https://curl.haxx.se/libcurl/c/">API</a>
<a href="https://curl.haxx.se/libcurl/competitors.html">Competitors</a>
<a href="https://curl.haxx.se/libcurl/c/example.html">Examples</a>
<a href="https://curl.haxx.se/libcurl/features.html">Features</a>
<a href="https://curl.haxx.se//mail/list.cgi?list=curl-library">Mailing list</a>
<a href="https://curl.haxx.se/libcurl/relatedlibs.html">Related libs</a>
<a href="https://curl.haxx.se/libcurl/using/">Using libcurl</a>
<a href="https://curl.haxx.se/libcurl/c/libcurl-tutorial.html">Tutorial</a>
<a href="https://curl.haxx.se/libcurl/theysay.html">Testimonials</a>
</div>
</div>
<div class="dropdown">
<a class="dropbtn" href="https://curl.haxx.se/mail/">Get Help</a>
<div class="dropdown-content">
<a href="https://cool.haxx.se/mailman/listinfo/curl-library">curl-library</a>
<a href="https://cool.haxx.se/mailman/listinfo/curl-users">curl-users</a>
<a href="https://cool.haxx.se/mailman/listinfo/curl-announce">curl-announce</a>
<a href="https://cool.haxx.se/mailman/listinfo/curl-commits">curl-commits</a>
<a href="https://bookcurl.haxx.se/">Book: Everything curl</a>
<a href="https://github.com/curl/curl/issues">Report a bug</a>
<a href="https://curl.haxx.se/mail/etiquette.html">Mail Etiquette</a>
</div>
</div>
<div class="dropdown">
<a class="dropbtn" href="https://curl.haxx.se/dev/">Development</a>
<div class="dropdown-content">
<a href="https://curl.haxx.se/dev/builds.html">Autobuilds</a>
<a href="https://curl.haxx.se/dev/code-style.html">Code Style</a>
<a href="https://curl.haxx.se/dev/contribute.html">Contribute</a>
<a href="https://curl.haxx.se/dev/internals.html">Internals</a>
<a href="https://curl.haxx.se/dev/release-notes.html">Release Notes</a>
<a href="https://curl.haxx.se/dev/release-procedure.html">Release Procedure</a>
<a href="https://curl.haxx.se/dev/roadmap.html">Roadmap</a>
<a href="https://curl.haxx.se/dev/runtests.html">Run Tests</a>
<a href="https://curl.haxx.se/dev/secprocess.html">Security Process</a>
<a href="https://curl.haxx.se/rfc/">Specifications</a>
<a href="https://curl.haxx.se/dev/testcurl.html">Test curl</a>
</div>
</div>
<div class="dropdown">
<a class="dropbtn" href="https://curl.haxx.se/news.html">News</a>
<div class="dropdown-content">
<a href="https://curl.haxx.se/changes.html">Changelog</a>
<a href="https://curl.haxx.se/docs/releases.html">Release table</a>
</div>
</div>
</div>
#ifdef SHOW_ALERT
#include "alert.t"
#endif
START_OF_MAIN
#endif