-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Script updating gh-pages from d28411e. [ci skip]
- Loading branch information
ID Bot
committed
Oct 3, 2023
1 parent
9ac185e
commit 13bd86d
Showing
8 changed files
with
13,648 additions
and
0 deletions.
There are no files selected for viewing
2,884 changes: 2,884 additions & 0 deletions
2,884
chris-wood-patch-7/draft-ietf-privacypass-architecture.html
Large diffs are not rendered by default.
Oops, something went wrong.
1,379 changes: 1,379 additions & 0 deletions
1,379
chris-wood-patch-7/draft-ietf-privacypass-architecture.txt
Large diffs are not rendered by default.
Oops, something went wrong.
2,670 changes: 2,670 additions & 0 deletions
2,670
chris-wood-patch-7/draft-ietf-privacypass-auth-scheme.html
Large diffs are not rendered by default.
Oops, something went wrong.
1,205 changes: 1,205 additions & 0 deletions
1,205
chris-wood-patch-7/draft-ietf-privacypass-auth-scheme.txt
Large diffs are not rendered by default.
Oops, something went wrong.
3,569 changes: 3,569 additions & 0 deletions
3,569
chris-wood-patch-7/draft-ietf-privacypass-protocol.html
Large diffs are not rendered by default.
Oops, something went wrong.
1,868 changes: 1,868 additions & 0 deletions
1,868
chris-wood-patch-7/draft-ietf-privacypass-protocol.txt
Large diffs are not rendered by default.
Oops, something went wrong.
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,55 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>ietf-wg-privacypass/base-drafts chris-wood-patch-7 preview</title> | ||
<meta name="viewport" content="initial-scale=1.0"> | ||
<style type="text/css">/*<![CDATA[*/ | ||
body { font-family: "Helvetica Neue","Open Sans", Helvetica, Calibri,sans-serif; } | ||
h1, h2, td { font-family: "Helvetica Neue", "Roboto Condensed", "Open Sans", Helvetica, Calibri, sans-serif; } | ||
h1 { font-size: 20px; } h2 { font-size: 16px; } | ||
table { margin: 5px 10px; border-collapse: collapse; } | ||
th, td { font-weight: normal; text-align: left; padding: 2px 5px; } | ||
a:link { color: #000; } a:visited { color: #00a; } | ||
/*]]>*/</style> | ||
</head> | ||
<body> | ||
<h1>Editor's drafts for chris-wood-patch-7 branch of <a href="https://github.com/ietf-wg-privacypass/base-drafts/tree/chris-wood-patch-7">ietf-wg-privacypass/base-drafts</a></h1> | ||
<table id="branch-chris-wood-patch-7"> | ||
<tr> | ||
<td><a href="./draft-ietf-privacypass-protocol.html" class="html draft-ietf-privacypass-protocol" title="Privacy Pass Issuance Protocol (HTML)">Privacy Pass Issuance</a></td> | ||
<td><a href="./draft-ietf-privacypass-protocol.txt" class="txt draft-ietf-privacypass-protocol" title="Privacy Pass Issuance Protocol (Text)">plain text</a></td> | ||
<td>same as main</td> | ||
</tr> | ||
<tr> | ||
<td><a href="./draft-ietf-privacypass-auth-scheme.html" class="html draft-ietf-privacypass-auth-scheme" title="The Privacy Pass HTTP Authentication Scheme (HTML)">Privacy Pass Authentication</a></td> | ||
<td><a href="./draft-ietf-privacypass-auth-scheme.txt" class="txt draft-ietf-privacypass-auth-scheme" title="The Privacy Pass HTTP Authentication Scheme (Text)">plain text</a></td> | ||
<td>same as main</td> | ||
</tr> | ||
<tr> | ||
<td><a href="./draft-ietf-privacypass-architecture.html" class="html draft-ietf-privacypass-architecture" title="The Privacy Pass Architecture (HTML)">Privacy Pass Architecture</a></td> | ||
<td><a href="./draft-ietf-privacypass-architecture.txt" class="txt draft-ietf-privacypass-architecture" title="The Privacy Pass Architecture (Text)">plain text</a></td> | ||
<td>same as main</td> | ||
</tr> | ||
</table> | ||
<script> | ||
window.onload = function() { | ||
var referrer_branch = 'main'; | ||
// e.g., "https://github.com/user/repo/tree/main" | ||
var chunks = document.referrer.split("/"); | ||
if (chunks[2] === 'github.com' && chunks[5] === 'tree') { | ||
referrer_branch = chunks[6]; | ||
} | ||
let branch = document.querySelector('#branch-' + referrer_branch); | ||
let h = document.location.hash.substring(1); | ||
if (h === 'show') { | ||
document.location.hash = '#' + branch.id; | ||
} else if (branch && h.startsWith('go')) { | ||
let e = branch.querySelector(h.substring(2)); | ||
if (e && e.href) { | ||
document.location = e.href; | ||
} | ||
} | ||
}; | ||
</script> | ||
</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