Skip to content

Commit a32e5f6

Browse files
author
ID Bot
committed
Script updating gh-pages from 5939f4d. [ci skip]
1 parent efc317b commit a32e5f6

8 files changed

+19491
-0
lines changed

draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-h3-events.html

Lines changed: 2851 additions & 0 deletions
Large diffs are not rendered by default.

draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-h3-events.txt

Lines changed: 1104 additions & 0 deletions
Large diffs are not rendered by default.

draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-main-schema.html

Lines changed: 4391 additions & 0 deletions
Large diffs are not rendered by default.

draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-main-schema.txt

Lines changed: 2568 additions & 0 deletions
Large diffs are not rendered by default.

draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-quic-events.html

Lines changed: 5519 additions & 0 deletions
Large diffs are not rendered by default.

draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-quic-events.txt

Lines changed: 2985 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>quicwg/qlog draft-ietf-quic-qlog-quic-events-12 preview</title>
5+
<meta name="viewport" content="initial-scale=1.0">
6+
<style type="text/css">/*<![CDATA[*/
7+
body { font-family: "Helvetica Neue","Open Sans", Helvetica, Calibri,sans-serif; }
8+
h1, h2, td { font-family: "Helvetica Neue", "Roboto Condensed", "Open Sans", Helvetica, Calibri, sans-serif; }
9+
h1 { font-size: 20px; } h2 { font-size: 16px; }
10+
table { margin: 5px 10px; border-collapse: collapse; }
11+
th, td { font-weight: normal; text-align: left; padding: 2px 5px; }
12+
a:link { color: #000; } a:visited { color: #00a; }
13+
/*]]>*/</style>
14+
</head>
15+
<body>
16+
<h1>Editor's drafts for draft-ietf-quic-qlog-quic-events-12 branch of <a href="https://github.com/quicwg/qlog/tree/draft-ietf-quic-qlog-quic-events-12">quicwg/qlog</a></h1>
17+
<table id="branch-draft-ietf-quic-qlog-quic-events-12">
18+
<tr>
19+
<td><a href="./draft-ietf-quic-qlog-h3-events.html" class="html draft-ietf-quic-qlog-h3-events" title="HTTP/3 qlog event definitions (HTML)">HTTP/3 qlog event definitions</a></td>
20+
<td><a href="./draft-ietf-quic-qlog-h3-events.txt" class="txt draft-ietf-quic-qlog-h3-events" title="HTTP/3 qlog event definitions (Text)">plain text</a></td>
21+
<td>same as main</td>
22+
</tr>
23+
<tr>
24+
<td><a href="./draft-ietf-quic-qlog-main-schema.html" class="html draft-ietf-quic-qlog-main-schema" title="qlog: Structured Logging for Network Protocols (HTML)">qlog</a></td>
25+
<td><a href="./draft-ietf-quic-qlog-main-schema.txt" class="txt draft-ietf-quic-qlog-main-schema" title="qlog: Structured Logging for Network Protocols (Text)">plain text</a></td>
26+
<td>same as main</td>
27+
</tr>
28+
<tr>
29+
<td><a href="./draft-ietf-quic-qlog-quic-events.html" class="html draft-ietf-quic-qlog-quic-events" title="QUIC event definitions for qlog (HTML)">QUIC event definitions for qlog</a></td>
30+
<td><a href="./draft-ietf-quic-qlog-quic-events.txt" class="txt draft-ietf-quic-qlog-quic-events" title="QUIC event definitions for qlog (Text)">plain text</a></td>
31+
<td>same as main</td>
32+
</tr>
33+
</table>
34+
<script>
35+
window.onload = function() {
36+
var referrer_branch = 'main';
37+
// e.g., "https://github.com/user/repo/tree/main"
38+
var chunks = document.referrer.split("/");
39+
if (chunks[2] === 'github.com' && chunks[5] === 'tree') {
40+
referrer_branch = chunks[6];
41+
}
42+
let branch = document.querySelector('#branch-' + referrer_branch);
43+
let h = document.location.hash.substring(1);
44+
if (h === 'show') {
45+
document.location.hash = '#' + branch.id;
46+
} else if (branch && h.startsWith('go')) {
47+
let e = branch.querySelector(h.substring(2));
48+
if (e && e.href) {
49+
document.location = e.href;
50+
}
51+
}
52+
};
53+
</script>
54+
</body>
55+
</html>

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,24 @@ <h2>Preview for branch <a href="tuple-not-path">tuple-not-path</a></h2>
218218
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://quicwg.github.io/qlog/draft-ietf-quic-qlog-quic-events.txt&amp;url_2=https://quicwg.github.io/qlog/tuple-not-path/draft-ietf-quic-qlog-quic-events.txt" class="diff draft-ietf-quic-qlog-quic-events">diff with main</a></td>
219219
</tr>
220220
</table>
221+
<h2>Preview for branch <a href="draft-ietf-quic-qlog-quic-events-12">draft-ietf-quic-qlog-quic-events-12</a></h2>
222+
<table id="branch-draft-ietf-quic-qlog-quic-events-12">
223+
<tr>
224+
<td><a href="draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-h3-events.html" class="html draft-ietf-quic-qlog-h3-events" title="HTTP/3 qlog event definitions (HTML)">HTTP/3 qlog event definitions</a></td>
225+
<td><a href="draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-h3-events.txt" class="txt draft-ietf-quic-qlog-h3-events" title="HTTP/3 qlog event definitions (Text)">plain text</a></td>
226+
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://quicwg.github.io/qlog/draft-ietf-quic-qlog-h3-events.txt&amp;url_2=https://quicwg.github.io/qlog/draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-h3-events.txt" class="diff draft-ietf-quic-qlog-h3-events">diff with main</a></td>
227+
</tr>
228+
<tr>
229+
<td><a href="draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-main-schema.html" class="html draft-ietf-quic-qlog-main-schema" title="qlog: Structured Logging for Network Protocols (HTML)">qlog</a></td>
230+
<td><a href="draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-main-schema.txt" class="txt draft-ietf-quic-qlog-main-schema" title="qlog: Structured Logging for Network Protocols (Text)">plain text</a></td>
231+
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://quicwg.github.io/qlog/draft-ietf-quic-qlog-main-schema.txt&amp;url_2=https://quicwg.github.io/qlog/draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-main-schema.txt" class="diff draft-ietf-quic-qlog-main-schema">diff with main</a></td>
232+
</tr>
233+
<tr>
234+
<td><a href="draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-quic-events.html" class="html draft-ietf-quic-qlog-quic-events" title="QUIC event definitions for qlog (HTML)">QUIC event definitions for qlog</a></td>
235+
<td><a href="draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-quic-events.txt" class="txt draft-ietf-quic-qlog-quic-events" title="QUIC event definitions for qlog (Text)">plain text</a></td>
236+
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://quicwg.github.io/qlog/draft-ietf-quic-qlog-quic-events.txt&amp;url_2=https://quicwg.github.io/qlog/draft-ietf-quic-qlog-quic-events-12/draft-ietf-quic-qlog-quic-events.txt" class="diff draft-ietf-quic-qlog-quic-events">diff with main</a></td>
237+
</tr>
238+
</table>
221239
<h2>Preview for branch <a href="http3-frame-remove-length">http3-frame-remove-length</a></h2>
222240
<table id="branch-http3-frame-remove-length">
223241
<tr>

0 commit comments

Comments
 (0)