-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (63 loc) · 4.66 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>netconf-wg/trace-ctx-extension gh-pages 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 gh-pages branch of <a href="https://github.com/netconf-wg/trace-ctx-extension">netconf-wg/trace-ctx-extension</a></h1>
<p>View <a href="issues.html">saved issues</a>, or the latest GitHub <a href="https://github.com/netconf-wg/trace-ctx-extension/issues">issues</a> and <a href="https://github.com/netconf-wg/trace-ctx-extension/pulls">pull requests</a> in the <a href="https://github.com/netconf-wg/trace-ctx-extension">repo</a>.</p>
<h2>Preview for branch <a href="wglc">wglc</a></h2>
<table id="branch-wglc">
<tr>
<td><a href="wglc/draft-ietf-netconf-trace-ctx-extension.html" class="html draft-ietf-netconf-trace-ctx-extension" title="NETCONF Extension to support Trace Context propagation (HTML)">NETCONF Trace Context Extension</a></td>
<td><a href="wglc/draft-ietf-netconf-trace-ctx-extension.txt" class="txt draft-ietf-netconf-trace-ctx-extension" title="NETCONF Extension to support Trace Context propagation (Text)">plain text</a></td>
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://netconf-wg.github.io/trace-ctx-extension/draft-ietf-netconf-trace-ctx-extension.txt&url_2=https://netconf-wg.github.io/trace-ctx-extension/wglc/draft-ietf-netconf-trace-ctx-extension.txt" class="diff draft-ietf-netconf-trace-ctx-extension">diff with gh-pages</a></td>
</tr>
</table>
<h2>Preview for branch <a href="draft-ietf-netconf-trace-ctx-extension-03">draft-ietf-netconf-trace-ctx-extension-03</a></h2>
<table id="branch-draft-ietf-netconf-trace-ctx-extension-03">
<tr>
<td><a href="draft-ietf-netconf-trace-ctx-extension-03/draft-ietf-netconf-trace-ctx-extension.html" class="html draft-ietf-netconf-trace-ctx-extension" title="NETCONF Extension to support Trace Context propagation (HTML)">NETCONF Trace Context Extension</a></td>
<td><a href="draft-ietf-netconf-trace-ctx-extension-03/draft-ietf-netconf-trace-ctx-extension.txt" class="txt draft-ietf-netconf-trace-ctx-extension" title="NETCONF Extension to support Trace Context propagation (Text)">plain text</a></td>
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://netconf-wg.github.io/trace-ctx-extension/draft-ietf-netconf-trace-ctx-extension.txt&url_2=https://netconf-wg.github.io/trace-ctx-extension/draft-ietf-netconf-trace-ctx-extension-03/draft-ietf-netconf-trace-ctx-extension.txt" class="diff draft-ietf-netconf-trace-ctx-extension">diff with gh-pages</a></td>
</tr>
</table>
<h2>Preview for branch <a href="main">main</a></h2>
<table id="branch-main">
<tr>
<td><a href="main/draft-ietf-netconf-trace-ctx-extension.html" class="html draft-ietf-netconf-trace-ctx-extension" title="NETCONF Extension to support Trace Context propagation (HTML)">NETCONF Trace Context Extension</a></td>
<td><a href="main/draft-ietf-netconf-trace-ctx-extension.txt" class="txt draft-ietf-netconf-trace-ctx-extension" title="NETCONF Extension to support Trace Context propagation (Text)">plain text</a></td>
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://netconf-wg.github.io/trace-ctx-extension/draft-ietf-netconf-trace-ctx-extension.txt&url_2=https://netconf-wg.github.io/trace-ctx-extension/main/draft-ietf-netconf-trace-ctx-extension.txt" class="diff draft-ietf-netconf-trace-ctx-extension">diff with gh-pages</a></td>
</tr>
</table>
<script>
window.onload = function() {
var referrer_branch = 'gh-pages';
// e.g., "https://github.com/user/repo/tree/gh-pages"
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>