|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <title>quicwg/qlog draft-ietf-quic-qlog-main-schema-13 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-main-schema-13 branch of <a href="https://github.com/quicwg/qlog/tree/draft-ietf-quic-qlog-main-schema-13">quicwg/qlog</a></h1> |
| 17 | + <table id="branch-draft-ietf-quic-qlog-main-schema-13"> |
| 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> |
0 commit comments