-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: brign back the alt-svc and hsts docs pages
... as they are mentioned in files curl generates.
- Loading branch information
Showing
3 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#include "_doctype.html" | ||
<html> | ||
<head> <title>curl - Alt-Svc cache</title> | ||
#include "css.t" | ||
</head> | ||
|
||
#define CURL_DOCS | ||
#define PROT_DOCS | ||
#define DOCS_ALT_SVC | ||
#define CURL_URL docs/alt-svc.html | ||
|
||
#include "_menu.html" | ||
#include "setup.t" | ||
|
||
WHERE3(Docs, "/docs/", Protocols, "/docs/protdocs.html", Alt-Svc cache) | ||
|
||
<div class="relatedbox"> | ||
<b>Related:</b> | ||
<br><a href="manpage.html">curl manpage</a> | ||
<br><a href="tutorial.html">Tutorial</a> | ||
<br><a href="httpscripting.html">HTTP Scripting</a> | ||
</div> | ||
|
||
#include "alt-svc.gen" | ||
|
||
#include "_footer.html" | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#include "_doctype.html" | ||
<html> | ||
<head> <title>curl - HTTP Strict-Transport-Security (HSTS)</title> | ||
#include "css.t" | ||
</head> | ||
|
||
#define CURL_DOCS | ||
#define PROT_DOCS | ||
#define DOCS_HSTS | ||
#define CURL_URL docs/hsts.html | ||
|
||
#include "_menu.html" | ||
#include "setup.t" | ||
|
||
WHERE3(Docs, "/docs/", Protocols, "/docs/protdocs.html", HSTS) | ||
|
||
<div class="relatedbox"> | ||
<b>Related:</b> | ||
<br><a href="manpage.html">manpage</a> | ||
<br><a href="httpscripting.html">HTTP Scripting</a> | ||
<br><a href="tutorial.html">Tutorial</a> | ||
</div> | ||
|
||
#include "hsts.gen" | ||
|
||
#include "_footer.html" | ||
|
||
</body> | ||
</html> |